summaryrefslogtreecommitdiffstats
path: root/common/domain/event.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/domain/event.h')
-rw-r--r--common/domain/event.h2
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>
26class ReadPropertyMapper; 26class ReadPropertyMapper;
27template<typename T> 27template<typename T>
28class WritePropertyMapper; 28class WritePropertyMapper;
29class IndexPropertyMapper;
29 30
30class TypeIndex; 31class 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}