diff options
Diffstat (limited to 'common/domain/event.h')
-rw-r--r-- | common/domain/event.h | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/common/domain/event.h b/common/domain/event.h index fbaf4ed..d85b9b3 100644 --- a/common/domain/event.h +++ b/common/domain/event.h | |||
@@ -20,10 +20,6 @@ | |||
20 | 20 | ||
21 | #include "applicationdomaintype.h" | 21 | #include "applicationdomaintype.h" |
22 | 22 | ||
23 | #include "storage.h" | ||
24 | #include "storage/entitystore.h" | ||
25 | |||
26 | class ResultSet; | ||
27 | class QByteArray; | 23 | class QByteArray; |
28 | 24 | ||
29 | template<typename T> | 25 | template<typename T> |
@@ -31,13 +27,9 @@ class ReadPropertyMapper; | |||
31 | template<typename T> | 27 | template<typename T> |
32 | class WritePropertyMapper; | 28 | class WritePropertyMapper; |
33 | 29 | ||
34 | class DataStoreQuery; | ||
35 | |||
36 | class TypeIndex; | 30 | class TypeIndex; |
37 | 31 | ||
38 | namespace Sink { | 32 | namespace Sink { |
39 | class Query; | ||
40 | |||
41 | namespace ApplicationDomain { | 33 | namespace ApplicationDomain { |
42 | namespace Buffer { | 34 | namespace Buffer { |
43 | struct Event; | 35 | struct Event; |
@@ -54,10 +46,9 @@ class TypeImplementation<Sink::ApplicationDomain::Event> { | |||
54 | public: | 46 | public: |
55 | typedef Sink::ApplicationDomain::Buffer::Event Buffer; | 47 | typedef Sink::ApplicationDomain::Buffer::Event Buffer; |
56 | typedef Sink::ApplicationDomain::Buffer::EventBuilder BufferBuilder; | 48 | typedef Sink::ApplicationDomain::Buffer::EventBuilder BufferBuilder; |
57 | static void configureIndex(TypeIndex &index); | 49 | static void configure(TypeIndex &); |
58 | static QSet<QByteArray> indexedProperties(); | 50 | static void configure(ReadPropertyMapper<Buffer> &); |
59 | static QSharedPointer<ReadPropertyMapper<Buffer> > initializeReadPropertyMapper(); | 51 | static void configure(WritePropertyMapper<BufferBuilder> &); |
60 | static QSharedPointer<WritePropertyMapper<BufferBuilder> > initializeWritePropertyMapper(); | ||
61 | }; | 52 | }; |
62 | 53 | ||
63 | } | 54 | } |