branch | RCL_3 |
changeset 57 | 05bc53fe583b |
parent 0 | 5a93021fdf25 |
child 58 | 83ca720e2b9a |
child 73 | 70ee5458c95d |
--- a/alwayson_net_plugin/pdpcontextmanager2/src/caoconnectionmanager.cpp Thu Aug 19 10:18:49 2010 +0300 +++ b/alwayson_net_plugin/pdpcontextmanager2/src/caoconnectionmanager.cpp Tue Aug 31 15:35:44 2010 +0300 @@ -208,7 +208,9 @@ MAOConnectionManagerObserver& aObserver, MAOSettings& aSettings ): iObserver( aObserver ), - iSettings( aSettings ) + iSettings( aSettings ), + iConnection( NULL ), + iConnectionMonitor( NULL ) { LOG_1( _L("CAOConnectionManager::CAOConnectionManager") ); }