diff -r bad0cc58d154 -r c74b3d9f6b9e eapol/eapol_framework/eapol_symbian/am/include/eap_am_tools_symbian.h --- a/eapol/eapol_framework/eapol_symbian/am/include/eap_am_tools_symbian.h Tue Aug 31 15:16:37 2010 +0300 +++ b/eapol/eapol_framework/eapol_symbian/am/include/eap_am_tools_symbian.h Wed Sep 01 12:23:57 2010 +0100 @@ -16,7 +16,7 @@ */ /* -* %version: % +* %version: 3.1.2 % */ // INCLUDES @@ -51,7 +51,6 @@ private: #if defined(USE_EAP_FILE_TRACE) - /// File server used in filetrace. RFs m_Fs; @@ -60,12 +59,8 @@ /// File name used in filetrace. TBuf<64> m_filename; - #endif //#if defined(USE_EAP_FILE_TRACE) - /// Prefix string used in filetrace. - eap_variable_data_c m_prefix_string; - u64_t m_start_ticks; bool m_directory_exists; @@ -168,9 +163,6 @@ EAP_FUNC_IMPORT bool get_is_timer_thread_active(); - EAP_FUNC_IMPORT eap_status_e set_trace_prefix( - const eap_variable_data_c * const prefix8bit); - EAP_FUNC_IMPORT eap_status_e set_trace_file_name(const eap_variable_data_c * const trace_output_file); EAP_FUNC_IMPORT void set_max_trace_file_size(const u32_t max_trace_file_size);