ServerSync class contains server- (and account) specific data and tools for synchronization threads which are uploading to the same server (and account)
More...
|
bool | beginAuth () |
|
bool | endAuth () |
|
bool | isAuthPerformed () |
|
bool | isAuthPerformedSuccess () |
|
void | setAuthPerformed (bool success) |
|
| 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)
◆ beginAuth()
- Exceptions
-
ServerSyncException | if authentication failed in another thread |