supl/locationomasuplprotocolhandler/protocolhandlerver1/inc/epos_comasuplprotocolmanager1.h
changeset 32 b12ea03c50a3
parent 22 4c4ed41530db
child 39 3efc7a0e8755
--- a/supl/locationomasuplprotocolhandler/protocolhandlerver1/inc/epos_comasuplprotocolmanager1.h	Thu May 27 13:18:17 2010 +0300
+++ b/supl/locationomasuplprotocolhandler/protocolhandlerver1/inc/epos_comasuplprotocolmanager1.h	Wed Jun 23 18:40:52 2010 +0300
@@ -510,6 +510,28 @@
 public:  // COMASUPLProtocolManager
     void SetCommonConfig(COMASuplCommonConfig*& aCommmonConfig);
 
+public:
+    /*
+     * Method used to make conversion request for retrieving position of a location id.
+     * 
+     * @since S60 v5.2
+     * @param aSuplSessn session object on which processing will start
+     * @param aCellInfo contains cell id information and cell id type
+     * @param aStatus On return, the status of the request
+     * 
+     */
+    void MakeLocationConversionRequestL( CSuplSessionBase* aSuplSessn,
+                                                      TGeoCellInfo& aCellInfo,               
+                                                      TRequestStatus& aStatus );
+    /*
+     * Method used to make cancel a conversion request for retrieving position of a location id.
+     * 
+     * @since S60 v5.2
+     * @param aSuplSessn session object which is to be cancelled
+     * 
+     */
+    void CancelLocationConversionRequest(CSuplSessionBase* aSuplSession);
+	
 public : // from MSuplSettingsObserver
     virtual void HandleSuplTriggerStatusChangeL(
                    CSuplSettings::TSuplTriggerStatus aSuplTriggerStatus );