supl/locationomasuplprotocolhandler/protocolhandlerver1/inc/epos_comasuplstartstate.h
branchRCL_3
changeset 55 ea98413ce11f
parent 45 6b6920c56e2f
equal deleted inserted replaced
49:10852b179f64 55:ea98413ce11f
   106 			* @since S60 v3.1
   106 			* @since S60 v3.1
   107 			* @param aQop , QoP parameter which got form client.
   107 			* @param aQop , QoP parameter which got form client.
   108 			* @return None
   108 			* @return None
   109 			*/
   109 			*/
   110 			void SetQop(TSuplTerminalQop& aQop);
   110 			void SetQop(TSuplTerminalQop& aQop);
   111 			
       
   112 			/*
       
   113 			 * SetStaleCellIdToUse Method is used to set the Stale Cell id to use in case of
       
   114 			 *                     retrieving position for an already retrieved cell id.
       
   115 			 *                     For example : in case of Geo Tagged Images 
       
   116 			 * @since S60 v5.2
       
   117 			 * @param aLocationId This is the locatiod id parameter containing the stale cell id
       
   118 			 * @return None                     
       
   119 			 */
       
   120 
       
   121 	            void SetStaleCellIdToUse(COMASuplLocationId* aLocationId);
       
   122 	
   111 	
   123 	public: //MOMASuplETelObserver
   112 	public: //MOMASuplETelObserver
   124 	
   113 	
   125 			/**
   114 			/**
   126 			* RequestCompleted Method, Location Id request completed succesfully
   115 			* RequestCompleted Method, Location Id request completed succesfully
   293 
   282 
   294 			//To hold E-cell id data
   283 			//To hold E-cell id data
   295 			TOMASuplECellInfo iMmCellInfo;
   284 			TOMASuplECellInfo iMmCellInfo;
   296 			
   285 			
   297 			COMASuplAsnHandlerBase* iOMASuplAsnHandlerBase;
   286 			COMASuplAsnHandlerBase* iOMASuplAsnHandlerBase;
   298 			
       
   299 			//Indicates whether we need to create start message with Stale Cell Id
       
   300 			TBool iIsStaleCellId;
       
   301 
   287 
   302 };
   288 };
   303 
   289 
   304 #endif //C_COMASUPLSTARTSTATE_H
   290 #endif //C_COMASUPLSTARTSTATE_H