diff options
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 | * |