supl/locationomasuplprotocolhandler/protocolhandlerver1/inc/epos_comasuplstartstate.h
branchRCL_3
changeset 19 02ba3f1733c6
parent 0 667063e416a2
child 20 2b4ea9893b66
equal deleted inserted replaced
18:d746aee05493 19:02ba3f1733c6
   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);
   111 	
   122 	
   112 	public: //MOMASuplETelObserver
   123 	public: //MOMASuplETelObserver
   113 	
   124 	
   114 			/**
   125 			/**
   115 			* RequestCompleted Method, Location Id request completed succesfully
   126 			* RequestCompleted Method, Location Id request completed succesfully
   282 
   293 
   283 			//To hold E-cell id data
   294 			//To hold E-cell id data
   284 			TOMASuplECellInfo iMmCellInfo;
   295 			TOMASuplECellInfo iMmCellInfo;
   285 			
   296 			
   286 			COMASuplAsnHandlerBase* iOMASuplAsnHandlerBase;
   297 			COMASuplAsnHandlerBase* iOMASuplAsnHandlerBase;
       
   298 			
       
   299 			//Indicates whether we need to create start message with Stale Cell Id
       
   300 			TBool iIsStaleCellId;
   287 
   301 
   288 };
   302 };
   289 
   303 
   290 #endif //C_COMASUPLSTARTSTATE_H
   304 #endif //C_COMASUPLSTARTSTATE_H