windowing/windowserver/SERVER/openwfc/panics.h
changeset 188 1b081cb0800b
parent 0 5d03bc08d59c
equal deleted inserted replaced
187:9f66f99ee56f 188:1b081cb0800b
     1 // Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2003-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".
   160 	EWsPanicUnexpectedBitmapHandleInArray = 125,     //Bitmap handle in array with no matching bitmap object in bitmap ref array
   160 	EWsPanicUnexpectedBitmapHandleInArray = 125,     //Bitmap handle in array with no matching bitmap object in bitmap ref array
   161 	EWsPanicBitmapNotFound = 126,           //Failed to find a bitmap in the bitmap ref array
   161 	EWsPanicBitmapNotFound = 126,           //Failed to find a bitmap in the bitmap ref array
   162 	EWsPanicInvalidRotation = 127,			//Invalid rotation used
   162 	EWsPanicInvalidRotation = 127,			//Invalid rotation used
   163 	EWsPanicInvalidPointerOffset = 128,      //The pointer offset value in wsini.ini is invalid.
   163 	EWsPanicInvalidPointerOffset = 128,      //The pointer offset value in wsini.ini is invalid.
   164 	EWsPanicArrayInsertFailed = 129,	//Array insert failed.           
   164 	EWsPanicArrayInsertFailed = 129,	//Array insert failed.           
       
   165 	EWsPanicAccessBeyondCommandBuf = 130,	//Access beyond wserv command buffer
       
   166 	EWsPanicKeyEventRouterBadResult = 131,		// Invalid result code from key event routing plug-in
       
   167 	EWsPanicKeyEventRouterBadWindowGroup = 132,	// Invalid destination window group from key event routing plug-in
       
   168 	EWsPanicKeyEventRouterLeave = 133,			// Invalid leave from Key event routing plug-in
   165 	};
   169 	};
   166 
   170 
   167 void Panic(TWservPanic aPanic);
   171 void Panic(TWservPanic aPanic);
   168 void PanicWithInfo(TWservPanic aPanic, const TDesC& aFileName, const TDesC& aPanicName, TInt aLine);
   172 void PanicWithInfo(TWservPanic aPanic, const TDesC& aFileName, const TDesC& aPanicName, TInt aLine);
   169 void PanicWithCondAndInfo(TWservPanic aPanic, const TDesC& aCondition, const TDesC& aFileName, const TDesC& aPanicName, TInt aLine);
   173 void PanicWithCondAndInfo(TWservPanic aPanic, const TDesC& aCondition, const TDesC& aFileName, const TDesC& aPanicName, TInt aLine);