diff -r f2101057ffeb -r 9360ca28b668 devicediagnostics/devdiagapp/inc/devdiagengine.h --- a/devicediagnostics/devdiagapp/inc/devdiagengine.h Mon Jun 21 15:26:00 2010 +0300 +++ b/devicediagnostics/devdiagapp/inc/devdiagengine.h Thu Jul 15 18:24:21 2010 +0300 @@ -281,6 +281,13 @@ * requests. */ virtual void DoCancel(); + + /** + * From CActive. + * This function is called when RunL leaves + * + */ + virtual TInt RunError( TInt aError ); private: // From base class MDiagEngineObserver