diff -r 14754bf06654 -r cf1b3ddbe9a1 cmmanager/cmmgr/Framework/Src/cmsettingsui.cpp --- 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 +#include #include "cmsettingsuiimpl.h" #include @@ -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; - } - }