supl/locationomasuplprotocolhandler/protocolhandlerver1/inc/epos_comasuplconnrequestor.h
changeset 39 3efc7a0e8755
parent 32 b12ea03c50a3
equal deleted inserted replaced
37:e175e2ba2fb0 39:3efc7a0e8755
   279 			MOMASuplConnObserver& iObserver;      
   279 			MOMASuplConnObserver& iObserver;      
   280 			
   280 			
   281 			//For trying for once with newly generated HSLP.
   281 			//For trying for once with newly generated HSLP.
   282 			TBool iTLSAuthenticationFailed;
   282 			TBool iTLSAuthenticationFailed;
   283 			
   283 			
   284 			//SUPLSettings
   284 			//SUPLSettings,Ownership is with the object
   285 			CSuplSettingsInternal *iSuplSettings;
   285 			CSuplSettingsInternal *iSuplSettings;
   286 			
   286 			
   287 			CRepository*            iRepository;
   287 			CRepository*            iRepository;//Ownership is with the object
   288 			
   288 			
   289 			//Trace Utility
   289 			//Trace Utility
   290 			COMASuplTrace* iTrace;
   290 			COMASuplTrace* iTrace; //Ownership is with the object
   291 			TBool iIsHSLPGenerated;
   291 			TBool iIsHSLPGenerated;
   292             TBool iHslpAddrFromImsiUsed;
   292             TBool iHslpAddrFromImsiUsed;
   293             
   293             
   294             TInt iLastConnectionError;
   294             TInt iLastConnectionError;
   295             
   295             
   296             COMASuplFallBackHandler* iFallBackHandler;
   296             COMASuplFallBackHandler* iFallBackHandler;//Ownership is with the object
   297             
   297             
   298             TBool iIsSettingInitilized;
   298             TBool iIsSettingInitilized;
   299             
   299             
   300             TInt64 iCurrentSLPId;
   300             TInt64 iCurrentSLPId;
   301             TBool iPrompt;
   301             TBool iPrompt;