supl/locationomasuplprotocolhandler/protocolhandlerver1/inc/epos_comasuplsession.h
changeset 22 4c4ed41530db
parent 0 667063e416a2
child 32 b12ea03c50a3
--- 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 <flogger.h>
+
 
 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;