| 1251 | } |
| 1252 | |
| 1253 | bool CCECClient::PingAdapter(void) |
| 1254 | { |
| 1255 | return m_processor ? m_processor->PingAdapter() : false; |
| 1256 | } |
| 1257 | |
| 1258 | std::string CCECClient::GetConnectionInfo(void) |
| 1259 | { |
nothing calls this directly
no outgoing calls
no test coverage detected