diff -r e3fccba1f02f -r 8134400f8f89 realtimenetprots/sipfw/ProfileAgent/IMS_Agent/Src/CSIPRegEventSubscriber.cpp --- a/realtimenetprots/sipfw/ProfileAgent/IMS_Agent/Src/CSIPRegEventSubscriber.cpp Fri Sep 17 08:32:30 2010 +0300 +++ b/realtimenetprots/sipfw/ProfileAgent/IMS_Agent/Src/CSIPRegEventSubscriber.cpp Mon Oct 04 00:41:02 2010 +0300 @@ -21,13 +21,7 @@ // INCLUDE FILES -#include "CSIPRegEventSubscriber.h" -#include "CSIPNotifyXmlBodyParser.h" -#include "sipreginfoelement.h" -#include "TSIPRegEventStateNotSubscribed.h" -#include "TSIPRegEventStateSubscribing.h" -#include "TSIPRegEventStateSubscribed.h" -#include "TSIPRegEventStateReSubscribing.h" +#include #include "sipfromheader.h" #include "siptoheader.h" #include "sipeventheader.h" @@ -42,7 +36,14 @@ #include "siperr.h" #include "sipstrings.h" #include "sipstrconsts.h" -#include +#include "CSIPRegEventSubscriber.h" +#include "CSIPNotifyXmlBodyParser.h" +#include "sipreginfoelement.h" +#include "TSIPRegEventStateNotSubscribed.h" +#include "TSIPRegEventStateSubscribing.h" +#include "TSIPRegEventStateSubscribed.h" +#include "TSIPRegEventStateReSubscribing.h" + _LIT8(KRegEventName, "reg");