From e297fb92c2c0e344d36e0aef57921f6b9b921a61 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Sun, 31 May 2015 20:16:23 +0200 Subject: Moved default read/write property mapper to TypeImplementation There is always exactly one default buffer that we can centralize in TypeImplementation. --- common/domain/applicationdomaintype.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'common/domain/applicationdomaintype.h') diff --git a/common/domain/applicationdomaintype.h b/common/domain/applicationdomaintype.h index 2de1460..f2a4ad6 100644 --- a/common/domain/applicationdomaintype.h +++ b/common/domain/applicationdomaintype.h @@ -130,5 +130,14 @@ QByteArray getTypeName(); template<> QByteArray getTypeName(); +/** + * Type implementation. + * + * Needs to be implemented for every application domain type. + * Contains all non-resource specific, but type-specific code. + */ +template +class TypeImplementation; + } } -- cgit v1.2.3