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/folder.h | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) (limited to 'common/domain/folder.h') diff --git a/common/domain/folder.h b/common/domain/folder.h index 47a544b..3c83794 100644 --- a/common/domain/folder.h +++ b/common/domain/folder.h @@ -20,13 +20,6 @@ #include "applicationdomaintype.h" -#include "storage.h" -#include "storage/entitystore.h" - -class ResultSet; -class QByteArray; -class DataStoreQuery; - template class ReadPropertyMapper; template @@ -35,7 +28,6 @@ class WritePropertyMapper; class TypeIndex; namespace Sink { - class Query; namespace ApplicationDomain { namespace Buffer { @@ -48,10 +40,9 @@ class TypeImplementation { public: typedef Sink::ApplicationDomain::Buffer::Folder Buffer; typedef Sink::ApplicationDomain::Buffer::FolderBuilder 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