hotspotfw/hsserver/src/hssiapsettingshandler.cpp
changeset 3 ff3b37722600
parent 0 56b72877c1cb
child 8 c2bc3f8c7777
child 19 10810c91db26
--- a/hotspotfw/hsserver/src/hssiapsettingshandler.cpp	Mon Jan 18 21:21:32 2010 +0200
+++ b/hotspotfw/hsserver/src/hssiapsettingshandler.cpp	Tue Jan 26 13:04:04 2010 +0200
@@ -37,9 +37,9 @@
 // -----------------------------------------------------------------------------
 //
 CHssIapSettingsHandler::CHssIapSettingsHandler( )
-	{
+    {
     DEBUG("CHssIapSettingsHandler::CHssIapSettingsHandler");
-	}
+    }
 
 // -----------------------------------------------------------------------------
 // ConstructL
@@ -68,8 +68,8 @@
 // -----------------------------------------------------------------------------
 //
 CHssIapSettingsHandler::~CHssIapSettingsHandler()
-	{
-	DEBUG("CHssIapSettingsHandler::~CHssIapSettingsHandler()");
+    {
+    DEBUG("CHssIapSettingsHandler::~CHssIapSettingsHandler()");
     }
 
 // -----------------------------------------------------------------------------
@@ -150,7 +150,7 @@
         // Internet destination will always exist in the system.
         // Internet destination will have ESnapPurposeInternet set in its metadata.
         if (destination.MetadataL( CMManager::ESnapMetadataPurpose ) == 
-		                                CMManager::ESnapPurposeInternet )
+                                        CMManager::ESnapPurposeInternet )
             {
             CWlanMgmtClient* wlanMgmtClient = CWlanMgmtClient::NewL();
             CleanupStack::PushL( wlanMgmtClient );
@@ -256,7 +256,7 @@
     cmManager.OpenL();
     CleanupClosePushL( cmManager );
     
-	RCmConnectionMethodExt plugin = cmManager.ConnectionMethodL( aIapId );
+    RCmConnectionMethodExt plugin = cmManager.ConnectionMethodL( aIapId );
     CleanupClosePushL( plugin );
     
     HBufC* uid = plugin.GetStringAttributeL( EWlanServiceExtensionTableName );
@@ -267,7 +267,7 @@
     // Find and remove [ and ]. 
     // If found [ it's known that buffer contains UID
     TInt indx = buffer.Find( KMark1 );
-    	 if ( KErrNotFound != indx )
+         if ( KErrNotFound != indx )
          {
          DEBUG("CHssIapSettingsHandler::FindClientL Client is found");
          buffer.Delete( indx, 1 );