windowing/windowserver/debuglog/DECODER.CPP
changeset 188 1b081cb0800b
parent 36 01a6848ebfd7
child 178 89bd4cfee505
--- a/windowing/windowserver/debuglog/DECODER.CPP	Fri Sep 24 16:14:28 2010 +0300
+++ b/windowing/windowserver/debuglog/DECODER.CPP	Fri Sep 24 16:44:34 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");