diff -r fc7b30ed2058 -r 05bc53fe583b alwayson_net_plugin/pdpcontextmanager2/src/caotimer.cpp --- a/alwayson_net_plugin/pdpcontextmanager2/src/caotimer.cpp Thu Aug 19 10:18:49 2010 +0300 +++ b/alwayson_net_plugin/pdpcontextmanager2/src/caotimer.cpp Tue Aug 31 15:35:44 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") ); }