From 9a03eb1a54c6289773bc1b8eb96181ed01553927 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Thu, 20 Oct 2016 15:25:05 +0200 Subject: TypeImplementation cleanup --- common/domain/event.h | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) (limited to 'common/domain/event.h') 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 @@ #include "applicationdomaintype.h" -#include "storage.h" -#include "storage/entitystore.h" - -class ResultSet; class QByteArray; template @@ -31,13 +27,9 @@ class ReadPropertyMapper; template class WritePropertyMapper; -class DataStoreQuery; - class TypeIndex; namespace Sink { - class Query; - namespace ApplicationDomain { namespace Buffer { struct Event; @@ -54,10 +46,9 @@ class TypeImplementation { public: typedef Sink::ApplicationDomain::Buffer::Event Buffer; typedef Sink::ApplicationDomain::Buffer::EventBuilder BufferBuilder; - static void configureIndex(TypeIndex &index); - static QSet indexedProperties(); - static QSharedPointer > initializeReadPropertyMapper(); - static QSharedPointer > initializeWritePropertyMapper(); + static void configure(TypeIndex &); + static void configure(ReadPropertyMapper &); + static void configure(WritePropertyMapper &); }; } -- cgit v1.2.3