diff -r a003f0e60a07 -r e4420734a2a0 realtimenetprots/sipfw/ProfileAgent/IMS_Agent/Src/CSIPRegEventSubscriber.cpp --- a/realtimenetprots/sipfw/ProfileAgent/IMS_Agent/Src/CSIPRegEventSubscriber.cpp Fri Sep 03 14:18:25 2010 +0300 +++ b/realtimenetprots/sipfw/ProfileAgent/IMS_Agent/Src/CSIPRegEventSubscriber.cpp Tue Oct 19 05:33:24 2010 +0530 @@ -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");