diff -r 3ac8bf5c5014 -r 7c5dd702d6d3 uiacceltk/hitchcock/plugins/openwfcrs/inc/rsdisplaychangeao.h --- 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);