supl/locationsuplfw/gateway/inc/epos_csuplsessionrequest.h
branchRCL_3
changeset 19 02ba3f1733c6
parent 18 d746aee05493
child 20 2b4ea9893b66
--- a/supl/locationsuplfw/gateway/inc/epos_csuplsessionrequest.h	Thu Jul 15 19:06:58 2010 +0300
+++ b/supl/locationsuplfw/gateway/inc/epos_csuplsessionrequest.h	Thu Aug 19 10:20:18 2010 +0300
@@ -27,6 +27,7 @@
 #include <lbspositioninfo.h>
 #include <epos_suplterminalqop.h>
 #include <epos_suplterminaltrigger.h>
+#include "epos_suplgeocellinfo.h"
 
 // CONSTANT DECLARATIONS
 
@@ -101,6 +102,10 @@
 		void CancelTriggerringRequest();
 		
 		void ProtocolHUnloaded();
+
+		void MakeLocationConversionRequestL( CSuplSessionBase* aSuplSessn,TGeoCellInfo& aCellInfo );
+		
+		void CancelLocationConversionRequest();
 		void ReIssueRequestL();
 		
     protected:  // From CActive
@@ -134,7 +139,9 @@
             ESuplStopTriggerRequest,
             ESuplTriggerFiredNotifyRequest,
 			ESuplWaitingToRetrySession,
-			ESuplRetryingSession
+			ESuplRetryingSession,
+			ESuplLocationConversionRequest,
+            ESuplCancelLocationConversionRequest
             };
      
 	 TSuplRequestStage           iRequestPhase;
@@ -153,8 +160,6 @@
 	 TBool iParamExtendedQopUsed;
 	 TSuplTerminalQop iParamQop;
 	 HBufC* iParamExtendedFallback;
-	 
-	 TBool iSessionStarted;
     };  
 
 #endif  // __CSuplSessionRequest_H__