diff options
author | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2012-09-04 12:29:59 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2012-09-04 12:29:59 +0300 |
commit | 6d8b331a37a025f4a16d8278da715e7a628b33d3 (patch) | |
tree | 11b7880b2afe9575f99a0a9eeb2ba97b8e6c88b9 /client/Proxifier.h | |
parent | 1052c8bd510b92827a61aba725083c9feb24e042 (diff) | |
parent | ad1559db52cf01869c0fb31252ad9f69af2ddd4c (diff) |
Merge branch 'master' of ssh://sss.chaoslab.ru//home/git/proxy_ui
Diffstat (limited to 'client/Proxifier.h')
-rw-r--r-- | client/Proxifier.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/Proxifier.h b/client/Proxifier.h index 30aa0ce..5d558fd 100644 --- a/client/Proxifier.h +++ b/client/Proxifier.h @@ -72,7 +72,7 @@ public: * @note adds specified proxy to Proxifier's Proxy list and in "Client" chain<br/> * Also adds "Client" chain to "Default" rule if its not there */ - bool TurnProxyOn(Proxy& proxy); + bool TurnProxyOn(Proxy& proxy, bool isStatic = false); /** * @brief turn proxy off * @param proxy Proxy class that represents particular proxy @@ -249,7 +249,7 @@ private: * chainId chain ID to add proxy to * @return true on success or false otherwise */ - bool AddProxyToChain(int proxyId, int chainId, bool isHttp = false); + bool AddProxyToChain(int proxyId, int chainId, bool isStatic = false); /** * @brief remove proxy from proxy chain * @param proxyId proxy ID to remove to proxy chain |