epoc32/include/uri16.h
branchSymbian3
changeset 4 837f303aceeb
parent 2 2fe1408b6811
equal deleted inserted replaced
3:e1b950c65cb4 4:837f303aceeb
     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 // (CUri16) functionality for the components of a Uri as described in 
    16 // (CUri16) 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 Uri16.h
    22  @file Uri16.h
    25  @publishedAll
    23  @publishedAll
    26  @deprecated Deprecated in 9.1
    24  @deprecated Deprecated in 9.1
    27 */
    25 */
    96 	A friend class.
    94 	A friend class.
    97 	@see		CUri16 
    95 	@see		CUri16 
    98 	@since		6.0
    96 	@since		6.0
    99  */
    97  */
   100 	friend class CUri16;
    98 	friend class CUri16;
   101 
    99 #ifdef SYMBIAN_ENABLE_SPLIT_HEADERS
       
   100 /**
       
   101 	A friend class used for testing.
       
   102 	@see		TUriC16StateAccessor
       
   103 	@since		6.0	
       
   104  */
       
   105 #else
   102 /**
   106 /**
   103 	A friend class used for testing.
   107 	A friend class used for testing.
   104 	@see		TUriC16StateAccessor
   108 	@see		TUriC16StateAccessor
   105 	@since		6.0
   109 	@since		6.0
   106 	@internalComponent
   110 	@internalComponent
   107  */
   111  */
       
   112 #endif	//SYMBIAN_ENABLE_SPLIT_HEADERS
   108 	friend class TUriC16StateAccessor;
   113 	friend class TUriC16StateAccessor;
   109 
   114 
   110 	};
   115 	};
   111 
   116 
   112 /**
   117 /**
   179 	HBufC16*	iUriBuf;
   184 	HBufC16*	iUriBuf;
   180 
   185 
   181 	/** The parsed uri object.
   186 	/** The parsed uri object.
   182 	 */
   187 	 */
   183 	TUriC16	iUri;
   188 	TUriC16	iUri;
   184 
   189 #ifdef SYMBIAN_ENABLE_SPLIT_HEADERS
       
   190 /**
       
   191 	A friend class used for testing.
       
   192 	@see		TUri16StateAccessor
       
   193 	@since		6.0	
       
   194  */
       
   195 #else
   185 /**
   196 /**
   186 	A friend class used for testing.
   197 	A friend class used for testing.
   187 	@see		TUri16StateAccessor
   198 	@see		TUri16StateAccessor
   188 	@since		6.0
   199 	@since		6.0
   189 	@internalComponent
   200 	@internalComponent
   190  */
   201  */
       
   202 #endif	//SYMBIAN_ENABLE_SPLIT_HEADERS
   191 	friend class TUri16StateAccessor;
   203 	friend class TUri16StateAccessor;
   192 
   204 
   193 	};
   205 	};
   194 
   206 
   195 /** 	
   207 /**