supl/locationsuplfw/gateway/inc/epos_csuplsessionmanager.h
branchRCL_3
changeset 42 02ba3f1733c6
parent 41 d746aee05493
child 44 2b4ea9893b66
--- a/supl/locationsuplfw/gateway/inc/epos_csuplsessionmanager.h	Thu Jul 15 19:06:58 2010 +0300
+++ b/supl/locationsuplfw/gateway/inc/epos_csuplsessionmanager.h	Thu Aug 19 10:20:18 2010 +0300
@@ -25,6 +25,7 @@
 #include <lbspositioninfo.h>
 #include <epos_suplterminal.h>
 #include <epos_suplterminaltrigger.h>
+#include <epos_suplgeocellinfo.h>
 #include "epos_csuplecomeventwatcher.h"
 #include "epos_csuplsessionretryq.h"
 #include "epos_csuplcommunicationmanager.h"
@@ -95,6 +96,12 @@
 		// from MSuplConnectionMonitor
 		void ConnectionOpened();
 		void ConnectionClosed();
+
+		void MakeLocationConversionRequestL( CSuplSessionBase* aSuplSessn,
+		                                     TGeoCellInfo& aCellInfo,
+		                                     TRequestStatus& aStatus
+		                                   );
+		void CancelLocationConversionRequest(CSuplSessionBase *aSessn);
 	
     private: