supl/locationomasuplprotocolhandler/protocolhandlerver1/inc/epos_comasuplsession.h
changeset 39 3efc7a0e8755
parent 32 b12ea03c50a3
child 50 4c28d569e1fe
equal deleted inserted replaced
37:e175e2ba2fb0 39:3efc7a0e8755
   256 			* @param aStatus, aSynchronous service request   
   256 			* @param aStatus, aSynchronous service request   
   257 			* @param aAllowedCapabilities, Capabilities of SET
   257 			* @param aAllowedCapabilities, Capabilities of SET
   258 			* @param aSessionIdSeed, seed value of session
   258 			* @param aSessionIdSeed, seed value of session
   259 			* @param aRequestID, Request Identification number.
   259 			* @param aRequestID, Request Identification number.
   260 			* @param aIsStaleCellId, indicates if this session is for a stale cell id conversion
   260 			* @param aIsStaleCellId, indicates if this session is for a stale cell id conversion
   261 			* @param aLocationId , contains cell id parameters for which position is to be retrieved
   261 			* @param aLocationId , contains cell id parameters for which position is to be retrieved,ownership is transferred to this object
   262 			* @param aPrompt indicates if the user is to be prompted when making location requests
   262 			* @param aPrompt indicates if the user is to be prompted when making location requests
   263 			* @param aWlanOnly ,request to connect server using wlan connection only using OCC Api's
   263 			* @param aWlanOnly ,request to connect server using wlan connection only using OCC Api's
   264 			* @return None
   264 			* @return None
   265 			*/
   265 			*/
   266 			virtual void RunSuplSessionL(TRequestStatus& aStatus, TBool aFirstReq, const TDesC& aHslpAddress, TBool aFallBack, TInt aAllowedCapabilities, 
   266 			virtual void RunSuplSessionL(TRequestStatus& aStatus, TBool aFirstReq, const TDesC& aHslpAddress, TBool aFallBack, TInt aAllowedCapabilities, 
  1143             TInt iSessionCompletionCode;
  1143             TInt iSessionCompletionCode;
  1144             TInt iNetworkType;
  1144             TInt iNetworkType;
  1145             
  1145             
  1146             COMASuplAsnHandlerBase* iOMASuplAsnHandlerBaseImpl; 
  1146             COMASuplAsnHandlerBase* iOMASuplAsnHandlerBaseImpl; 
  1147             
  1147             
       
  1148             // Network privacy handle.Ownership is with this object
  1148             CPosNetworkPrivacy* iNetworkPrivacy;
  1149             CPosNetworkPrivacy* iNetworkPrivacy;
  1149             //Stale cell id which for which position is to be retrieved
  1150             //Stale cell id which for which position is to be retrieved.Ownership is with this object
  1150             COMASuplLocationId* iStaleLocationId;
  1151             COMASuplLocationId* iStaleLocationId;
  1151 			//indicates if this session is for a stale cell id conversion
  1152 			//indicates if this session is for a stale cell id conversion
  1152             TBool   iIsStaleLocIdPresent;
  1153             TBool   iIsStaleLocIdPresent;
  1153 			//indicates if the user needs to be prompted when making a location request
  1154 			//indicates if the user needs to be prompted when making a location request
  1154             TBool   iStaleLocIdPrompt;
  1155             TBool   iStaleLocIdPrompt;