voipplugins/sipconnectionprovider/src/scpsettinghandler.cpp
branchRCL_3
changeset 20 65a3ef1d5bd0
parent 15 43658d24f35d
--- a/voipplugins/sipconnectionprovider/src/scpsettinghandler.cpp	Mon Jun 21 15:29:21 2010 +0300
+++ b/voipplugins/sipconnectionprovider/src/scpsettinghandler.cpp	Thu Aug 19 09:45:22 2010 +0300
@@ -22,8 +22,8 @@
 #include <spproperty.h>
 #include <spsettingsvoiputils.h>
 #include <pressettingsapi.h>
-#include <xdmsettingsapi.h>
-#include <xdmsettingscollection.h>
+#include <XdmSettingsApi.h>
+#include <XdmSettingsCollection.h>
 
 #include "scpsettinghandler.h"
 #include "scpservice.h"
@@ -1010,41 +1010,6 @@
     }
 
 // -----------------------------------------------------------------------------
-// CScpSettingHandler::IsVoIPOverWcdmaAllowedL
-// -----------------------------------------------------------------------------
-//
-TBool CScpSettingHandler::IsVoIPOverWcdmaAllowedL( 
-    TUint32 aServiceId ) const
-    {
-    SCPLOGSTRING( "CScpSettingHandler::IsVoIPOverWcdmaAllowedL IN" );
-
-    TBool response( EFalse );
-    RPointerArray<CRCSEProfileEntry> entries;
-
-    // Push entries to cleanup stack
-    CleanupStack::PushL( TCleanupItem( TScpUtility::ResetAndDestroyEntries, 
-                                       &entries ) );
-
-    iRcseProfileRegistry->FindByServiceIdL( aServiceId, entries );
-    
-    if ( entries.Count() )
-        {            
-        response = CRCSEProfileEntry::EOn == entries[ 0 ]->iAllowVoIPoverWCDMA;
-        }
-    else
-        {
-        User::Leave( KErrNotFound );
-        }
-    
-    CleanupStack::PopAndDestroy( &entries );
-    
-    SCPLOGSTRING2( 
-        "CScpSettingHandler::IsVoIPOverWcdmaAllowedL : allowed : %d OUT", 
-            response );
-    return response;
-    }
-
-// -----------------------------------------------------------------------------
 // CScpSettingHandler::UpdateImSettingsL
 // -----------------------------------------------------------------------------
 //