1 // Copyright (c) 2005-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 // SIP extension events definition
27 #ifndef SIPCONNPREFS_H
28 #define SIPCONNPREFS_H
33 /** The numeric value of SIP protocol family ID .*/
34 const TUint KAFSip = 0x10000;
39 This contains the information about the Id of the profile
44 /** The numeric value of SIP Profile ID **/
49 class TSipConnPref : public TConnPref
51 This contains the information about the type of the connection preferences used by the SIP in the form of the profiles
59 /** Sets the profile ID same as the prameter **/
60 inline void SetProfileId(TUint32 aProfileId);
61 /** Gets the default profile ID **/
62 inline TUint32 GetProfileId() const;
63 /** cast to appropriate SIP connection provider type **/
64 inline static TSipConnPref& TSipConnPref::Cast(const TConnPref& aPref);
67 inline SSipConnPref* PrefPtr() const;
71 #include <sipconnpref.inl>
73 #endif // sipconnpref.h