diff options
Diffstat (limited to 'common/domain/mail.h')
-rw-r--r-- | common/domain/mail.h | 2 |
1 files changed, 2 insertions, 0 deletions
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<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 | ||
@@ -44,6 +45,7 @@ public: | |||
44 | static void configure(TypeIndex &index); | 45 | static void configure(TypeIndex &index); |
45 | static void configure(ReadPropertyMapper<Buffer> &propertyMapper); | 46 | static void configure(ReadPropertyMapper<Buffer> &propertyMapper); |
46 | static void configure(WritePropertyMapper<BufferBuilder> &propertyMapper); | 47 | static void configure(WritePropertyMapper<BufferBuilder> &propertyMapper); |
48 | static void configure(IndexPropertyMapper &indexPropertyMapper); | ||
47 | }; | 49 | }; |
48 | 50 | ||
49 | } | 51 | } |