Attempt to represent the S^2->S^3 header reorganisation as a series of "hg rename" operations
2 * Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies).
4 * This component and the accompanying materials are made available
5 * 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
6 * which accompanies this distribution, and is available
7 * at the URL "http://www.symbianfoundation.org/legal/licencesv10.html".
9 * Initial Contributors:
10 * Nokia Corporation - initial contribution.
15 * Name : sipprofiletypeinfo.h
16 * Part of : SIP Profile Client
17 * Interface : SDK API, SIP Profile API
18 * The class provides a container for the profile type information
25 #ifndef TSIPPROFILETYPEINFO_H
26 #define TSIPPROFILETYPEINFO_H
31 // FORWARD DECLARATIONS
38 * Container for the profile type information.
40 * @lib sipprofilecli.lib
42 class TSIPProfileTypeInfo
46 /** Profile type name */
47 typedef TBuf8<25> TSIPProfileName;
49 /** Profile classes */
52 /** Network compliant with IETF standards */
54 /** Network compliant with 3GPP standards */
61 public: // data members
64 TSIPProfileClass iSIPProfileClass;
66 /** Profile type name */
67 TSIPProfileName iSIPProfileName;
70 #endif // TSIPPROFILETYPEINFO_H