hotspotfw/internetconnectivitytestservice/src/ictsengine.cpp
changeset 62 b47b808de481
parent 2 6e4b6261703d
--- a/hotspotfw/internetconnectivitytestservice/src/ictsengine.cpp	Fri Sep 17 08:35:49 2010 +0300
+++ b/hotspotfw/internetconnectivitytestservice/src/ictsengine.cpp	Mon Oct 04 02:07:04 2010 +0300
@@ -41,7 +41,10 @@
 iIapId( aIapId ), iNetworkId( aNetworkId ), iPollingStatus( EFalse ), 
 iRepository( NULL ), iClient( aClient )
     {
-    
+    iPollingIntervalTimer =NULL;
+    iPollingTimeTimer = NULL;  
+    iHttpHandler =NULL;
+    iPollingInterval=0;
     }
 
 // ---------------------------------------------------------------------------