OpenAB  1.0.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
TwoWaySync.cpp File Reference
#include <string>
#include <algorithm>
#include <sys/time.h>
#include <helpers/PluginManager.hpp>
#include <plugin/source/Source.hpp>
#include <plugin/storage/Storage.hpp>
#include <PIMItem/Contact/PIMContactItemIndex.hpp>
#include <OpenAB.hpp>
#include "TwoWaySync.hpp"
Include dependency graph for TwoWaySync.cpp:

Macros

#define CHECK_DB_ERROR()
 
#define CHECK_CANCEL()
 
#define CHECK_INPUT_ERROR()
 

Functions

 REGISTER_PLUGIN_FACTORY (TwoWaySyncFactory)
 

Macro Definition Documentation

#define CHECK_CANCEL ( )
Value:
if (cancelSync && syncInProgress){ \
}
Definition: Sync.hpp:159
#define CHECK_DB_ERROR ( )
Value:
if (dbError){ \
}
Definition: Sync.hpp:161
#define CHECK_INPUT_ERROR ( )
Value:
if (inputError){ \
}
Definition: Sync.hpp:161

Function Documentation

REGISTER_PLUGIN_FACTORY ( TwoWaySyncFactory  )