OpenAB  1.0.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
OpenAB.hpp
Go to the documentation of this file.
1 /*
2  * This Source Code Form is subject to the terms of the Mozilla Public
3  * License, v. 2.0. If a copy of the MPL was not distributed with this
4  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
5  */
10 #ifndef OpenAB_LIBRARY_HPP
11 #define OPENAB_LIBRARY_HPP
12 
13 #include <string>
14 
15 #include <helpers/Log.hpp>
16 #include <PIMItem/PIMItem.hpp>
22 #include <plugin/source/Source.hpp>
23 #include <plugin/sync/Sync.hpp>
24 #include <helpers/Variant.hpp>
26 #include <helpers/SmartPtr.hpp>
27 #include <helpers/StringHelper.hpp>
28 #include <helpers/TimeStamp.hpp>
29 
30 namespace OpenAB {
70 void OpenAB_init();
71 
72 }
73 
74 #endif /* OpenAB_LIBRARY_HPP */
void OpenAB_init()
Perform the default initialization steps required by OpenAB.
Definition: OpenAB_Init.cpp:25