From b4db894f76de9ac252081972143efcd3fcd66533 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Sun, 19 Apr 2015 21:07:36 +0200 Subject: Moved complete writing part to GenericFacade --- examples/dummyresource/facade.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'examples/dummyresource/facade.h') diff --git a/examples/dummyresource/facade.h b/examples/dummyresource/facade.h index 91ae351..2fd2fa9 100644 --- a/examples/dummyresource/facade.h +++ b/examples/dummyresource/facade.h @@ -34,12 +34,8 @@ class DummyResourceFacade : public Akonadi2::GenericFacade create(const Akonadi2::ApplicationDomain::Event &domainObject) Q_DECL_OVERRIDE; - Async::Job modify(const Akonadi2::ApplicationDomain::Event &domainObject) Q_DECL_OVERRIDE; - Async::Job remove(const Akonadi2::ApplicationDomain::Event &domainObject) Q_DECL_OVERRIDE; Async::Job load(const Akonadi2::Query &query, const std::function &resultCallback) Q_DECL_OVERRIDE; private: void readValue(QSharedPointer storage, const QByteArray &key, const std::function &resultCallback, std::function); - QSharedPointer > mFactory; }; -- cgit v1.2.3