diff -r ac5daea24fb0 -r 9f263f780e41 bearermanagement/mpm/src/mpmconfirmdlg.cpp --- a/bearermanagement/mpm/src/mpmconfirmdlg.cpp Wed Oct 27 17:43:56 2010 +0300 +++ b/bearermanagement/mpm/src/mpmconfirmdlg.cpp Wed Oct 27 17:51:11 2010 +0300 @@ -1,5 +1,5 @@ /* -* Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies). +* Copyright (c) 2006-2010 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" @@ -147,6 +147,17 @@ } // ----------------------------------------------------------------------------- +// CMPMConfirmDlg::RunError +// ----------------------------------------------------------------------------- +// +TInt CMPMConfirmDlg::RunError( TInt aError ) + { + MPMLOGSTRING2( "CMPMConfirmDlg::RunError, ERROR: %d", aError ) + aError = aError; + return KErrNone; + } + +// ----------------------------------------------------------------------------- // CMPMConfirmDlg::DoCancel // ----------------------------------------------------------------------------- //