sipproviderplugins/sipprovider/sipconnectionplugins/inc/SIP_subconparams.h
branchRCL_3
changeset 44 0dcb073356a5
parent 43 b5e99d8877c7
child 49 0a1ad22c7bdc
equal deleted inserted replaced
43:b5e99d8877c7 44:0dcb073356a5
    19 /**
    19 /**
    20  @file
    20  @file
    21  @publishedAll
    21  @publishedAll
    22  @released since v9.2
    22  @released since v9.2
    23 */
    23 */
    24 #warning "SIPProvider APIs are deprecated, use SIP Client Library APIs instead."
    24 
    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 @deprecated 
    48 @released since v9.2 
    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 @deprecated 
   126 @released since v9.2 
   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 @deprecated 
   215 @released since v9.2 
   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 @depricated 
   268 @released since v9.2 
   269 */
   269 */
   270 	{
   270 	{
   271 public:
   271 public:
   272 	static CSubConExtensionParameterSet* NewL(TAny* aConstructionParameters);
   272 	static CSubConExtensionParameterSet* NewL(TAny* aConstructionParameters);
   273 	};
   273 	};
   274 
   274 
   275 #include "sip_subconparams.inl"
   275 #include "SIP_subconparams.inl"
   276 
   276 
   277 #endif // SIP_SUBCONPARAMS_H
   277 #endif // SIP_SUBCONPARAMS_H