diff options
author | Alex Borisov <borisov.alexandr@rambler.ru> | 2011-12-12 03:57:23 +0200 |
---|---|---|
committer | Alex Borisov <borisov.alexandr@rambler.ru> | 2011-12-12 03:57:23 +0200 |
commit | f77a7f9a1e282dba6e39f6b7f0685971cfac7747 (patch) | |
tree | 4053e95d95c3a34f6b0cdaa11c61b50de9bbf05f /client/Proxy.h | |
parent | 1ecb59ec27137a039a73289a3ded1f8dedcdab88 (diff) |
Proxifier config parsing
Diffstat (limited to 'client/Proxy.h')
-rw-r--r-- | client/Proxy.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/Proxy.h b/client/Proxy.h index 368f2b8..a718353 100644 --- a/client/Proxy.h +++ b/client/Proxy.h @@ -10,6 +10,7 @@ public: std::string login; std::string password; std::string host; + std::string type; short port; Proxy(): port(0) {} |