supl/locationomasuplprotocolhandler/protocolhandlerver1/inc/epos_comasuplstartstate.h
changeset 32 b12ea03c50a3
parent 0 667063e416a2
child 39 3efc7a0e8755
--- a/supl/locationomasuplprotocolhandler/protocolhandlerver1/inc/epos_comasuplstartstate.h	Thu May 27 13:18:17 2010 +0300
+++ b/supl/locationomasuplprotocolhandler/protocolhandlerver1/inc/epos_comasuplstartstate.h	Wed Jun 23 18:40:52 2010 +0300
@@ -108,6 +108,16 @@
 			* @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
 	
@@ -284,6 +294,9 @@
 			TOMASuplECellInfo iMmCellInfo;
 			
 			COMASuplAsnHandlerBase* iOMASuplAsnHandlerBase;
+			
+			//Indicates whether we need to create start message with Stale Cell Id
+			TBool iIsStaleCellId;
 
 };