GET /sessions returns the title info.

This commit is contained in:
Ben Vanik
2013-12-20 23:44:22 -08:00
parent 1461792289
commit 8a7bd7b69a
11 changed files with 101 additions and 7 deletions

View File

@@ -29,6 +29,9 @@ public:
virtual int Setup() = 0;
virtual void Close() = 0;
protected:
void MakeReady();
protected:
DebugServer* debug_server_;
};