diff -r d07e190ed096 -r 6e4b6261703d hotspotfw/internetconnectivitytestservice/src/ictsengine.cpp --- a/hotspotfw/internetconnectivitytestservice/src/ictsengine.cpp Thu Jan 07 13:31:53 2010 +0200 +++ b/hotspotfw/internetconnectivitytestservice/src/ictsengine.cpp Mon Jan 18 21:21:32 2010 +0200 @@ -16,12 +16,6 @@ */ -#include -#include -#include -#include -#include -#include #include #include "ictsengine.h" @@ -88,14 +82,6 @@ iPollingTimeTimer = CIctsPollingTimeTimer::NewL( *this ); iHttpHandler = CIctsHttpHandler::NewL( *this, KHttpResponseTime ); - - RCmManagerExt cmManager; - cmManager.OpenL(); - CleanupClosePushL( cmManager ); - - iEasyWlanIapId = cmManager.EasyWlanIdL(); - DEBUG1("CIctsEngine::ConstructL iEasyWlanIapId %d", iEasyWlanIapId ); - CleanupStack::PopAndDestroy( &cmManager ); } // ---------------------------------------------------------------------------