///////////////////////////////////////////////////////
| 94 | |
| 95 | //////////////////////////////////////////////////////////// |
| 96 | SocketHandle Socket::getNativeHandle() const |
| 97 | { |
| 98 | return m_socket; |
| 99 | } |
| 100 | |
| 101 | |
| 102 | //////////////////////////////////////////////////////////// |
no outgoing calls
no test coverage detected