equal
deleted
inserted
replaced
1 // Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies). |
1 // Copyright (c) 1997-2009 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 the License "Symbian Foundation License v1.0" to Symbian Foundation members and "Symbian Foundation End User License Agreement v1.0" to non-members |
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.symbianfoundation.org/legal/licencesv10.html". |
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
7 // |
7 // |
8 // Initial Contributors: |
8 // Initial Contributors: |
9 // Nokia Corporation - initial contribution. |
9 // Nokia Corporation - initial contribution. |
10 // |
10 // |
11 // Contributors: |
11 // Contributors: |
15 |
15 |
16 |
16 |
17 |
17 |
18 /** |
18 /** |
19 @file |
19 @file |
20 @publishedAll |
20 @publishedAll |
21 @deprecated 9.1 |
21 @deprecated 9.1 |
22 */ |
22 */ |
23 |
23 |
24 #ifndef __DIAL_H__ |
24 #ifndef __DIAL_H__ |
25 /** |
25 /** |
26 @internalComponent |
26 @publishedAll |
27 @deprecated 9.1 |
27 @deprecated 9.1 |
28 */ |
28 */ |
29 #define __DIAL_H__ |
29 #define __DIAL_H__ |
30 |
30 |
31 #include <e32base.h> |
31 #include <e32base.h> |
32 #include <dial_consts.h> |
32 #include <dial_consts.h> |
33 |
33 |
34 /** |
34 /** |
35 @internalComponent |
35 @publishedAll |
36 @deprecated 9.1 |
36 @deprecated 9.1 |
37 */ |
37 */ |
38 const TInt KChargeCardRuleSize=32; |
38 const TInt KChargeCardRuleSize=32; |
39 /** |
39 /** |
40 @internalComponent |
40 @publishedAll |
41 @deprecated 9.1 |
41 @deprecated 9.1 |
42 */ |
42 */ |
43 const TInt KChargeCardAccountNumberSize=32; |
43 const TInt KChargeCardAccountNumberSize=32; |
44 /** |
44 /** |
45 @internalComponent |
45 @publishedAll |
46 @deprecated 9.1 |
46 @deprecated 9.1 |
47 */ |
47 */ |
48 const TInt KChargeCardPinSize=8; |
48 const TInt KChargeCardPinSize=8; |
49 |
49 |
50 /** |
50 /** |
167 KPhoneNumberWaitForProceedTone =0x00000010, |
167 KPhoneNumberWaitForProceedTone =0x00000010, |
168 KReturnPhoneNumberWithPlusFormat=0x00000020 |
168 KReturnPhoneNumberWithPlusFormat=0x00000020 |
169 }; |
169 }; |
170 |
170 |
171 /** |
171 /** |
172 @internalComponent |
172 @publishedAll |
173 @deprecated 9.1 |
173 @deprecated 9.1 |
174 */ |
174 */ |
175 const TInt KPhoneNumberDefaultFlags=KPhoneNumberUsePulseDial; |
175 const TInt KPhoneNumberDefaultFlags=KPhoneNumberUsePulseDial; |
176 |
176 |
177 /** |
177 /** |