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/mail.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'common/domain/mail.h') diff --git a/common/domain/mail.h b/common/domain/mail.h index c12976a..e052448 100644 --- a/common/domain/mail.h +++ b/common/domain/mail.h @@ -26,6 +26,7 @@ template class ReadPropertyMapper; template class WritePropertyMapper; +class IndexPropertyMapper; class TypeIndex; @@ -44,6 +45,7 @@ public: static void configure(TypeIndex &index); static void configure(ReadPropertyMapper &propertyMapper); static void configure(WritePropertyMapper &propertyMapper); + static void configure(IndexPropertyMapper &indexPropertyMapper); }; } -- cgit v1.2.3