Attempt to represent the S^2->S^3 header reorganisation as a series of "hg rename" operations
1 // Copyright (c) 2001-2009 Nokia Corporation and/or its subsidiary(-ies).
2 // All rights reserved.
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
5 // which accompanies this distribution, and is available
6 // at the URL "http://www.symbianfoundation.org/legal/licencesv10.html".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
14 // Internal header file with common information used by the authority
15 // classes TAuthorityC??, CAuthority?? and TAuthorityParser??.
22 @file AuthorityCommon.h
25 @see Authority8.h, Authority16.h
28 #ifndef __AUTHORITYCOMMON_H__
29 #define __AUTHORITYCOMMON_H__
36 enum TAuthorityComponent
37 Enum defining the authority components.
40 @warning The enum value EAuthorityMaxComponents should not be used as it will
44 enum TAuthorityComponent
47 The userinfo component specifier
49 EAuthorityUserinfo = 0,
51 The host component specifier
55 The port component specifier
59 Do not use as a field specifier - will cause panic
61 EAuthorityMaxComponents,
63 The complete Authority. Only use with DisplayFormL, otherwise will cause panic
65 EAuthorityComplete = -1
68 #endif // __AUTHORITYCOMMON_H__