| Return Type | Function name | Arguments |
|---|---|---|
| void | hzWebhost::~hzWebhost | (void) |
Declared and defined in file: hzHttpClient.h
Function Logic:
Function body:
void hzWebhost::~hzWebhost (void)
{
_clear() ;
if (m_docHome) delete m_docHome ;
if (m_docAuth) delete m_docAuth ;
if (m_resAuth) delete m_resAuth ;
if (m_resLast) delete m_resLast ;
}