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>();
45const bool registered = dummy();
51extern 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-2022 The KDE developers.
Generated on Thu Jul 21 2022 00:00:00 by
doxygen 1.9.5 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.