supl/locationsuplfw/gateway/inc/epos_csuplsessionmanager.h
changeset 32 b12ea03c50a3
parent 0 667063e416a2
child 39 3efc7a0e8755
--- a/supl/locationsuplfw/gateway/inc/epos_csuplsessionmanager.h	Thu May 27 13:18:17 2010 +0300
+++ b/supl/locationsuplfw/gateway/inc/epos_csuplsessionmanager.h	Wed Jun 23 18:40:52 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"
 
 // FORWARD DECLARATIONS
@@ -32,6 +33,7 @@
 class CSuplSessionBase;
 class CSuplCommunicationManager;
 
+
 // CLASS DECLARATION
 
 /**
@@ -87,6 +89,14 @@
 		
 		TInt GetSUPLMessageVersionL(TInt& aMajorVersion, const TDesC8& aReceivedMessage);
 		
+		
+		void MakeLocationConversionRequestL( CSuplSessionBase* aSuplSessn,
+		                                             TGeoCellInfo& aCellInfo,
+		                                             TRequestStatus& aStatus
+		                                           );	                                           
+		                                           
+		void CancelLocationConversionRequest(CSuplSessionBase *aSessn);
+		
     private:
 
         /**