summaryrefslogtreecommitdiffstats
path: root/tests/testimplementations.h
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-04-28 15:25:47 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-04-28 15:30:15 +0200
commita08984c450b1cd2584272b0d57a2f95ae3d074c3 (patch)
tree6690a66668ea32c3c9666d36e5f9134c021d68ce /tests/testimplementations.h
parent5b408ab7e4a2921aea50153782b126e146faeb53 (diff)
downloadsink-a08984c450b1cd2584272b0d57a2f95ae3d074c3.tar.gz
sink-a08984c450b1cd2584272b0d57a2f95ae3d074c3.zip
Removed the resource mapper
Diffstat (limited to 'tests/testimplementations.h')
-rw-r--r--tests/testimplementations.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/testimplementations.h b/tests/testimplementations.h
index a145265..ff9d9b8 100644
--- a/tests/testimplementations.h
+++ b/tests/testimplementations.h
@@ -33,7 +33,7 @@
33#include "mail_generated.h" 33#include "mail_generated.h"
34#include "createentity_generated.h" 34#include "createentity_generated.h"
35 35
36class TestEventAdaptorFactory : public DomainTypeAdaptorFactory<Sink::ApplicationDomain::Event, Sink::ApplicationDomain::Buffer::Event, Sink::ApplicationDomain::Buffer::EventBuilder> 36class TestEventAdaptorFactory : public DomainTypeAdaptorFactory<Sink::ApplicationDomain::Event>
37{ 37{
38public: 38public:
39 TestEventAdaptorFactory() : DomainTypeAdaptorFactory() 39 TestEventAdaptorFactory() : DomainTypeAdaptorFactory()
@@ -43,7 +43,7 @@ public:
43 virtual ~TestEventAdaptorFactory(){}; 43 virtual ~TestEventAdaptorFactory(){};
44}; 44};
45 45
46class TestMailAdaptorFactory : public DomainTypeAdaptorFactory<Sink::ApplicationDomain::Mail, Sink::ApplicationDomain::Buffer::Mail, Sink::ApplicationDomain::Buffer::MailBuilder> 46class TestMailAdaptorFactory : public DomainTypeAdaptorFactory<Sink::ApplicationDomain::Mail>
47{ 47{
48public: 48public:
49 TestMailAdaptorFactory() : DomainTypeAdaptorFactory() 49 TestMailAdaptorFactory() : DomainTypeAdaptorFactory()