Attempt to represent the S^2->S^3 header reorganisation as a series of "hg rename" operations
1 // Copyright (c) 2004-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.
14 // Multimode SMS common API header file.
15 // Describes common Telephony interface types.
16 // The types are duplicated from ETELMM.h in an effort to separate SMS from ETEL.
17 // Correspondent ETEL types could be found in ETELMM.h, class RMobilePhone.
30 #ifndef __GSMUNMSPACEMOBPH_H__
31 #define __GSMUNMSPACEMOBPH_H__
38 * @see class RMobilePhone
40 namespace NMobilePhone
45 * User or the network has no knowledge of the type of number.
52 * International number.
56 EInternationalNumber, // 1
66 * Administration/service number specific to the serving network,
67 * e.g. used to access an operator.
71 ENetworkSpecificNumber, // 3
78 ESubscriberNumber, // 4 - Also defined as "dedicated, short code" in GSM 04.08
81 * Alphanumeric number coded according to 3GPP TS 123 038 GSM
82 * 7-bit default alphabet.
86 EAlphanumericNumber, // 5
93 EAbbreviatedNumber // 6
97 * Number Plan Indicator.
104 * User or the network has no knowledge of the numbering plan.
108 EUnknownNumberingPlan =0,
111 * ISDN/telephony numbering plan.
118 * Data numbering plan.
125 * Telex numbering plan.
132 * Service centre specific plan used to indicate a numbering plan
133 * specific to external Short Message entities attached to the
136 EServiceCentreSpecificPlan1=5,
139 * Service centre specific plan used to indicate a numbering plan
140 * specific to external Short Message entities attached to the
145 EServiceCentreSpecificPlan2=6,
148 * National numbering plan.
152 ENationalNumberPlan=8,
155 * Private numbering plan.
159 EPrivateNumberPlan=9,
162 * ERMES numbering plan.
170 #endif // __GSMUNMSPACEMOBPH_H__