realtimenetprots/sipfw/ProfileAgent/IMS_Agent/Src/CSIPRegEventSubscriber.cpp
changeset 51 8134400f8f89
parent 0 307788aac0a8
equal deleted inserted replaced
48:e3fccba1f02f 51:8134400f8f89
    19 
    19 
    20 
    20 
    21 
    21 
    22 
    22 
    23 // INCLUDE FILES
    23 // INCLUDE FILES
    24 #include "CSIPRegEventSubscriber.h"
    24 #include <sipprofileagentextensionparams.h>
    25 #include "CSIPNotifyXmlBodyParser.h"
       
    26 #include "sipreginfoelement.h"
       
    27 #include "TSIPRegEventStateNotSubscribed.h"
       
    28 #include "TSIPRegEventStateSubscribing.h"
       
    29 #include "TSIPRegEventStateSubscribed.h"
       
    30 #include "TSIPRegEventStateReSubscribing.h"
       
    31 #include "sipfromheader.h"
    25 #include "sipfromheader.h"
    32 #include "siptoheader.h"
    26 #include "siptoheader.h"
    33 #include "sipeventheader.h"
    27 #include "sipeventheader.h"
    34 #include "siprefresh.h"
    28 #include "siprefresh.h"
    35 #include "sipmessageelements.h"
    29 #include "sipmessageelements.h"
    40 #include "sipretryafterheader.h"
    34 #include "sipretryafterheader.h"
    41 #include "sipresponseelements.h"
    35 #include "sipresponseelements.h"
    42 #include "siperr.h"
    36 #include "siperr.h"
    43 #include "sipstrings.h"
    37 #include "sipstrings.h"
    44 #include "sipstrconsts.h"
    38 #include "sipstrconsts.h"
    45 #include <sipprofileagentextensionparams.h>
    39 #include "CSIPRegEventSubscriber.h"
       
    40 #include "CSIPNotifyXmlBodyParser.h"
       
    41 #include "sipreginfoelement.h"
       
    42 #include "TSIPRegEventStateNotSubscribed.h"
       
    43 #include "TSIPRegEventStateSubscribing.h"
       
    44 #include "TSIPRegEventStateSubscribed.h"
       
    45 #include "TSIPRegEventStateReSubscribing.h"
       
    46 
    46 
    47 
    47 
    48 
    48 _LIT8(KRegEventName, "reg");
    49 _LIT8(KRegEventName, "reg");
    49 _LIT8(KAcceptType, "application");
    50 _LIT8(KAcceptType, "application");
    50 _LIT8(KAcceptSubtype, "reginfo+xml");
    51 _LIT8(KAcceptSubtype, "reginfo+xml");