cmmanager/cmmgr/Framework/Src/cmsettingsui.cpp
branchRCL_3
changeset 69 cf1b3ddbe9a1
parent 58 83ca720e2b9a
--- a/cmmanager/cmmgr/Framework/Src/cmsettingsui.cpp	Wed Sep 15 12:38:40 2010 +0300
+++ b/cmmanager/cmmgr/Framework/Src/cmsettingsui.cpp	Wed Oct 13 14:59:48 2010 +0300
@@ -1,5 +1,5 @@
 /*
-* Copyright (c) 2006-2010 Nokia Corporation and/or its subsidiary(-ies). 
+* Copyright (c) 2006 Nokia Corporation and/or its subsidiary(-ies). 
 * All rights reserved.
 * This component and the accompanying materials are made available
 * under the terms of "Eclipse Public License v1.0"
@@ -15,10 +15,7 @@
 *
 */
 
-//This include contains full path because there is 
-//an other version of the same file available in the public
-//SDK and we want to make sure that the internal header is used.
-#include <platform/mw/cmsettingsui.h> 
+#include <cmsettingsui.h>
 #include "cmsettingsuiimpl.h"
 #include <cmcommonconstants.h>
 
@@ -85,30 +82,3 @@
     {
     return iImpl->SelectDestinationDlgL( aDestinationId );
     }
-    
-//-----------------------------------------------------------------------------
-//  CCmSettingsUi::AddCmL()
-//-----------------------------------------------------------------------------
-//    
-
-EXPORT_C TUint32 CCmSettingsUi::AddCmL( TUint32& aDestUid, TUint32 aBearerType )
-    {
-    return iImpl->AddCmL( aDestUid, aBearerType );
-    }
-
-//-----------------------------------------------------------------------------
-//  CCmSettingsUi::EditCmL()
-//-----------------------------------------------------------------------------
-//
-
-EXPORT_C CCmSettingsUi::TResult CCmSettingsUi::EditCmL( TUint32 aCmId )
-    {
-    if ( iImpl->EditCmL( aCmId ) == KDialogUserExit )
-        {
-        return EExit;
-        }
-     else
-        {
-        return EBack;
-        }
-    }