diff -r 10852b179f64 -r ea98413ce11f supl/locationomasuplprotocolhandler/protocolhandlerver1/inc/epos_comasuplstartstate.h --- a/supl/locationomasuplprotocolhandler/protocolhandlerver1/inc/epos_comasuplstartstate.h Wed Sep 15 12:40:28 2010 +0300 +++ b/supl/locationomasuplprotocolhandler/protocolhandlerver1/inc/epos_comasuplstartstate.h Wed Oct 13 15:01:35 2010 +0300 @@ -108,17 +108,6 @@ * @return None */ void SetQop(TSuplTerminalQop& aQop); - - /* - * SetStaleCellIdToUse Method is used to set the Stale Cell id to use in case of - * retrieving position for an already retrieved cell id. - * For example : in case of Geo Tagged Images - * @since S60 v5.2 - * @param aLocationId This is the locatiod id parameter containing the stale cell id - * @return None - */ - - void SetStaleCellIdToUse(COMASuplLocationId* aLocationId); public: //MOMASuplETelObserver @@ -295,9 +284,6 @@ TOMASuplECellInfo iMmCellInfo; COMASuplAsnHandlerBase* iOMASuplAsnHandlerBase; - - //Indicates whether we need to create start message with Stale Cell Id - TBool iIsStaleCellId; };