bearermanagement/mpm/src/mpmdtmwatcher.cpp
changeset 71 9f263f780e41
parent 0 5a93021fdf25
equal deleted inserted replaced
70:ac5daea24fb0 71:9f263f780e41
     1 /*
     1 /*
     2 * Copyright (c) 2005 Nokia Corporation and/or its subsidiary(-ies). 
     2 * Copyright (c) 2005-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".
   126     SetActive();
   126     SetActive();
   127     }
   127     }
   128 
   128 
   129 
   129 
   130 // -----------------------------------------------------------------------------
   130 // -----------------------------------------------------------------------------
       
   131 // CMPMDtmWatcher::RunError
       
   132 // -----------------------------------------------------------------------------
       
   133 //
       
   134 TInt CMPMDtmWatcher::RunError( TInt aError )
       
   135     {
       
   136     MPMLOGSTRING2( "CMPMDtmWatcher::RunError, ERROR: %d", aError );
       
   137     aError = aError;
       
   138     return KErrNone;
       
   139     }
       
   140 
       
   141 
       
   142 // -----------------------------------------------------------------------------
   131 // CMPMDtmWatcher::DoCancel
   143 // CMPMDtmWatcher::DoCancel
   132 // -----------------------------------------------------------------------------
   144 // -----------------------------------------------------------------------------
   133 //
   145 //
   134 void CMPMDtmWatcher::DoCancel()
   146 void CMPMDtmWatcher::DoCancel()
   135     {
   147     {