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 "Eclipse Public License v1.0"
6 * which accompanies this distribution, and is available
7 * at the URL "http://www.eclipse.org/legal/epl-v10.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 */
58 /*Marks the end of enum, its value may change*/
62 public: // data members
65 TSIPProfileClass iSIPProfileClass;
67 /** Profile type name */
68 TSIPProfileName iSIPProfileName;
71 #endif // TSIPPROFILETYPEINFO_H