diff options
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 |