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 EWsPanicCompleteNullMessage = 130, //RMessage2 is NULL prior to calling Complete(). |
165 }; |
166 }; |
166 |
167 |
167 void Panic(TWservPanic aPanic); |
168 void Panic(TWservPanic aPanic); |
168 void PanicWithInfo(TWservPanic aPanic, const TDesC& aFileName, const TDesC& aPanicName, TInt aLine); |
169 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); |
170 void PanicWithCondAndInfo(TWservPanic aPanic, const TDesC& aCondition, const TDesC& aFileName, const TDesC& aPanicName, TInt aLine); |