GET /sessions returns the title info.
This commit is contained in:
@@ -29,6 +29,9 @@ public:
|
||||
virtual int Setup() = 0;
|
||||
virtual void Close() = 0;
|
||||
|
||||
protected:
|
||||
void MakeReady();
|
||||
|
||||
protected:
|
||||
DebugServer* debug_server_;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user