use shared local destination for proxies

This commit is contained in:
orignal 2015-01-17 09:42:44 -05:00
parent 284fb5458e
commit 3c9e6054b5
4 changed files with 12 additions and 2 deletions

View file

@ -19,7 +19,7 @@ namespace proxy
const char* GetName() { return "SOCKS"; }
public:
SOCKSServer(int port) : TCPIPAcceptor(port) {}
SOCKSServer(int port);
~SOCKSServer() {}
};