| 65 | } |
| 66 | |
| 67 | bool CAOCECAdapterCommunication::IsOpen(void) |
| 68 | { |
| 69 | CLockObject lock(m_mutex); |
| 70 | return IsInitialised() && m_fd != INVALID_SOCKET_VALUE; |
| 71 | } |
| 72 | |
| 73 | bool CAOCECAdapterCommunication::Open(uint32_t UNUSED(iTimeoutMs), bool UNUSED(bSkipChecks), bool bStartListening) |
| 74 | { |
nothing calls this directly
no outgoing calls
no test coverage detected