Signed-off-by: tomoaki <tomoaki@tomy-tech.com>
This commit is contained in:
tomoaki
2019-10-03 10:39:44 +09:00
parent 2067e6fe92
commit 271b635d3f
3 changed files with 3 additions and 3 deletions

View File

@@ -572,7 +572,7 @@ void Client::resetPingRequest(void)
_holdPingRequest = false;
}
bool Client::isHoldPringReqest(void)
bool Client::isHoldPingReqest(void)
{
return _holdPingRequest;
}