windowing/windowserver/debuglog/DECODER.CPP
changeset 116 171fae344dd4
parent 36 01a6848ebfd7
child 178 89bd4cfee505
equal deleted inserted replaced
103:2717213c588a 116:171fae344dd4
   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;
   838 	case EWsClOpLastEnumValue:
   844 	case EWsClOpLastEnumValue:
   839 		{		
   845 		{		
   840 		_LIT(LogLastEnumValue,"EWsClOpLastEnumValue enum");
   846 		_LIT(LogLastEnumValue,"EWsClOpLastEnumValue enum");
   841 		aText.AppendFormat(LogLastEnumValue);		
   847 		aText.AppendFormat(LogLastEnumValue);		
   842 		}
   848 		}