--- a/alwayson_net_plugin/pdpcontextmanager2/src/caoconnectionmonitorimpl.cpp Tue Aug 31 15:35:44 2010 +0300
+++ b/alwayson_net_plugin/pdpcontextmanager2/src/caoconnectionmonitorimpl.cpp Wed Sep 01 12:23:51 2010 +0100
@@ -127,16 +127,10 @@
MAOConnectionMonitorObserver& aObserver, MAOSettings& aSettings ):
iObserver( aObserver ),
iSettings( aSettings ),
- iTelephony( NULL ),
iWNRegPckg( iWNReg ),
iWNRegChangePckg( iWNChangeReg ),
- iNWRegistrationStatus( NULL ),
- iNWRegistrationStatusChange( NULL ),
- iBearer( NULL ),
- iMyConnectionId( 0 ),
iConnectionAlive( EFalse ),
- iBearerValue( KBearerNotSearched ),
- iCounter( 0 )
+ iBearerValue( KBearerNotSearched )
{
LOG_1( _L("CAOConnectionMonitorImpl::CAOConnectionMonitorImpl") );
}