--- 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);