diff -r 82ee1f804b63 -r 4c4ed41530db supl/locationomasuplprotocolhandler/protocolhandlerver1/inc/epos_comasuplsession.h --- a/supl/locationomasuplprotocolhandler/protocolhandlerver1/inc/epos_comasuplsession.h Mon May 03 12:54:42 2010 +0300 +++ b/supl/locationomasuplprotocolhandler/protocolhandlerver1/inc/epos_comasuplsession.h Fri May 14 16:17:02 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: /** @@ -1067,8 +1069,12 @@ TTime iSessionStartTime; + TTime iSessionStartTime1; TTime iSessionEndTime; + + RFileLogger iLogger; + //Is POS message is First one or Not. TBool iIsFirstPOSMessage;