#include "config.h"#include "SyncEvolutionConfig.h"#include "EvolutionSmartPtr.h"#include <boost/shared_ptr.hpp>#include <string>#include <vector>#include <set>#include <ostream>#include <stdexcept>#include <time.h>#include <spds/SyncSource.h>#include <spdm/ManagementNode.h>#include <base/Log.h>#include "eds_abi_wrapper.h"#include <ClientTest.h>


Go to the source code of this file.
Classes | |
| struct | EvolutionSyncSourceParams |
| class | RegisterSyncSource |
| class | RegisterSyncSourceTest |
| class | TestRegistry |
| class | EvolutionSyncSource |
| struct | EvolutionSyncSource::Database |
| class | EvolutionSyncSource::Items |
Typedefs | |
| typedef list< const RegisterSyncSource * > | SourceRegistry |
| typedef ClientTest::Config | ClientTestConfig |
| typedef ClientTest::Config ClientTestConfig |
Definition at line 169 of file EvolutionSyncSource.h.
| typedef list<const RegisterSyncSource *> SourceRegistry |
Definition at line 164 of file EvolutionSyncSource.h.
1.5.7.1