bearermanagement/mpm/src/mpmdialogbase.cpp
changeset 71 9f263f780e41
parent 0 5a93021fdf25
equal deleted inserted replaced
70:ac5daea24fb0 71:9f263f780e41
     1 /*
     1 /*
     2 * Copyright (c) 2008 Nokia Corporation and/or its subsidiary(-ies). 
     2 * Copyright (c) 2008-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".
   112         {
   112         {
   113         return iQueue.At( 0 ) == this;
   113         return iQueue.At( 0 ) == this;
   114         }
   114         }
   115     }
   115     }
   116 
   116 
       
   117 // -----------------------------------------------------------------------------
       
   118 // CMPMDialog::RunError
       
   119 // Default implementation will cause the Error() function from active scheduler
       
   120 // to be executed.
       
   121 // -----------------------------------------------------------------------------
       
   122 //
       
   123 TInt CMPMDialogBase::RunError( TInt aError )
       
   124     {
       
   125     MPMLOGSTRING2( "CMPMDialogBase::RunError, ERROR: %d", aError )
       
   126     return aError;
       
   127     }
       
   128 
   117 //  End of File
   129 //  End of File