windowing/windowserver/debuglog/DECODER.CPP
changeset 194 18f84489a694
parent 152 9f1c3fea0f87
equal deleted inserted replaced
183:6a1564a2f3e6 194:18f84489a694
     1 // Copyright (c) 1995-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 1995-2010 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     3 // This component and the accompanying materials are made available
     4 // under the terms of "Eclipse Public License v1.0"
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
  1396         {
  1396         {
  1397         _LIT(LogWinClearRedrawStore,"ClearRedrawStore()");
  1397         _LIT(LogWinClearRedrawStore,"ClearRedrawStore()");
  1398         aText.AppendFormat(LogWinClearRedrawStore);
  1398         aText.AppendFormat(LogWinClearRedrawStore);
  1399         }
  1399         }
  1400         break;
  1400         break;
       
  1401     case EWsWinOpSetPointerAcceptanceRegion:
       
  1402         {
       
  1403         _LIT(LogWinSetPointerRegion,"SetPointerAcceptanceRegion()");
       
  1404         aText.AppendFormat(LogWinSetPointerRegion);
       
  1405         }
       
  1406         break;
       
  1407         
  1401 	default:
  1408 	default:
  1402 		UnKnownOpcode(aText, aOpcode);
  1409 		UnKnownOpcode(aText, aOpcode);
  1403 		break;
  1410 		break;
  1404 		}
  1411 		}
  1405 	}
  1412 	}