Update contrib.
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 "Eclipse Public License v1.0"
5 // which accompanies this distribution, and is available
6 // at the URL "http://www.eclipse.org/legal/epl-v10.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??.
20 @file AuthorityCommon.h
23 @see Authority8.h, Authority16.h
26 #ifndef __AUTHORITYCOMMON_H__
27 #define __AUTHORITYCOMMON_H__
34 enum TAuthorityComponent
35 Enum defining the authority components.
38 @warning The enum value EAuthorityMaxComponents should not be used as it will
42 enum TAuthorityComponent
45 The userinfo component specifier
47 EAuthorityUserinfo = 0,
49 The host component specifier
53 The port component specifier
57 Do not use as a field specifier - will cause panic
59 EAuthorityMaxComponents,
61 The complete Authority. Only use with DisplayFormL, otherwise will cause panic
63 EAuthorityComplete = -1
66 #endif // __AUTHORITYCOMMON_H__