diff -r ac5daea24fb0 -r 9f263f780e41 bearermanagement/mpm/inc/mpmconfirmdlg.h --- a/bearermanagement/mpm/inc/mpmconfirmdlg.h Wed Oct 27 17:43:56 2010 +0300 +++ b/bearermanagement/mpm/inc/mpmconfirmdlg.h 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" @@ -111,7 +111,7 @@ */ void ConstructL(); - private: // from CActive + protected: // from CActive /** * Active Object RunL. @@ -120,6 +120,13 @@ void RunL(); /** + * Handles a leave occurring in RunL. + * @param aError Leave code of RunL method. + * @return KErrNone + */ + TInt RunError( TInt aError ); + + /** * Active Object DoCancel. * @since 3.2 */