sipproviderplugins/sipprovider/sipconnectionplugins/inc/SIP_subconparams.h
changeset 37 0295359a7673
parent 0 307788aac0a8
child 42 69df6ed78a6a
equal deleted inserted replaced
33:b8a7e07b2677 37:0295359a7673
    19 /**
    19 /**
    20  @file
    20  @file
    21  @publishedAll
    21  @publishedAll
    22  @released since v9.2
    22  @released since v9.2
    23 */
    23 */
    24 
    24 #warning "SIPProvider APIs are deprecated, use SIP Client Library APIs instead."
    25 #ifndef SIP_SUBCONPARAMS_H
    25 #ifndef SIP_SUBCONPARAMS_H
    26 #define SIP_SUBCONPARAMS_H
    26 #define SIP_SUBCONPARAMS_H
    27 
    27 
    28 #include <es_sock.h>
    28 #include <es_sock.h>
    29 #include <comms-infras/es_parameterfamily.h>
    29 #include <comms-infras/es_parameterfamily.h>
    43 class CSubConSIPInviteParamSet : public CSubConExtensionParameterSet
    43 class CSubConSIPInviteParamSet : public CSubConExtensionParameterSet
    44 /** 
    44 /** 
    45 This contains the SIP Invite parameters that will be passed via subconnection
    45 This contains the SIP Invite parameters that will be passed via subconnection
    46 to the SIP stack
    46 to the SIP stack
    47 @publishedAll
    47 @publishedAll
    48 @released since v9.2 
    48 @deprecated 
    49 */
    49 */
    50 {
    50 {
    51 public:
    51 public:
    52      /**
    52      /**
    53 	 Creates a new SubConSIPInvite parameter set object.  
    53 	 Creates a new SubConSIPInvite parameter set object.  
   121 class CSubConSIPSubscribeParamSet : public CSubConExtensionParameterSet
   121 class CSubConSIPSubscribeParamSet : public CSubConExtensionParameterSet
   122 /** 
   122 /** 
   123 This contains the SIP Subscribe parameters that will be passed via subconnection
   123 This contains the SIP Subscribe parameters that will be passed via subconnection
   124 to the SIP stack
   124 to the SIP stack
   125 @publishedAll
   125 @publishedAll
   126 @released since v9.2 
   126 @deprecated 
   127 */
   127 */
   128 {
   128 {
   129 public:
   129 public:
   130     /**
   130     /**
   131 	 Creates a new SubConSIPSubscribe parameter set object.  
   131 	 Creates a new SubConSIPSubscribe parameter set object.  
   210 class CSubConSIPAuthenticateParamSet : public CSubConExtensionParameterSet
   210 class CSubConSIPAuthenticateParamSet : public CSubConExtensionParameterSet
   211 /** 
   211 /** 
   212 This contains the SIP Authenticate parameters that will be passed via subconnection
   212 This contains the SIP Authenticate parameters that will be passed via subconnection
   213 to the SIP stack
   213 to the SIP stack
   214 @publishedAll
   214 @publishedAll
   215 @released since v9.2 
   215 @deprecated 
   216 */
   216 */
   217 {
   217 {
   218 public:
   218 public:
   219     /**
   219     /**
   220 	 Creates a new SubConSIPAuthenticate parameter set object.  
   220 	 Creates a new SubConSIPAuthenticate parameter set object.  
   263 
   263 
   264 class CSIPSubConnExtensionParamsFactory : public CBase
   264 class CSIPSubConnExtensionParamsFactory : public CBase
   265 /** Factory used to create instances of the SIP SubConnection Parameter Extension Sets.
   265 /** Factory used to create instances of the SIP SubConnection Parameter Extension Sets.
   266 
   266 
   267 @publishedAll
   267 @publishedAll
   268 @released since v9.2 
   268 @depricated 
   269 */
   269 */
   270 	{
   270 	{
   271 public:
   271 public:
   272 	static CSubConExtensionParameterSet* NewL(TAny* aConstructionParameters);
   272 	static CSubConExtensionParameterSet* NewL(TAny* aConstructionParameters);
   273 	};
   273 	};