diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-05-09 22:17:28 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-05-09 22:17:28 +0200 |
commit | 4999ec5da028e3b11d9c7b7bc0fe25acdf0a8ddd (patch) | |
tree | 804bc7b4d6469245e84c63d32bd8ffcd19a36033 /common/domain/applicationdomaintype.h | |
parent | 367d167aa4d19e43669a42c198d941476f340800 (diff) | |
download | sink-4999ec5da028e3b11d9c7b7bc0fe25acdf0a8ddd.tar.gz sink-4999ec5da028e3b11d9c7b7bc0fe25acdf0a8ddd.zip |
Resource factory methods and capability filter.
Diffstat (limited to 'common/domain/applicationdomaintype.h')
-rw-r--r-- | common/domain/applicationdomaintype.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/common/domain/applicationdomaintype.h b/common/domain/applicationdomaintype.h index 1486f00..eadad00 100644 --- a/common/domain/applicationdomaintype.h +++ b/common/domain/applicationdomaintype.h | |||
@@ -187,6 +187,13 @@ struct SINK_EXPORT Identity : public ApplicationDomainType { | |||
187 | virtual ~Identity(); | 187 | virtual ~Identity(); |
188 | }; | 188 | }; |
189 | 189 | ||
190 | namespace MaildirResource { | ||
191 | SinkResource SINK_EXPORT create(const QByteArray &account); | ||
192 | }; | ||
193 | namespace MailtransportResource { | ||
194 | SinkResource SINK_EXPORT create(const QByteArray &account); | ||
195 | }; | ||
196 | |||
190 | /** | 197 | /** |
191 | * All types need to be registered here an MUST return a different name. | 198 | * All types need to be registered here an MUST return a different name. |
192 | * | 199 | * |