WaitForClient moved to server, now working.

This commit is contained in:
Ben Vanik
2013-12-20 23:52:47 -08:00
parent 8a7bd7b69a
commit d98d5c855a
7 changed files with 76 additions and 43 deletions

View File

@@ -27,7 +27,6 @@ public:
virtual ~Protocol();
virtual int Setup() = 0;
virtual int WaitForClient() = 0;
protected:
DebugServer* debug_server_;