alwayson_net_plugin/pdpcontextmanager2/src/caoconnectionmonitorimpl.cpp
branchRCL_3
changeset 24 05bc53fe583b
parent 8 2e6c4614c58e
child 25 83ca720e2b9a
equal deleted inserted replaced
23:fc7b30ed2058 24:05bc53fe583b
   125 //
   125 //
   126 CAOConnectionMonitorImpl::CAOConnectionMonitorImpl(
   126 CAOConnectionMonitorImpl::CAOConnectionMonitorImpl(
   127     MAOConnectionMonitorObserver& aObserver, MAOSettings& aSettings ):
   127     MAOConnectionMonitorObserver& aObserver, MAOSettings& aSettings ):
   128     iObserver( aObserver ),
   128     iObserver( aObserver ),
   129     iSettings( aSettings ),
   129     iSettings( aSettings ),
       
   130     iTelephony( NULL ),
   130     iWNRegPckg( iWNReg ),
   131     iWNRegPckg( iWNReg ),
   131     iWNRegChangePckg( iWNChangeReg ),
   132     iWNRegChangePckg( iWNChangeReg ),
       
   133     iNWRegistrationStatus( NULL ),
       
   134     iNWRegistrationStatusChange( NULL ),
       
   135     iBearer( NULL ), 
       
   136     iMyConnectionId( 0 ),
   132     iConnectionAlive( EFalse ),
   137     iConnectionAlive( EFalse ),
   133     iBearerValue( KBearerNotSearched )
   138     iBearerValue( KBearerNotSearched ),
       
   139     iCounter( 0 )
   134     {
   140     {
   135     LOG_1( _L("CAOConnectionMonitorImpl::CAOConnectionMonitorImpl") );
   141     LOG_1( _L("CAOConnectionMonitorImpl::CAOConnectionMonitorImpl") );
   136     }
   142     }
   137 
   143 
   138 // ---------------------------------------------------------------------------
   144 // ---------------------------------------------------------------------------