supl/locationomasuplprotocolhandler/protocolhandlerver1/inc/epos_comasuplprotocolmanager1.h
branchRCL_3
changeset 49 10852b179f64
parent 45 6b6920c56e2f
child 55 ea98413ce11f
--- a/supl/locationomasuplprotocolhandler/protocolhandlerver1/inc/epos_comasuplprotocolmanager1.h	Tue Sep 14 22:09:33 2010 +0300
+++ b/supl/locationomasuplprotocolhandler/protocolhandlerver1/inc/epos_comasuplprotocolmanager1.h	Wed Sep 15 12:40:28 2010 +0300
@@ -81,7 +81,6 @@
 								public MSuplEcomEventObserver,
 								public MSuplSettingsObserver,
 								public MOMASuplTimeOutNotifier,
-						        public MOMASuplUISettingsObserver,
                                 public MOMASuplETelNotifierObserver
     {
     
@@ -272,40 +271,12 @@
 	
 public: 
 
-	// For setting UI observer    
-	TInt LaunchSettingsUI(MOMASuplUICompletionObserver* aObserver,const TDesC& aForHslp);
-	TInt LaunchSuplUsageSettingsUI(MOMASuplUICompletionObserver* aObserver, TBool aRoaming);
-	TInt LaunchSuplDialogTimeoutUI(MOMASuplUICompletionObserver* aObserver );
+	
 	void UpdateAllSubSessnsInSameSession(TInt aIpcSessionId);
-	
-	void CancelUiLaunch();
 
 	void SettingsChanged();
 
-	TInt GetLastUsedAccessPoint(TDes& aLastlyUsedAccessPoint,TUint32& iIAPId);
-	/** 
-	* This callback method is used to notify the client about 
-	* the completion of UI launch
-	* @param aError - Error during Launch
-	* @return None
-	*/
-	void SettingsUICompletedL(TInt aError);
-
-	/** 
-	* This callback method is used to notify the client about 
-	* the completion of UI launch
-	* @param aError - Error during Launch
-	* @return None
-	*/
-	void SettingsUsageUICompletedL(TInt aError);
-
-	/** 
-	* This callback method is used to notify the client about 
-	* the completion of UI completion
-	* @param aError - Error during Launch
-	* @return None
-	*/
-	void SettingsTimeOutUICompletedL(TInt aError);
+	
 	
 public: //From base class MSuplSettingsObserver
 
@@ -458,13 +429,7 @@
 	void ProcessInvalidSessionL(COMASuplAsnMessageBase* aDecodedMsg);
 
     
-    /**
-     * ReadSuplUsage, Reads OMA Supl Usage.
-     * @since S60 v3.1u          
-     * @param      None. 
-     * @return     None.
-     */
-    void ReadSuplUsage();
+    
 	
     
     /**