summaryrefslogtreecommitdiffstats
path: root/common/domain/applicationdomaintype.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/domain/applicationdomaintype.h')
-rw-r--r--common/domain/applicationdomaintype.h7
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
190namespace MaildirResource {
191 SinkResource SINK_EXPORT create(const QByteArray &account);
192};
193namespace 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 *