From 0c1f6da51631c0a573a44e2f93eb4012d52dfe5c Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Thu, 20 Oct 2016 17:46:10 +0200 Subject: Get access to properties in indexes. --- common/domain/event.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'common/domain/event.h') 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 class ReadPropertyMapper; template class WritePropertyMapper; +class IndexPropertyMapper; class TypeIndex; @@ -49,6 +50,7 @@ public: static void configure(TypeIndex &); static void configure(ReadPropertyMapper &); static void configure(WritePropertyMapper &); + static void configure(IndexPropertyMapper &indexPropertyMapper); }; } -- cgit v1.2.3