alwayson_net_plugin/pdpcontextmanager2/src/caoconnectionmonitorimpl.cpp
changeset 41 bbb64eb3bdee
parent 18 fcbbe021d614
child 58 83ca720e2b9a
equal deleted inserted replaced
40:c5b848e6c7d1 41:bbb64eb3bdee
   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 // ---------------------------------------------------------------------------