summaryrefslogtreecommitdiffstats
path: root/common/domain/folder.h
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2016-10-20 17:46:10 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2016-10-21 09:18:50 +0200
commit0c1f6da51631c0a573a44e2f93eb4012d52dfe5c (patch)
treecf3cd3bec9fabd44a7107f47e7b0b057880ecb61 /common/domain/folder.h
parent9a03eb1a54c6289773bc1b8eb96181ed01553927 (diff)
downloadsink-0c1f6da51631c0a573a44e2f93eb4012d52dfe5c.tar.gz
sink-0c1f6da51631c0a573a44e2f93eb4012d52dfe5c.zip
Get access to properties in indexes.
Diffstat (limited to 'common/domain/folder.h')
-rw-r--r--common/domain/folder.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/domain/folder.h b/common/domain/folder.h
index 3c83794..f232ab5 100644
--- a/common/domain/folder.h
+++ b/common/domain/folder.h
@@ -24,6 +24,7 @@ template<typename T>
24class ReadPropertyMapper; 24class ReadPropertyMapper;
25template<typename T> 25template<typename T>
26class WritePropertyMapper; 26class WritePropertyMapper;
27class IndexPropertyMapper;
27 28
28class TypeIndex; 29class TypeIndex;
29 30
@@ -43,6 +44,7 @@ public:
43 static void configure(TypeIndex &); 44 static void configure(TypeIndex &);
44 static void configure(ReadPropertyMapper<Buffer> &); 45 static void configure(ReadPropertyMapper<Buffer> &);
45 static void configure(WritePropertyMapper<BufferBuilder> &); 46 static void configure(WritePropertyMapper<BufferBuilder> &);
47 static void configure(IndexPropertyMapper &indexPropertyMapper);
46}; 48};
47 49
48} 50}