mailtransport
20 #include "dispatchmodeattribute.h"
21 #include "errorattribute.h"
22 #include "sentactionattribute.h"
23 #include "sentbehaviourattribute.h"
24 #include "transportattribute.h"
26 #include <akonadi/attributefactory.h>
28 #ifndef KDELIBS_STATIC_LIBS
34 using namespace Akonadi;
35 using namespace MailTransport;
36 AttributeFactory::registerAttribute<DispatchModeAttribute>();
37 AttributeFactory::registerAttribute<ErrorAttribute>();
38 AttributeFactory::registerAttribute<SentActionAttribute>();
39 AttributeFactory::registerAttribute<SentBehaviourAttribute>();
40 AttributeFactory::registerAttribute<TransportAttribute>();
45 const bool registered = dummy();
51 extern bool ___MailTransport____INIT()
53 using namespace Akonadi;
54 using namespace MailTransport;
55 AttributeFactory::registerAttribute<DispatchModeAttribute>();
56 AttributeFactory::registerAttribute<ErrorAttribute>();
57 AttributeFactory::registerAttribute<SentActionAttribute>();
58 AttributeFactory::registerAttribute<SentBehaviourAttribute>();
59 AttributeFactory::registerAttribute<TransportAttribute>();
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:37:48 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.