diff -r 02ba3f1733c6 -r 2b4ea9893b66 supl/locationomasuplprotocolhandler/protocolhandlerver1/inc/epos_comasuplsession.h --- a/supl/locationomasuplprotocolhandler/protocolhandlerver1/inc/epos_comasuplsession.h Thu Aug 19 10:20:18 2010 +0300 +++ b/supl/locationomasuplprotocolhandler/protocolhandlerver1/inc/epos_comasuplsession.h Tue Aug 31 15:37:04 2010 +0300 @@ -52,6 +52,8 @@ #include "EPos_CPosNetworkPrivacy.h" +#include + class RMobilePhone; class TOMASuplVersion; @@ -215,21 +217,21 @@ * @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 * the completion of UI * @return None */ - void SettingsUsageUICompletedL(TInt aError); + void SettingsUsageUICompletedL(TInt /*aError*/) {}; /** * This callback method is used to notify the client about * the completion of UI * @return None */ - void SettingsTimeOutUICompletedL(TInt aError); + void SettingsTimeOutUICompletedL(TInt aError) ; public: /** @@ -256,7 +258,7 @@ * @param aSessionIdSeed, seed value of session * @param aRequestID, Request Identification number. * @param aIsStaleCellId, indicates if this session is for a stale cell id conversion - * @param aLocationId , contains cell id parameters for which position is to be retrieved + * @param aLocationId , contains cell id parameters for which position is to be retrieved,ownership is transferred to this object * @param aPrompt indicates if the user is to be prompted when making location requests * @param aWlanOnly ,request to connect server using wlan connection only using OCC Api's * @return None @@ -943,7 +945,6 @@ void StartUsageDialogLaunchL(); TBool IsEtelNotifySet(); TBool IsEtelRoamingSet(); - TBool HasMeLaunchedUsageDialog(); TUint GetPortNumUsed(); private: @@ -1072,8 +1073,12 @@ TTime iSessionStartTime; + TTime iSessionStartTime1; TTime iSessionEndTime; + + RFileLogger iLogger; + //Is POS message is First one or Not. TBool iIsFirstPOSMessage;