Return Type | Function name | Arguments |
---|---|---|
NULL-BASIS | hzHttpEvent::~hzHttpEvent | (void) |
Declared in file: hzHttpServer.h
Defined in file : hzHttpServer.cpp
Function Logic:
Function body:
NULL-BASIS hzHttpEvent::~hzHttpEvent (void) { m_pLog = 0; m_pCx = 0; m_pSession = 0; m_pContextApp = m_pContextLang = m_pContextForm = m_pContextObj = 0; Clear() ; }