diff -r f2101057ffeb -r 9360ca28b668 devicediagnostics/devdiagapp/src/devdiagruntimereqsInfo.cpp --- a/devicediagnostics/devdiagapp/src/devdiagruntimereqsInfo.cpp Mon Jun 21 15:26:00 2010 +0300 +++ b/devicediagnostics/devdiagapp/src/devdiagruntimereqsInfo.cpp Thu Jul 15 18:24:21 2010 +0300 @@ -353,6 +353,16 @@ } // --------------------------------------------------------------------------- +// CDevDiagRuntimeReqsInfo::RunError +// --------------------------------------------------------------------------- +// +TInt CDevDiagRuntimeReqsInfo::RunError( TInt aError ) + { + LOGSTRING2( "CDevDiagRuntimeReqsInfo::RunError( %d )", aError ) + return KErrNone; + } + +// --------------------------------------------------------------------------- // From CActive. // This function is called to cancel any outstanding asynchronous requests. // ---------------------------------------------------------------------------