diff -r 10852b179f64 -r ea98413ce11f supl/locationsuplfw/gateway/inc/epos_csuplipcsubsession.h --- a/supl/locationsuplfw/gateway/inc/epos_csuplipcsubsession.h Wed Sep 15 12:40:28 2010 +0300 +++ b/supl/locationsuplfw/gateway/inc/epos_csuplipcsubsession.h Wed Oct 13 15:01:35 2010 +0300 @@ -126,19 +126,11 @@ void HandlePeriodicTriggerSessionWithServernameL(const RMessage2& aMessage); void HandleStopTriggerringSessionL(const RMessage2& aMessage); void HandleNotifyTriggerFiredL(const RMessage2& aMessage); - /* - * For GeoTagging - */ - void HandleLocationConversionL(const RMessage2& aMessage); - void HandleCancelLocationConversionL(const RMessage2& aMessage); private: // Data - // Supl session handle.Ownership is with this object CSuplSessionBase* iSuplSession; - // Supl session request object.Ownership is with this object CSuplSessionRequest* iSuplSessnReq; RMessage2 iMessage; - // Position buffer.Ownership is with this object HBufC8* iPositionBuffer; TInt iReqType; RSuplTerminalSubSession::TSuplServiceType iSuplService;