Akonadi Mime

attributeregistrar.cpp
1/*
2 SPDX-FileCopyrightText: 2009 Constantin Berzan <exit3219@gmail.com>
3
4 SPDX-License-Identifier: LGPL-2.0-or-later
5*/
6
7#include "messagefolderattribute.h"
8
9#include "dispatchmodeattribute.h"
10#include "errorattribute.h"
11#include "sentactionattribute.h"
12#include "sentbehaviourattribute.h"
13#include "transportattribute.h"
14
15#include <Akonadi/AttributeFactory>
16
17#ifndef KDELIBS_STATIC_LIBS
18namespace
19{
20// Anonymous namespace; function is invisible outside this file.
21bool messagefolder_dummy()
22{
29 return true;
30}
31
32// Called when this library is loaded.
33const bool registered = messagefolder_dummy();
34} // namespace
35
36#else
37
38extern bool ___AkonadiKMime____INIT()
39{
46 return true;
47}
48
49#endif
static void registerAttribute()
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri Jul 26 2024 11:53:33 by doxygen 1.11.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.