Attempt to represent the S^2->S^3 header reorganisation as a series of "hg rename" operations
2 * Copyright (c) 2006 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.
14 * Description: Location Triggering panic category and panic code
26 * Location Triggering Client API panic categories
28 _LIT( KLbtClientPanicCategory, "LocTriggering" );
31 * Location Triggering Client API panic codes
36 * An attempt has been made to connect using an already opened handle.
38 ELbtServerHandleNotClosed = 1,
40 * An attempt to communicate using an unconnected handle.
42 ELbtServerBadHandle = 2,
44 * A subsession was closed with requests still outstanding.
46 ELbtRequestsNotCancelled = 3,
48 * An attempt to get trigger objects incrementally when iterator was not
51 ELbtIteratorNotCreated = 4,
53 * A client has called an asynchronous request while it is still outstanding.
55 ELbtDuplicateRequest = 5,
57 * Wrong value is given as parameter.