equal
deleted
inserted
replaced
1 // Copyright (c) 1998-2009 Nokia Corporation and/or its subsidiary(-ies). |
1 // Copyright (c) 1998-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: |
12 // |
12 // |
13 // Description: |
13 // Description: |
14 // |
14 // |
15 |
|
16 |
|
17 |
15 |
18 /** |
16 /** |
19 @file |
17 @file |
20 @publishedAll |
18 @publishedAll |
21 @released |
19 @released |
28 #endif |
26 #endif |
29 #if !defined(__MSVSTD_H__) |
27 #if !defined(__MSVSTD_H__) |
30 #include <msvstd.h> |
28 #include <msvstd.h> |
31 #endif |
29 #endif |
32 |
30 |
|
31 #ifndef SYMBIAN_ENABLE_SPLIT_HEADERS |
|
32 #include "msvconsts.h" |
|
33 #endif |
|
34 |
33 // Predefined entry ids - values #defined in MSVSTD.HRH |
35 // Predefined entry ids - values #defined in MSVSTD.HRH |
34 |
36 |
35 /** |
37 /** |
36 A NULL ID. |
38 A NULL ID. |
37 This is typically used to indicate that the ID has not yet been set. It can |
39 This is typically used to indicate that the ID has not yet been set. It can |
42 @see TMsvId |
44 @see TMsvId |
43 @see KMsvNullIndexEntryIdValue |
45 @see KMsvNullIndexEntryIdValue |
44 */ |
46 */ |
45 const TMsvId KMsvNullIndexEntryId=KMsvNullIndexEntryIdValue;//0 |
47 const TMsvId KMsvNullIndexEntryId=KMsvNullIndexEntryIdValue;//0 |
46 |
48 |
47 /** |
49 |
48 Temporary ID used for testing purpose |
|
49 @internalAll |
|
50 @released |
|
51 @see TMsvId |
|
52 @see KMsvTempIndexEntryIdValue |
|
53 */ |
|
54 const TMsvId KMsvTempIndexEntryId=KMsvTempIndexEntryIdValue;//1 |
|
55 |
50 |
56 /** |
51 /** |
57 ID of root entry of entire index |
52 ID of root entry of entire index |
58 @publishedAll |
53 @publishedAll |
59 @released |
54 @released |
124 @see KMsvUnkownServiceIndexEntryIdValue |
119 @see KMsvUnkownServiceIndexEntryIdValue |
125 */ |
120 */ |
126 const TMsvId KMsvUnknownServiceIndexEntryId=KMsvUnkownServiceIndexEntryIdValue; //0x1007 |
121 const TMsvId KMsvUnknownServiceIndexEntryId=KMsvUnkownServiceIndexEntryIdValue; //0x1007 |
127 |
122 |
128 /** |
123 /** |
129 @internalAll |
|
130 @released |
|
131 @see TMsvId |
|
132 */ |
|
133 const TMsvId KFirstFreeEntryId=0x100000; |
|
134 |
|
135 /** |
|
136 Uid for POPService |
124 Uid for POPService |
137 @publishedAll |
125 @publishedAll |
138 @released |
126 @released |
139 */ |
127 */ |
140 const TUid KUidPOPService = {0x2000BB68}; |
128 const TUid KUidPOPService = {0x2000BB68}; |