![]() |
Uptooda Scripting API
|
ServerSync class contains server- (and account) specific data and tools for synchronization threads which are uploading to the same server (and account) More...
#include <ServerSync.h>
Public Member Functions | |
| bool | beginAuth () |
| bool | endAuth () |
| bool | isAuthPerformed () |
| bool | isAuthPerformedSuccess () |
| void | setAuthPerformed (bool success) |
Public Member Functions inherited from ThreadSync | |
| ThreadSync (ThreadSyncPrivate *priv) | |
| string | getValue (string name) |
| void | setValue (string name, string value) |
ServerSync class contains server- (and account) specific data and tools for synchronization threads which are uploading to the same server (and account)
| bool beginAuth | ( | ) |
| ServerSyncException | if authentication failed in another thread |