hotspotfw/internetconnectivitytestservice/src/ictsengine.cpp
changeset 2 6e4b6261703d
parent 0 56b72877c1cb
child 52 b852595f5cbe
child 61 e1d68407ed06
--- 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 <apgcli.h>
-#include <eikenv.h> 
-#include <apgtask.h>
-#include <coemain.h> 
-#include <cmmanagerext.h>
-#include <cmmanagerdef.h>
 #include <f32file.h> 
 
 #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 );
     }
 
 // ---------------------------------------------------------------------------