equal
deleted
inserted
replaced
1 // Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies). |
1 // Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies). |
2 // All rights reserved. |
2 // All rights reserved. |
3 // This component and the accompanying materials are made available |
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 |
4 // under the terms of "Eclipse Public License v1.0" |
5 // which accompanies this distribution, and is available |
5 // which accompanies this distribution, and is available |
6 // at the URL "http://www.symbianfoundation.org/legal/licencesv10.html". |
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
7 // |
7 // |
8 // Initial Contributors: |
8 // Initial Contributors: |
9 // Nokia Corporation - initial contribution. |
9 // Nokia Corporation - initial contribution. |
10 // |
10 // |
11 // Contributors: |
11 // Contributors: |
14 // SIPSCPR_subconevents.h |
14 // SIPSCPR_subconevents.h |
15 // SIP extension events definition |
15 // SIP extension events definition |
16 // |
16 // |
17 // |
17 // |
18 |
18 |
19 |
|
20 |
|
21 /** |
19 /** |
22 @file |
20 @file |
23 @publishedAll |
21 @publishedAll |
24 @released since v9.2 |
22 @released since v9.2 |
25 */ |
23 */ |
26 |
24 |
27 #ifndef SIPSCPR_SUBCONEVENTS_H |
25 #ifndef SIPSCPR_SUBCONEVENTS_H |
28 #define SIPSCPR_SUBCONEVENTS_H |
26 #define SIPSCPR_SUBCONEVENTS_H |
29 |
27 |
30 #include <es_sock.h> |
28 #include <es_sock.h> |
31 #include <comms-infras/metabuffer.h> |
|
32 |
29 |
33 /** The numeric value of ECOM plugin identifier for this SubConnection SIP event parameter.See the assisting *.rss file. */ |
30 /** The numeric value of ECOM plugin identifier for this SubConnection SIP event parameter.See the assisting *.rss file. */ |
34 const TInt KSubConSIPEventsUid = 0x10274CAE; |
31 const TInt KSubConSIPEventsUid = 0x10274CAE; |
35 |
32 |
36 /** The numeric value of Response event type identifier for SIP extension parameter set */ |
33 /** The numeric value of Response event type identifier for SIP extension parameter set */ |
134 { |
131 { |
135 public: |
132 public: |
136 static CSubConNotificationEvent* NewL(TAny* aConstructionParameters); |
133 static CSubConNotificationEvent* NewL(TAny* aConstructionParameters); |
137 }; |
134 }; |
138 |
135 |
139 #include <sip_subconevents.inl> |
136 #include "SIP_subconevents.inl" |
140 |
137 |
141 #endif // SIPSCPR_SUBCONEVENTS_H |
138 #endif // SIPSCPR_SUBCONEVENTS_H |