uiacceltk/hitchcock/plugins/openwfcrs/inc/rsdisplaychangeao.h
changeset 21 6ce30188c5bf
parent 0 15bf7259bb7c
--- a/uiacceltk/hitchcock/plugins/openwfcrs/inc/rsdisplaychangeao.h	Mon May 03 13:22:43 2010 +0300
+++ b/uiacceltk/hitchcock/plugins/openwfcrs/inc/rsdisplaychangeao.h	Fri May 14 16:46:13 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);