alwayson_net_plugin/pdpcontextmanager2/src/caotimer.cpp
branchRCL_3
changeset 58 83ca720e2b9a
parent 57 05bc53fe583b
--- a/alwayson_net_plugin/pdpcontextmanager2/src/caotimer.cpp	Tue Aug 31 15:35:44 2010 +0300
+++ b/alwayson_net_plugin/pdpcontextmanager2/src/caotimer.cpp	Wed Sep 01 12:23:51 2010 +0100
@@ -228,12 +228,7 @@
 //
 CAOTimer::CAOTimer( MAOTimerObserver& aObserver, MAOSettings& aSettings ):
     iObserver( aObserver ),
-    iSettings( aSettings ),
-    iRetryTimer( NULL ),
-    iRetryTimerCount( 0 ),
-    iCurrentRetryTimerInterval( 0 ), 
-    iConnectionTimer( NULL ),
-    iUnconnectTimer( NULL )
+    iSettings( aSettings )
     {
     LOG_1( _L("CAOTimer::CAOTimer") );
     }