diff options
author | Alex Borisov <borisov.alexandr@rambler.ru> | 2011-11-27 12:31:03 +0200 |
---|---|---|
committer | Alex Borisov <borisov.alexandr@rambler.ru> | 2011-11-27 12:31:03 +0200 |
commit | a19e9744751d4278f56cb3b6ff885c0068f03a3d (patch) | |
tree | c33901631e352a48594700a11505e8f74bfa0368 /client/UpdatedConfig.h | |
parent | 474acc85db4e403d8207f1744de18bfc4a5f0acd (diff) |
File downloading (no MD5 hash check yet). Various fixes
Diffstat (limited to 'client/UpdatedConfig.h')
-rw-r--r-- | client/UpdatedConfig.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/client/UpdatedConfig.h b/client/UpdatedConfig.h index 5470d4d..2e4deac 100644 --- a/client/UpdatedConfig.h +++ b/client/UpdatedConfig.h @@ -26,6 +26,11 @@ public: */ static UpdatedConfig *CurrentConfig(); + /** + * @brief Get valid server address to communicate with + * @return address of server to communicate with ot empty string + */ + string GetServerAddr(); signals: /** * @brief Signal is emitted when client configuration is updated |