#include "base/globalsdef.h"#include "base/util/ArrayList.h"#include "http/TransportAgent.h"#include "spds/constants.h"#include "spds/AbstractSyncConfig.h"#include "spds/SyncSource.h"#include "spds/SyncMLBuilder.h"#include "spds/SyncMLProcessor.h"#include "spds/CredentialHandler.h"#include "spds/SyncReport.h"

Go to the source code of this file.
Classes | |
| class | SyncManager |
| struct | SyncManager::CommandInfo |
| class | SyncManager::IncomingSyncItem |
Defines | |
| #define | DATA_SIZE_TOLERANCE 1.06 |
Enumerations | |
| enum | SyncManagerState { STATE_START = 0, STATE_PKG1_SENDING = 1, STATE_PKG1_SENT = 2, STATE_PKG3_SENDING = 3, STATE_PKG3_SENT = 4, STATE_PKG5_SENDING = 5, STATE_PKG5_SENT = 6 } |
1.5.7.1