1 // Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
2 // All rights reserved.
3 // This component and the accompanying materials are made available
4 // 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
5 // which accompanies this distribution, and is available
6 // at the URL "http://www.symbianfoundation.org/legal/licencesv10.html".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
24 #ifndef API_EXT_LIST_H
25 #define API_EXT_LIST_H
29 #define API_ZONE(n) (10000*n)
31 enum TSupportedCommsApiExt
33 List of all currently supported API extensions.
39 // Client/Server extension APIs
40 EApiExtBegin = API_ZONE(0),
43 EDataMonitoringApiExt,
46 // Internal cross-thread APIs
47 EApiITCBegin = API_ZONE(1),
48 EQueryConnSettingsApiExt = API_ZONE(1) + 1, // Forward BC compatible
49 EAccessPointConfigApiExt = API_ZONE(1) + 2, // Forward BC compatible
52 // 3rd party internal cross-thread APIs
53 EApi3rdPartyBegin = API_ZONE(2),
54 EApi3rdPartyEnd = API_ZONE(3) - 1
58 #endif // API_EXT_LIST_H