diff -r 02ba3f1733c6 -r 2b4ea9893b66 supl/locationomasuplprotocolhandler/protocolhandlerver1/inc/epos_comasuplprotocolmanager1.h --- a/supl/locationomasuplprotocolhandler/protocolhandlerver1/inc/epos_comasuplprotocolmanager1.h Thu Aug 19 10:20:18 2010 +0300 +++ b/supl/locationomasuplprotocolhandler/protocolhandlerver1/inc/epos_comasuplprotocolmanager1.h Tue Aug 31 15:37:04 2010 +0300 @@ -273,12 +273,10 @@ 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 CancelUiLaunch(); void SettingsChanged(); @@ -289,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 @@ -297,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 @@ -305,7 +303,7 @@ * @param aError - Error during Launch * @return None */ - void SettingsTimeOutUICompletedL(TInt aError); + void SettingsTimeOutUICompletedL(TInt /*aError*/) {}; public: //From base class MSuplSettingsObserver @@ -464,7 +462,7 @@ * @param None. * @return None. */ - void ReadSuplUsage(); + //void ReadSuplUsage(); /** @@ -533,7 +531,11 @@ * */ void CancelLocationConversionRequest(CSuplSessionBase* aSuplSession); - + +public : // from MSuplSettingsObserver + virtual void HandleSuplTriggerStatusChangeL( + CSuplSettings::TSuplTriggerStatus aSuplTriggerStatus ); + private: // Data Members //Holds all session objects created by CreateNewSession @@ -628,4 +630,4 @@ }; -#endif // C_COMASUPLPROTOCOLMANAGER1_H \ No newline at end of file +#endif // C_COMASUPLPROTOCOLMANAGER1_H