From e9c75177590d8546ebd9425f16c4269a9c92f517 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Sat, 28 May 2016 00:24:53 +0200 Subject: Refactored the generic resource to use separate classes for changereplay and synchronization. This cleans up the API and avoids the excessive passing around of transactions. It also provides more flexibility in eventually using different synchronization strategies for different resources. --- examples/maildirresource/maildirresource.h | 1 + 1 file changed, 1 insertion(+) (limited to 'examples/maildirresource') diff --git a/examples/maildirresource/maildirresource.h b/examples/maildirresource/maildirresource.h index e58dc16..30c565c 100644 --- a/examples/maildirresource/maildirresource.h +++ b/examples/maildirresource/maildirresource.h @@ -74,5 +74,6 @@ public: Sink::Resource *createResource(const QByteArray &instanceIdentifier) Q_DECL_OVERRIDE; void registerFacades(Sink::FacadeFactory &factory) Q_DECL_OVERRIDE; + void registerDomainTypeAdaptors(Sink::AdaptorFactory &factory) Q_DECL_OVERRIDE; }; -- cgit v1.2.3