hotspotfw/internetconnectivitytestservice/src/ictsengine.cpp
changeset 61 e1d68407ed06
parent 2 6e4b6261703d
--- a/hotspotfw/internetconnectivitytestservice/src/ictsengine.cpp	Fri Sep 03 09:37:37 2010 +0300
+++ b/hotspotfw/internetconnectivitytestservice/src/ictsengine.cpp	Thu Sep 16 12:52:33 2010 +0300
@@ -41,7 +41,10 @@
 iIapId( aIapId ), iNetworkId( aNetworkId ), iPollingStatus( EFalse ), 
 iRepository( NULL ), iClient( aClient )
     {
-    
+    iPollingIntervalTimer =NULL;
+    iPollingTimeTimer = NULL;  
+    iHttpHandler =NULL;
+    iPollingInterval=0;
     }
 
 // ---------------------------------------------------------------------------