summaryrefslogtreecommitdiffstats
path: root/common/facade.h
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2015-11-21 11:07:47 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2015-11-21 11:07:47 +0100
commit110817a23463c71eacbc986af3ae509462758a3c (patch)
tree9c0b9d9ea67366c131949bcf6cdcafeb79e0b0a6 /common/facade.h
parentec92f856854a35bd888b883802a1ef618cc9f69c (diff)
downloadsink-110817a23463c71eacbc986af3ae509462758a3c.tar.gz
sink-110817a23463c71eacbc986af3ae509462758a3c.zip
Separated DomainTypeAdaptorFactoryInterface
Diffstat (limited to 'common/facade.h')
-rw-r--r--common/facade.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/common/facade.h b/common/facade.h
index aa50941..794e35e 100644
--- a/common/facade.h
+++ b/common/facade.h
@@ -26,9 +26,11 @@
26 26
27#include "resourceaccess.h" 27#include "resourceaccess.h"
28#include "resultset.h" 28#include "resultset.h"
29#include "domainadaptor.h" 29#include "domaintypeadaptorfactoryinterface.h"
30#include "storage.h"
30 31
31namespace Akonadi2 { 32namespace Akonadi2 {
33
32/** 34/**
33 * Default facade implementation for resources that are implemented in a separate process using the ResourceAccess class. 35 * Default facade implementation for resources that are implemented in a separate process using the ResourceAccess class.
34 * 36 *