equal
deleted
inserted
replaced
1 // Copyright (c) 2001-2009 Nokia Corporation and/or its subsidiary(-ies). |
1 // Copyright (c) 2001-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: |
16 // (CUri8) functionality for the components of a Uri as described in |
16 // (CUri8) functionality for the components of a Uri as described in |
17 // RFC2396. |
17 // RFC2396. |
18 // |
18 // |
19 // |
19 // |
20 |
20 |
21 |
|
22 |
|
23 /** |
21 /** |
24 @file Uri8.h |
22 @file Uri8.h |
25 @publishedAll |
23 @publishedAll |
26 @released |
24 @released |
27 */ |
25 */ |
30 #define __URI8_H__ |
28 #define __URI8_H__ |
31 |
29 |
32 // System includes |
30 // System includes |
33 // |
31 // |
34 #include <e32base.h> |
32 #include <e32base.h> |
35 #include <f32fsys.h> |
33 #include <f32file.h> |
36 #include <uricommon.h> |
34 #include <uricommon.h> |
37 |
35 |
38 |
36 |
39 /** |
37 /** |
40 Dependencies : TUriComponent. |
38 Dependencies : TUriComponent. |
90 A friend class. |
88 A friend class. |
91 @see CUri8 |
89 @see CUri8 |
92 @since 6.0 |
90 @since 6.0 |
93 */ |
91 */ |
94 friend class CUri8; |
92 friend class CUri8; |
95 |
93 #ifdef SYMBIAN_ENABLE_SPLIT_HEADERS |
96 /** |
94 /** |
97 A friend class used for testing. |
95 A friend class used for testing. |
98 @see TUriC8StateAccessor |
96 @see TUriC8StateAccessor |
|
97 @since 6.0 |
|
98 */ |
|
99 #else |
|
100 /** |
|
101 A friend class used for testing. |
|
102 @see TUriC8StateAccessor |
99 @since 6.0 |
103 @since 6.0 |
100 @internalComponent |
104 @internalComponent |
101 */ |
105 */ |
|
106 #endif //SYMBIAN_ENABLE_SPLIT_HEADERS |
102 friend class TUriC8StateAccessor; |
107 friend class TUriC8StateAccessor; |
103 |
108 |
104 }; |
109 }; |
105 |
110 |
106 /** |
111 /** |
179 HBufC8* iUriBuf; |
184 HBufC8* iUriBuf; |
180 |
185 |
181 /** The parsed uri object. |
186 /** The parsed uri object. |
182 */ |
187 */ |
183 TUriC8 iUri; |
188 TUriC8 iUri; |
184 |
189 |
|
190 #ifdef SYMBIAN_ENABLE_SPLIT_HEADERS |
185 /** |
191 /** |
186 A friend class used for testing. |
192 A friend class used for testing. |
187 @see TUri8StateAccessor |
193 @see TUri8StateAccessor |
188 @since 6.0 |
194 @since 6.0 |
|
195 */ |
|
196 #else |
|
197 /** |
|
198 A friend class used for testing. |
|
199 @see TUri8StateAccessor |
|
200 @since 6.0 |
189 @internalComponent |
201 @internalComponent |
190 */ |
202 */ |
|
203 #endif //SYMBIAN_ENABLE_SPLIT_HEADERS |
191 friend class TUri8StateAccessor; |
204 friend class TUri8StateAccessor; |
192 |
205 |
193 }; |
206 }; |
194 |
207 |
195 #endif // __URI8_H__ |
208 #endif // __URI8_H__ |