#include <WindowsSyncClient.h>
Inheritance diagram for WindowsSyncClient:
Public Member Functions | |
WindowsSyncClient (WindowsSyncSource **sources) | |
Constructor. | |
int | continueAfterPrepareSync () |
Checks if the server requested a full-sync for at least one SyncSource. | |
Protected Attributes | |
WindowsSyncSource ** | winSyncSources |
Pointer to the NULL terminated vector of active SyncSources. |
WindowsSyncClient::WindowsSyncClient | ( | WindowsSyncSource ** | sources | ) |
Constructor.
Set the pointer of (externally owned) SyncSources array.
int WindowsSyncClient::continueAfterPrepareSync | ( | ) | [virtual] |
Checks if the server requested a full-sync for at least one SyncSource.
This method is called just after 'prepareSync()'. If a full-sync has been requested by server, a timed message-box will be prompted to warn the user. If user avoid starting the full sync, en error code (5) will be returned. In case of no user-interaction, after a time out (10sec) the full-sync will normally continue.
Reimplemented from SyncClient.
WindowsSyncSource** WindowsSyncClient::winSyncSources [protected] |
Pointer to the NULL terminated vector of active SyncSources.
It's externally owned, must NOT be freed.