diff -r bddb6d4447db -r ed1e38b404e5 voipplugins/sipconnectionprovider/inc/scppresencehandler.h --- a/voipplugins/sipconnectionprovider/inc/scppresencehandler.h Mon Mar 15 12:39:55 2010 +0200 +++ b/voipplugins/sipconnectionprovider/inc/scppresencehandler.h Wed Mar 31 21:20:05 2010 +0300 @@ -76,7 +76,13 @@ * Destructor. */ virtual ~CScpPresenceHandler(); - + + /** + * Update XDM settings access point. + * XDM AP should be the same as SIP profile. + */ + void UpdateXdmSettingsL(); + public: // From CScpServiceHandlerBase /** @@ -148,12 +154,6 @@ void ConstructL(); /** - * Update XDM settings access point. - * XDM ap should be same as sip profile. - */ - void UpdateXdmSettingsL(); - - /** * Binds SCP's presence context. */ void ServerBindL(); @@ -283,6 +283,12 @@ */ TBool iDisableAfterXimpRequestsCompleted; + /** + * Flag for indicating if network is lost and roaming is + * concluded to be ongoing + */ + TBool iNetworkLostRoamingOngoing; + #ifdef _DEBUG friend class T_CScpPresenceHandler; #endif