diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-04-09 21:19:45 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-04-09 21:19:45 +0200 |
commit | 984321d6a7e7f4e0debdf097c45ebe32ba514194 (patch) | |
tree | 6e1f4731c266497cea494caf0e177d769fafc20b /common/resource.h | |
parent | 2c1199eb5b05cc55f4e859be1f903a536468b1fe (diff) | |
download | sink-984321d6a7e7f4e0debdf097c45ebe32ba514194.tar.gz sink-984321d6a7e7f4e0debdf097c45ebe32ba514194.zip |
comments
Diffstat (limited to 'common/resource.h')
-rw-r--r-- | common/resource.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/common/resource.h b/common/resource.h index bcce229..18a6827 100644 --- a/common/resource.h +++ b/common/resource.h | |||
@@ -26,10 +26,12 @@ | |||
26 | namespace Akonadi2 | 26 | namespace Akonadi2 |
27 | { | 27 | { |
28 | 28 | ||
29 | /** | ||
30 | * Resource interface | ||
31 | */ | ||
29 | class AKONADI2COMMON_EXPORT Resource | 32 | class AKONADI2COMMON_EXPORT Resource |
30 | { | 33 | { |
31 | public: | 34 | public: |
32 | //TODO: configuration | ||
33 | Resource(); | 35 | Resource(); |
34 | virtual ~Resource(); | 36 | virtual ~Resource(); |
35 | 37 | ||
@@ -44,6 +46,9 @@ private: | |||
44 | Private * const d; | 46 | Private * const d; |
45 | }; | 47 | }; |
46 | 48 | ||
49 | /** | ||
50 | * Factory interface for resource to implement. | ||
51 | */ | ||
47 | class ResourceFactory : public QObject | 52 | class ResourceFactory : public QObject |
48 | { | 53 | { |
49 | public: | 54 | public: |