diff -r 95d45f234cf3 -r cb7afde124a3 alwayson_net_plugin/pdpcontextmanager2/src/caotimer.cpp --- a/alwayson_net_plugin/pdpcontextmanager2/src/caotimer.cpp Wed Jun 23 18:39:24 2010 +0300 +++ b/alwayson_net_plugin/pdpcontextmanager2/src/caotimer.cpp Tue Jul 06 14:42:41 2010 +0300 @@ -228,7 +228,12 @@ // CAOTimer::CAOTimer( MAOTimerObserver& aObserver, MAOSettings& aSettings ): iObserver( aObserver ), - iSettings( aSettings ) + iSettings( aSettings ), + iRetryTimer( NULL ), + iRetryTimerCount( 0 ), + iCurrentRetryTimerInterval( 0 ), + iConnectionTimer( NULL ), + iUnconnectTimer( NULL ) { LOG_1( _L("CAOTimer::CAOTimer") ); }