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