supl/locationomasuplprotocolhandler/protocolhandlerver1/inc/epos_comasuplprotocolmanager1.h
changeset 22 4c4ed41530db
parent 0 667063e416a2
child 32 b12ea03c50a3
--- a/supl/locationomasuplprotocolhandler/protocolhandlerver1/inc/epos_comasuplprotocolmanager1.h	Mon May 03 12:54:42 2010 +0300
+++ b/supl/locationomasuplprotocolhandler/protocolhandlerver1/inc/epos_comasuplprotocolmanager1.h	Fri May 14 16:17:02 2010 +0300
@@ -273,9 +273,9 @@
 public: 
 
 	// For setting UI observer    
-	TInt LaunchSettingsUI(MOMASuplUICompletionObserver* aObserver,const TDesC& aForHslp);
-	TInt LaunchSuplUsageSettingsUI(MOMASuplUICompletionObserver* aObserver, TBool aRoaming);
-	TInt LaunchSuplDialogTimeoutUI(MOMASuplUICompletionObserver* aObserver );
+	//TInt LaunchSettingsUI(MOMASuplUICompletionObserver* aObserver,const TDesC& aForHslp);
+	//TInt LaunchSuplUsageSettingsUI(MOMASuplUICompletionObserver* aObserver, TBool aRoaming);
+	//TInt LaunchSuplDialogTimeoutUI(MOMASuplUICompletionObserver* aObserver );
 	void UpdateAllSubSessnsInSameSession(TInt aIpcSessionId);
 
 	void SettingsChanged();
@@ -287,7 +287,7 @@
 	* @param aError - Error during Launch
 	* @return None
 	*/
-	void SettingsUICompletedL(TInt aError);
+	void SettingsUICompletedL(TInt /*aError*/) {};
 
 	/** 
 	* This callback method is used to notify the client about 
@@ -295,7 +295,7 @@
 	* @param aError - Error during Launch
 	* @return None
 	*/
-	void SettingsUsageUICompletedL(TInt aError);
+	void SettingsUsageUICompletedL(TInt /*aError*/) {};
 
 	/** 
 	* This callback method is used to notify the client about 
@@ -303,7 +303,7 @@
 	* @param aError - Error during Launch
 	* @return None
 	*/
-	void SettingsTimeOutUICompletedL(TInt aError);
+	void SettingsTimeOutUICompletedL(TInt /*aError*/) {};
 	
 public: //From base class MSuplSettingsObserver
 
@@ -462,7 +462,7 @@
      * @param      None. 
      * @return     None.
      */
-    void ReadSuplUsage();
+   //void ReadSuplUsage();
 	
     
     /**
@@ -510,6 +510,10 @@
 public:  // COMASUPLProtocolManager
     void SetCommonConfig(COMASuplCommonConfig*& aCommmonConfig);
 
+public : // from MSuplSettingsObserver
+    virtual void HandleSuplTriggerStatusChangeL(
+                   CSuplSettings::TSuplTriggerStatus aSuplTriggerStatus );
+           
 private: // Data Members
 
 	//Holds all session objects created by CreateNewSession
@@ -604,4 +608,4 @@
 
 };
 
-#endif // C_COMASUPLPROTOCOLMANAGER1_H
\ No newline at end of file
+#endif // C_COMASUPLPROTOCOLMANAGER1_H