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