alwayson_net_plugin/pdpcontextmanager2/src/caotimer.cpp
changeset 47 cb7afde124a3
parent 3 f7816ffc66ed
child 58 83ca720e2b9a
--- 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") );
     }