OpenAB
1.0.1
|
#include "CardDAVStorage.hpp"
#include <PIMItem/Contact/PIMContactItem.hpp>
#include <algorithm>
#include <math.h>
#include <locale>
#include <unistd.h>
#include "helpers/OAuth2HttpAuthorizer.hpp"
#include "helpers/BasicHttpAuthorizer.hpp"
#include <OpenAB.hpp>
Classes | |
class | CardDAVFactory::CardDAVSourceFactory |
class | CardDAVFactory::CardDAVStorageFactory |
Namespaces | |
CardDAVFactory | |
CardDAVSourceFactory | |
CardDAVStorageFactory | |
Macros | |
#define | QUERY_SIZE 1000 |
#define | EXP_BACKOFF(numRetries) for (unsigned int _i = 0; _i < (numRetries); ++_i, usleep(pow(2.0, _i) * 10)) |
#define EXP_BACKOFF | ( | numRetries | ) | for (unsigned int _i = 0; _i < (numRetries); ++_i, usleep(pow(2.0, _i) * 10)) |
#define QUERY_SIZE 1000 |