From a19e9744751d4278f56cb3b6ff885c0068f03a3d Mon Sep 17 00:00:00 2001 From: Alex Borisov Date: Sun, 27 Nov 2011 12:31:03 +0200 Subject: File downloading (no MD5 hash check yet). Various fixes --- client/UpdatedConfig.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'client/UpdatedConfig.h') 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 -- cgit v1.2.3