diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-10-20 17:46:10 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-10-21 09:18:50 +0200 |
commit | 0c1f6da51631c0a573a44e2f93eb4012d52dfe5c (patch) | |
tree | cf3cd3bec9fabd44a7107f47e7b0b057880ecb61 /common/domain/event.h | |
parent | 9a03eb1a54c6289773bc1b8eb96181ed01553927 (diff) | |
download | sink-0c1f6da51631c0a573a44e2f93eb4012d52dfe5c.tar.gz sink-0c1f6da51631c0a573a44e2f93eb4012d52dfe5c.zip |
Get access to properties in indexes.
Diffstat (limited to 'common/domain/event.h')
-rw-r--r-- | common/domain/event.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/domain/event.h b/common/domain/event.h index d85b9b3..b683f5f 100644 --- a/common/domain/event.h +++ b/common/domain/event.h | |||
@@ -26,6 +26,7 @@ template<typename T> | |||
26 | class ReadPropertyMapper; | 26 | class ReadPropertyMapper; |
27 | template<typename T> | 27 | template<typename T> |
28 | class WritePropertyMapper; | 28 | class WritePropertyMapper; |
29 | class IndexPropertyMapper; | ||
29 | 30 | ||
30 | class TypeIndex; | 31 | class TypeIndex; |
31 | 32 | ||
@@ -49,6 +50,7 @@ public: | |||
49 | static void configure(TypeIndex &); | 50 | static void configure(TypeIndex &); |
50 | static void configure(ReadPropertyMapper<Buffer> &); | 51 | static void configure(ReadPropertyMapper<Buffer> &); |
51 | static void configure(WritePropertyMapper<BufferBuilder> &); | 52 | static void configure(WritePropertyMapper<BufferBuilder> &); |
53 | static void configure(IndexPropertyMapper &indexPropertyMapper); | ||
52 | }; | 54 | }; |
53 | 55 | ||
54 | } | 56 | } |