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 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()
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-2017 The KDE developers.
Generated on Sat Feb 18 2017 15:58:16 by
doxygen 1.8.11 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.