diff -r 57c618273d5c -r bbf46f59e123 windowing/windowserver/debuglog/DECODER.CPP --- a/windowing/windowserver/debuglog/DECODER.CPP Thu Aug 19 11:11:18 2010 +0300 +++ b/windowing/windowserver/debuglog/DECODER.CPP Tue Aug 31 16:31:06 2010 +0300 @@ -834,7 +834,13 @@ _LIT(LogGetExitHighPressureThreshold,"EWsClOpGetExitHighPressureThreshold()"); aText.AppendFormat(LogGetExitHighPressureThreshold); } - break; + break; + case EWsClOpIndicateAppOrientation: + { + _LIT(LogIndicateAppOrientation,"EWsClOpIndicateAppOrientation(%d)"); + aText.AppendFormat(LogIndicateAppOrientation, *pData.Orientation); + } + break; case EWsClOpLastEnumValue: { _LIT(LogLastEnumValue,"EWsClOpLastEnumValue enum"); @@ -1392,14 +1398,6 @@ aText.AppendFormat(LogWinClearRedrawStore); } break; -#ifdef SYMBIAN_GRAPHICS_FIXNATIVEORIENTATION - case EWsWinOpFixNativeOrientation: - { - _LIT(LogWinFixNativeOrientation,"FixNativeOrientation()"); - aText.AppendFormat(LogWinFixNativeOrientation); - } - break; -#endif // SYMBIAN_GRAPHICS_FIXNATIVEORIENTATION default: UnKnownOpcode(aText, aOpcode); break;