bearermanagement/mpm/src/mpmconfirmdlg.cpp
changeset 71 9f263f780e41
parent 20 9c97ad6591ae
equal deleted inserted replaced
70:ac5daea24fb0 71:9f263f780e41
     1 /*
     1 /*
     2 * Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies). 
     2 * Copyright (c) 2006-2010 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
   145         }
   145         }
   146     iConfirmDlgUser.ConfirmDlgResponse( iStatus.Int(), iResult );
   146     iConfirmDlgUser.ConfirmDlgResponse( iStatus.Int(), iResult );
   147     }
   147     }
   148 
   148 
   149 // -----------------------------------------------------------------------------
   149 // -----------------------------------------------------------------------------
       
   150 // CMPMConfirmDlg::RunError
       
   151 // -----------------------------------------------------------------------------
       
   152 //
       
   153 TInt CMPMConfirmDlg::RunError( TInt aError )
       
   154     {
       
   155     MPMLOGSTRING2( "CMPMConfirmDlg::RunError, ERROR: %d", aError )
       
   156     aError = aError;
       
   157     return KErrNone;
       
   158     }
       
   159 
       
   160 // -----------------------------------------------------------------------------
   150 // CMPMConfirmDlg::DoCancel
   161 // CMPMConfirmDlg::DoCancel
   151 // -----------------------------------------------------------------------------
   162 // -----------------------------------------------------------------------------
   152 //
   163 //
   153 void CMPMConfirmDlg::DoCancel()
   164 void CMPMConfirmDlg::DoCancel()
   154     {
   165     {