This commit is contained in:
Sha Dak 2019-05-11 22:11:30 +00:00
parent 895416fc1f
commit 69b8d6dd30
7 changed files with 28 additions and 28 deletions

View file

@ -56,7 +56,7 @@ namespace client
virtual void Start () = 0;
virtual void Stop () = 0;
virtual const char* GetName() { return "Generic DOTNET Service"; }
virtual const char* GetName() { return "Generic .NET Service"; }
private:
void TriggerReadyCheckTimer();