equal
deleted
inserted
replaced
1 // Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies). |
1 // Copyright (c) 2007-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: |
21 @deprecated 9.1 |
21 @deprecated 9.1 |
22 */ |
22 */ |
23 |
23 |
24 #ifndef __DIAL_CONSTS_H__ |
24 #ifndef __DIAL_CONSTS_H__ |
25 /** |
25 /** |
26 @internalComponent |
26 @publishedAll |
27 @deprecated 9.1 |
27 @deprecated 9.1 |
28 */ |
28 */ |
29 #define __DIAL_CONSTS_H__ |
29 #define __DIAL_CONSTS_H__ |
30 |
30 |
31 /** Maximum length for TDialString. |
31 /** Maximum length for TDialString. |
32 @internalComponent |
32 @publishedAll |
33 @released |
33 @released |
34 */ |
34 */ |
35 const TInt KMaxDialString=50; |
35 const TInt KMaxDialString=50; |
36 |
36 |
37 /** Maximum length for TAreaCode. |
37 /** Maximum length for TAreaCode. |
38 @internalComponent |
38 @publishedAll |
39 @released |
39 @released |
40 */ |
40 */ |
41 const TInt KMaxAreaCode=10; |
41 const TInt KMaxAreaCode=10; |
42 |
42 |
43 /** Maximum length for TNatCode. |
43 /** Maximum length for TNatCode. |
44 @internalComponent |
44 @publishedAll |
45 @released |
45 @released |
46 */ |
46 */ |
47 const TInt KMaxNatCode=10; |
47 const TInt KMaxNatCode=10; |
48 |
48 |
49 /** Maximum length for TNatPrefCode. |
49 /** Maximum length for TNatPrefCode. |
50 @internalComponent |
50 @publishedAll |
51 @released |
51 @released |
52 */ |
52 */ |
53 const TInt KMaxNatPrefCode=10; |
53 const TInt KMaxNatPrefCode=10; |
54 |
54 |
55 /** Maximum length for TIntlPrefCode. |
55 /** Maximum length for TIntlPrefCode. |
56 @internalComponent |
56 @publishedAll |
57 @released |
57 @released |
58 */ |
58 */ |
59 const TInt KMaxIntlPrefCode=10; |
59 const TInt KMaxIntlPrefCode=10; |
60 |
60 |
61 /** A buffer to contain a telephone number to dial. |
61 /** A buffer to contain a telephone number to dial. |