branch | RCL_3 |
changeset 22 | 9360ca28b668 |
parent 0 | 3ce708148e4d |
--- 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