uiacceltk/hitchcock/plugins/openwfcrs/inc/rsdisplaychangeao.h
branchRCL_3
changeset 22 7c5dd702d6d3
parent 0 15bf7259bb7c
--- a/uiacceltk/hitchcock/plugins/openwfcrs/inc/rsdisplaychangeao.h	Tue Apr 27 17:34:42 2010 +0300
+++ b/uiacceltk/hitchcock/plugins/openwfcrs/inc/rsdisplaychangeao.h	Tue May 11 17:03:00 2010 +0300
@@ -31,6 +31,14 @@
 	protected:
 		virtual void RunL();
 		virtual void DoCancel();
+        TInt RunError(TInt aError)
+            {
+            // will likely lead to inconsistent state and thus reset anyway
+            RDebug::Print(_L("CRsDisplayChangeNotifier::RunError( %d )"),aError);
+            aError -= (aError);
+            return aError; //KErrNone;
+            }
+
 	private:
 		CRsDisplayChangeNotifier(MWsDisplayControl* aNextLevelInterface, CDisplayPolicy* aDisplayPolicy);