OpenAB
1.0.1
|
#include "Google.hpp"
#include <PIMItem/Contact/PIMContactItem.hpp>
#include <helpers/StringHelper.hpp>
#include <algorithm>
#include <math.h>
#include <locale>
#include <sys/time.h>
#include <libsoup/soup.h>
#include "GDataContactsConverter.hpp"
#include "GDataOAuth2Authorizer.h"
Macros | |
#define | QUERY_SIZE 500 |
#define | EXP_BACKOFF(numRetries) for (unsigned int _i = 0; _i < (numRetries); ++_i, usleep(pow(2.0, _i) * 10)) |
Functions | |
REGISTER_PLUGIN_FACTORY (GoogleFactory) | |
#define EXP_BACKOFF | ( | numRetries | ) | for (unsigned int _i = 0; _i < (numRetries); ++_i, usleep(pow(2.0, _i) * 10)) |
#define QUERY_SIZE 500 |
REGISTER_PLUGIN_FACTORY | ( | GoogleFactory | ) |