diff options
-rw-r--r-- | common/clientapi.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/clientapi.h b/common/clientapi.h index 2188123..fe60d9c 100644 --- a/common/clientapi.h +++ b/common/clientapi.h | |||
@@ -271,6 +271,7 @@ template<class DomainType> | |||
271 | class StoreFacade { | 271 | class StoreFacade { |
272 | public: | 272 | public: |
273 | virtual ~StoreFacade(){}; | 273 | virtual ~StoreFacade(){}; |
274 | QString type() const { return Domain::getTypeName<DomainType>(); } | ||
274 | virtual void create(const DomainType &domainObject) = 0; | 275 | virtual void create(const DomainType &domainObject) = 0; |
275 | virtual void modify(const DomainType &domainObject) = 0; | 276 | virtual void modify(const DomainType &domainObject) = 0; |
276 | virtual void remove(const DomainType &domainObject) = 0; | 277 | virtual void remove(const DomainType &domainObject) = 0; |