#include "EvolutionSyncClient.h"#include "EvolutionSyncSource.h"#include "SyncEvolutionUtil.h"#include <posix/base/posixlog.h>#include <list>#include <memory>#include <vector>#include <sstream>#include <fstream>#include <iomanip>#include <iostream>#include <stdexcept>#include <boost/algorithm/string/predicate.hpp>#include <boost/algorithm/string/replace.hpp>#include <boost/foreach.hpp>#include <sys/stat.h>#include <pwd.h>#include <unistd.h>#include <dirent.h>#include <errno.h>

Go to the source code of this file.
Classes | |
| class | LogDir |
| class | SourceList |
Defines | |
| #define | LOG_DEVELOPER debug |
Functions | |
| void | unref (SourceList *sourceList) |
| #define LOG_DEVELOPER debug |
| void unref | ( | SourceList * | sourceList | ) |
Definition at line 583 of file EvolutionSyncClient.cpp.
Referenced by eptr< T, T, ArrayUnref< T > >::set().
1.5.7.1