supl/locationomasuplprotocolhandler/protocolhandlerver1/inc/epos_comasuplstartstate.h
branchRCL_3
changeset 19 02ba3f1733c6
parent 0 667063e416a2
child 20 2b4ea9893b66
--- a/supl/locationomasuplprotocolhandler/protocolhandlerver1/inc/epos_comasuplstartstate.h	Thu Jul 15 19:06:58 2010 +0300
+++ b/supl/locationomasuplprotocolhandler/protocolhandlerver1/inc/epos_comasuplstartstate.h	Thu Aug 19 10:20:18 2010 +0300
@@ -108,6 +108,17 @@
 			* @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 +295,9 @@
 			TOMASuplECellInfo iMmCellInfo;
 			
 			COMASuplAsnHandlerBase* iOMASuplAsnHandlerBase;
+			
+			//Indicates whether we need to create start message with Stale Cell Id
+			TBool iIsStaleCellId;
 
 };