diff -r 6e4b6261703d -r ff3b37722600 hotspotfw/hsserver/src/hssiapsettingshandler.cpp --- 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 );