alwayson_net_plugin/pdpcontextmanager2/src/caoconnectionmonitorimpl.cpp
branchRCL_3
changeset 25 83ca720e2b9a
parent 24 05bc53fe583b
equal deleted inserted replaced
24:05bc53fe583b 25:83ca720e2b9a
   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 ),
       
   131     iWNRegPckg( iWNReg ),
   130     iWNRegPckg( iWNReg ),
   132     iWNRegChangePckg( iWNChangeReg ),
   131     iWNRegChangePckg( iWNChangeReg ),
   133     iNWRegistrationStatus( NULL ),
       
   134     iNWRegistrationStatusChange( NULL ),
       
   135     iBearer( NULL ), 
       
   136     iMyConnectionId( 0 ),
       
   137     iConnectionAlive( EFalse ),
   132     iConnectionAlive( EFalse ),
   138     iBearerValue( KBearerNotSearched ),
   133     iBearerValue( KBearerNotSearched )
   139     iCounter( 0 )
       
   140     {
   134     {
   141     LOG_1( _L("CAOConnectionMonitorImpl::CAOConnectionMonitorImpl") );
   135     LOG_1( _L("CAOConnectionMonitorImpl::CAOConnectionMonitorImpl") );
   142     }
   136     }
   143 
   137 
   144 // ---------------------------------------------------------------------------
   138 // ---------------------------------------------------------------------------