diff options
Diffstat (limited to 'common/test.h')
-rw-r--r-- | common/test.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/common/test.h b/common/test.h index bb505b6..5be738d 100644 --- a/common/test.h +++ b/common/test.h | |||
@@ -43,13 +43,13 @@ public: | |||
43 | static TestAccount registerAccount(); | 43 | static TestAccount registerAccount(); |
44 | 44 | ||
45 | template<typename DomainType> | 45 | template<typename DomainType> |
46 | void addEntity(const ApplicationDomain::ApplicationDomainType::Ptr &domainObject); | 46 | void SINK_EXPORT addEntity(const ApplicationDomain::ApplicationDomainType::Ptr &domainObject); |
47 | 47 | ||
48 | template<typename DomainType> | 48 | template<typename DomainType> |
49 | typename DomainType::Ptr createEntity(); | 49 | typename DomainType::Ptr SINK_EXPORT createEntity(); |
50 | 50 | ||
51 | template<typename DomainType> | 51 | template<typename DomainType> |
52 | QList<ApplicationDomain::ApplicationDomainType::Ptr> entities() const; | 52 | QList<ApplicationDomain::ApplicationDomainType::Ptr> SINK_EXPORT entities() const; |
53 | 53 | ||
54 | private: | 54 | private: |
55 | TestAccount(){}; | 55 | TestAccount(){}; |