equal
deleted
inserted
replaced
832 case EWsClOpGetExitHighPressureThreshold: |
832 case EWsClOpGetExitHighPressureThreshold: |
833 { |
833 { |
834 _LIT(LogGetExitHighPressureThreshold,"EWsClOpGetExitHighPressureThreshold()"); |
834 _LIT(LogGetExitHighPressureThreshold,"EWsClOpGetExitHighPressureThreshold()"); |
835 aText.AppendFormat(LogGetExitHighPressureThreshold); |
835 aText.AppendFormat(LogGetExitHighPressureThreshold); |
836 } |
836 } |
837 break; |
837 break; |
838 case EWsClOpIndicateAppOrientation: |
|
839 { |
|
840 _LIT(LogIndicateAppOrientation,"EWsClOpIndicateAppOrientation(%d)"); |
|
841 aText.AppendFormat(LogIndicateAppOrientation, *pData.Orientation); |
|
842 } |
|
843 break; |
|
844 case EWsClOpLastEnumValue: |
838 case EWsClOpLastEnumValue: |
845 { |
839 { |
846 _LIT(LogLastEnumValue,"EWsClOpLastEnumValue enum"); |
840 _LIT(LogLastEnumValue,"EWsClOpLastEnumValue enum"); |
847 aText.AppendFormat(LogLastEnumValue); |
841 aText.AppendFormat(LogLastEnumValue); |
848 } |
842 } |
1396 { |
1390 { |
1397 _LIT(LogWinClearRedrawStore,"ClearRedrawStore()"); |
1391 _LIT(LogWinClearRedrawStore,"ClearRedrawStore()"); |
1398 aText.AppendFormat(LogWinClearRedrawStore); |
1392 aText.AppendFormat(LogWinClearRedrawStore); |
1399 } |
1393 } |
1400 break; |
1394 break; |
|
1395 #ifdef SYMBIAN_GRAPHICS_FIXNATIVEORIENTATION |
|
1396 case EWsWinOpFixNativeOrientation: |
|
1397 { |
|
1398 _LIT(LogWinFixNativeOrientation,"FixNativeOrientation()"); |
|
1399 aText.AppendFormat(LogWinFixNativeOrientation); |
|
1400 } |
|
1401 break; |
|
1402 #endif // SYMBIAN_GRAPHICS_FIXNATIVEORIENTATION |
1401 default: |
1403 default: |
1402 UnKnownOpcode(aText, aOpcode); |
1404 UnKnownOpcode(aText, aOpcode); |
1403 break; |
1405 break; |
1404 } |
1406 } |
1405 } |
1407 } |