windowing/windowserver/debuglog/DECODER.CPP
branchRCL_3
changeset 26 15986eb6c500
parent 18 5e30ef2e26cb
child 163 bbf46f59e123
equal deleted inserted replaced
19:ac96196b945c 26:15986eb6c500
  1390         {
  1390         {
  1391         _LIT(LogWinClearRedrawStore,"ClearRedrawStore()");
  1391         _LIT(LogWinClearRedrawStore,"ClearRedrawStore()");
  1392         aText.AppendFormat(LogWinClearRedrawStore);
  1392         aText.AppendFormat(LogWinClearRedrawStore);
  1393         }
  1393         }
  1394         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        
  1395 	default:
  1403 	default:
  1396 		UnKnownOpcode(aText, aOpcode);
  1404 		UnKnownOpcode(aText, aOpcode);
  1397 		break;
  1405 		break;
  1398 		}
  1406 		}
  1399 	}
  1407 	}