From d23435630923f2106eb531b9748e7c0b0f890219 Mon Sep 17 00:00:00 2001 From: Alex Borisov Date: Sat, 4 Feb 2012 01:44:13 +0200 Subject: Add 2 new config variables --- client/Config.h | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) (limited to 'client/Config.h') diff --git a/client/Config.h b/client/Config.h index a6e9e6a..1e3dd72 100644 --- a/client/Config.h +++ b/client/Config.h @@ -120,6 +120,16 @@ public: */ bool IsSpeedVisible; + /** + * @brief Full filename of the Proxyfier's executable + */ + string ProxifierExeFile; + + /** + * @brief Full filename of the Proxyfier's profile + */ + string ProxifierConfigFile; + /** * @brief Update client configuration * @deprecated config is updated periodically on timer events now @@ -305,12 +315,13 @@ protected: void ParseDownloadList(string data); private: + void ReadGenericProxy(); + void ReadStaticProxy(); + vector genericProxy; vector staticProxy; vector firewalls; vector fileActions; - void ReadGenericProxy(); - void ReadStaticProxy(); }; #endif \ No newline at end of file -- cgit v1.2.3