summaryrefslogtreecommitdiff
path: root/client/Config.h
diff options
context:
space:
mode:
Diffstat (limited to 'client/Config.h')
-rw-r--r--client/Config.h15
1 files changed, 13 insertions, 2 deletions
diff --git a/client/Config.h b/client/Config.h
index a6e9e6a..1e3dd72 100644
--- a/client/Config.h
+++ b/client/Config.h
@@ -121,6 +121,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<ProxyEntryGeneric> genericProxy;
vector<ProxyEntryStatic> staticProxy;
vector<FirewallEntry> firewalls;
vector<FileEntry> fileActions;
- void ReadGenericProxy();
- void ReadStaticProxy();
};
#endif \ No newline at end of file