Return Type | Function name | Arguments |
---|---|---|
NULL-BASIS | hzIpConnex::~hzIpConnex | (void) |
Declared in file: hzIpServer.h
Defined in file : hzIpServer.cpp
Function Logic:
Function body:
NULL-BASIS hzIpConnex::~hzIpConnex (void) { if (m_nSock) { close(m_nSock) ; m_nSock = 0; } if (m_pSSL) SSL_free(m_pSSL) ; if (m_pInfo) delete m_pInfo ; if (m_pEventHdl) delete (hzHttpEvent*) m_pEventHdl ; }