This commit is contained in:
WangQiang 2016-08-25 09:18:56 +00:00
parent d7d4d835da
commit 7035e481cc
1 changed files with 2 additions and 2 deletions

View File

@ -42,9 +42,9 @@ TokenClient::TokenClient()
ReportLength = 0; ReportLength = 0;
// 重启 // 重启
Register("Gateway/Restart", InvokeRestStart, this); //Register("Gateway/Restart", InvokeRestStart, this);
// 重置 // 重置
Register("Gateway/Reset", InvokeRestBoot, this); //Register("Gateway/Reset", InvokeRestBoot, this);
} }
void TokenClient::Open() void TokenClient::Open()