sipproviderplugins/sipprovider/sipconnectionplugins/inc/SIP_subconevents.h
branchRCL_3
changeset 44 0dcb073356a5
parent 43 b5e99d8877c7
child 49 0a1ad22c7bdc
--- a/sipproviderplugins/sipprovider/sipconnectionplugins/inc/SIP_subconevents.h	Tue Aug 31 15:32:57 2010 +0300
+++ b/sipproviderplugins/sipprovider/sipconnectionplugins/inc/SIP_subconevents.h	Wed Sep 01 12:27:36 2010 +0100
@@ -21,7 +21,6 @@
  @publishedAll
  @released since v9.2
 */
-#warning "SIPProvider APIs are deprecated, use SIP Client Library APIs instead."
  
 #ifndef SIPSCPR_SUBCONEVENTS_H
 #define SIPSCPR_SUBCONEVENTS_H
@@ -45,8 +44,7 @@
 /** CSubConSIPResponseEvent is used to get and set the response elements of the most recent response  
 
 @publishedAll
-@deprecated 
-*/
+@released since v9.2 */
 	{
 public:
 	/**
@@ -79,8 +77,7 @@
 /** CSubConSIPAuthenticationRequiredEvent is used  when SIP authentication is required
 
 @publishedAll
-@deprecated 
-*/
+@released since v9.2 */
 	{
 public:
         
@@ -105,8 +102,7 @@
 /** CSubConSIPNotificationEvent is used for receiving SIP event notifications 
 
 @publishedAll
-@deprecated
- */
+@released since v9.2 */
 	{
 public:
   	inline static CSubConSIPNotificationEvent* NewL();
@@ -130,13 +126,13 @@
 /** Factory used to create instances of the SIP SubConnection Extension Events
 
 @publishedAll
-@deprecated
+@released since v9.2 
 */
 	{
 public:
 	static CSubConNotificationEvent* NewL(TAny* aConstructionParameters);
 	};
 
-#include "sip_subconevents.inl"
+#include "SIP_subconevents.inl"
 
 #endif // SIPSCPR_SUBCONEVENTS_H