diff -r 5210ffae7137 -r 910a23996aa0 locationmanager/server/inc/clocationmanagerserver.h --- a/locationmanager/server/inc/clocationmanagerserver.h Wed Jul 14 07:57:22 2010 +0300 +++ b/locationmanager/server/inc/clocationmanagerserver.h Fri Jul 23 10:03:59 2010 +0300 @@ -41,9 +41,7 @@ #include "clocationservertimerhandler.h" class CMdESession; -#ifdef LOC_REVERSEGEOCODE class CLocationGeoTagTimerAO; -#endif class CGeoTagger; class REComSession; class CNwRegistrationStatusHandler; @@ -590,6 +588,11 @@ * Retrieve home network */ void RetrieveHomeNetwork(); + + /** + * Stop the server (if possible) + */ + void StopServer(); private: /** @@ -671,8 +674,9 @@ RMobilePhone::TMobilePhoneNetworkInfoV1 iHomeNetwork; TBool iHomeNwInfoAvailableFlag; + CLocationGeoTagTimerAO* iGeoTagTimer; + #ifdef LOC_REVERSEGEOCODE - CLocationGeoTagTimerAO* iGeoTagTimer; CGeoTagger* iGeoTaggingPendingReqObj; RMessage2 iTagPendingMessage; RMessage2 iGeoTaggingMessage;