diff -r 301aeb18ae47 -r b47b808de481 hotspotfw/internetconnectivitytestservice/src/ictsengine.cpp --- 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; } // ---------------------------------------------------------------------------