diff options
Diffstat (limited to 'common/domain/event.cpp')
-rw-r--r-- | common/domain/event.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/common/domain/event.cpp b/common/domain/event.cpp index a8098b7..10c92bb 100644 --- a/common/domain/event.cpp +++ b/common/domain/event.cpp | |||
@@ -50,3 +50,8 @@ void TypeImplementation<Event>::configure(WritePropertyMapper<BufferBuilder> &pr | |||
50 | propertyMapper.addMapping<Event::Uid>(&BufferBuilder::add_uid); | 50 | propertyMapper.addMapping<Event::Uid>(&BufferBuilder::add_uid); |
51 | propertyMapper.addMapping<Event::Attachment>(&BufferBuilder::add_attachment); | 51 | propertyMapper.addMapping<Event::Attachment>(&BufferBuilder::add_attachment); |
52 | } | 52 | } |
53 | |||
54 | void TypeImplementation<Event>::configure(IndexPropertyMapper &) | ||
55 | { | ||
56 | |||
57 | } | ||