Remove dead declarations in DSS
This commit is contained in:
parent
576a50ae24
commit
66c30a14cc
1 changed files with 0 additions and 8 deletions
|
@ -54,14 +54,6 @@ public:
|
||||||
// Release the service
|
// Release the service
|
||||||
void release ();
|
void release ();
|
||||||
|
|
||||||
void addTestClient(const std::string & clientId);
|
|
||||||
|
|
||||||
void removeTestClient(const std::string & clientId);
|
|
||||||
|
|
||||||
void listTestClient() const;
|
|
||||||
|
|
||||||
void runTestClientLuaScript(const std::string & clientId, const std::string & cmd);
|
|
||||||
|
|
||||||
|
|
||||||
static R2::CDynamicScenarioService & instance() { return (CDynamicScenarioService&)*IService::getInstance(); }
|
static R2::CDynamicScenarioService & instance() { return (CDynamicScenarioService&)*IService::getInstance(); }
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue