eapol/eapol_framework/eapol_symbian/eap_server/src/EapServerProcessHandler.cpp
changeset 34 ad1f037f1ac2
parent 26 9abfd4f00d37
child 36 c98682f98478
equal deleted inserted replaced
31:372d2d6c5cf9 34:ad1f037f1ac2
    14 * Description:  EAP and WLAN authentication protocols.
    14 * Description:  EAP and WLAN authentication protocols.
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 /*
    18 /*
    19 * %version:  39 %
    19 * %version:  40 %
    20 */
    20 */
    21 
    21 
    22 #include "EapServerProcessHandler.h"
    22 #include "EapServerProcessHandler.h"
    23 #include "EapTraceSymbian.h"
    23 #include "EapTraceSymbian.h"
    24 #if defined(USE_FAST_EAP_TYPE)
    24 #if defined(USE_FAST_EAP_TYPE)
    43 #if defined(USE_FAST_EAP_TYPE)
    43 #if defined(USE_FAST_EAP_TYPE)
    44 , iPacStore(0)
    44 , iPacStore(0)
    45 #endif //#if defined(USE_FAST_EAP_TYPE)
    45 #endif //#if defined(USE_FAST_EAP_TYPE)
    46 , iEapMessageQueue(0)
    46 , iEapMessageQueue(0)
    47 {
    47 {
    48 
    48 	EAP_TRACE_DEBUG(
       
    49 		iTools,
       
    50 		TRACE_FLAGS_DEFAULT,
       
    51 		(EAPL("CEapServerProcessHandler::CEapServerProcessHandler(): this=0x%08x\n"),
       
    52 		this));
       
    53 	EAP_TRACE_RETURN_STRING(iTools, "returns: CEapServerProcessHandler::CEapServerProcessHandler()");
    49 }
    54 }
    50 
    55 
    51 //----------------------------------------------------------------------------
    56 //----------------------------------------------------------------------------
    52 
    57 
    53 CEapServerProcessHandler::~CEapServerProcessHandler()
    58 CEapServerProcessHandler::~CEapServerProcessHandler()