wlanutilities/wlansniffer/wlansnifferkeepalive/src/wsfkeepalive.cpp
changeset 61 e1d68407ed06
parent 39 7b3e49e4608a
equal deleted inserted replaced
60:822a45792fdd 61:e1d68407ed06
   233 CWsfKeepalive::CWsfKeepalive() :
   233 CWsfKeepalive::CWsfKeepalive() :
   234     iConnectionId( KInvalidConnectionId ),
   234     iConnectionId( KInvalidConnectionId ),
   235     iState( EInactive ),
   235     iState( EInactive ),
   236     iIapId( 0 )
   236     iIapId( 0 )
   237     {
   237     {
   238     OstTraceFunctionEntry0( CWSFKEEPALIVE_CWSFKEEPALIVE_ENTRY );
   238   	OstTraceFunctionEntry0( CWSFKEEPALIVE_CWSFKEEPALIVE_ENTRY );
   239     OstTraceFunctionExit0( CWSFKEEPALIVE_CWSFKEEPALIVE_EXIT );
   239 	  iCmMgr = NULL;
       
   240     iConnMon = NULL;
       
   241     iConnMonDisc = NULL;
       
   242     iEsock = NULL;
       
   243     iTimer = NULL;
       
   244 	  OstTraceFunctionExit0( CWSFKEEPALIVE_CWSFKEEPALIVE_EXIT );
   240     }
   245     }
   241 
   246 
   242 // ---------------------------------------------------------------------------
   247 // ---------------------------------------------------------------------------
   243 // Leaving constructor
   248 // Leaving constructor
   244 // ---------------------------------------------------------------------------
   249 // ---------------------------------------------------------------------------