--- a/windowing/windowserver/SERVER/openwfc/panics.h Tue Jun 22 15:21:29 2010 +0300
+++ b/windowing/windowserver/SERVER/openwfc/panics.h Fri Jul 16 11:45:55 2010 +0300
@@ -1,4 +1,4 @@
-// Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies).
+// Copyright (c) 2003-2010 Nokia Corporation and/or its subsidiary(-ies).
// All rights reserved.
// This component and the accompanying materials are made available
// under the terms of "Eclipse Public License v1.0"
@@ -162,6 +162,10 @@
EWsPanicInvalidRotation = 127, //Invalid rotation used
EWsPanicInvalidPointerOffset = 128, //The pointer offset value in wsini.ini is invalid.
EWsPanicArrayInsertFailed = 129, //Array insert failed.
+ EWsPanicAccessBeyondCommandBuf = 130, //Access beyond wserv command buffer
+ EWsPanicKeyEventRouterBadResult = 131, // Invalid result code from key event routing plug-in
+ EWsPanicKeyEventRouterBadWindowGroup = 132, // Invalid destination window group from key event routing plug-in
+ EWsPanicKeyEventRouterLeave = 133, // Invalid leave from Key event routing plug-in
};
void Panic(TWservPanic aPanic);