devicediagnostics/devdiagapp/src/devdiagruntimereqsInfo.cpp
branchRCL_3
changeset 22 9360ca28b668
parent 0 3ce708148e4d
--- 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.
 // ---------------------------------------------------------------------------