Attempt to represent the S^2->S^3 header reorganisation as a series of "hg rename" operations
2 * Copyright (c) 2002-2009 Nokia Corporation and/or its subsidiary(-ies).
4 * This component and the accompanying materials are made available
5 * under the terms of the License "Symbian Foundation License v1.0" to Symbian Foundation members and "Symbian Foundation End User License Agreement v1.0" to non-members
6 * which accompanies this distribution, and is available
7 * at the URL "http://www.symbianfoundation.org/legal/licencesv10.html".
9 * Initial Contributors:
10 * Nokia Corporation - initial contribution.
20 #ifndef __TULPANICS_H__
21 #define __TULPANICS_H__
23 // ========== DATA TYPES ===================================
27 ETulPanicDescriptorLength = 0x100,
28 ETulPanicInvalidTokenizerSearchCase
33 enum TStringLoaderPanic
35 ETooFewArguments = 0, // Unsolved parameters in resource string.
36 ETooManyArguments = 1, // Already solved all parameters in resource string.
37 EKeyStringNotFound = 2, // The key string wasn't found in formating.
38 EInvalidIndex = 3, // Invalid index in Format-method
39 EDescriptorTooSmall = 4, // Too small destination descriptor.
40 ECCoeEnvNotInitialized = 5, // CCoeEnv is not initialized
41 EInvalidSubstitute = 6 // Substituted string contains KSubStringSeparator
45 // ========== FUNCTION PROTOTYPES ==========================
47 // ---------------------------------------------------------
50 // ---------------------------------------------------------
52 GLREF_C void Panic (TTulPanic);
54 #endif // __TULPANICS_H__