diff -r 30e048a7b597 -r bad0cc58d154 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 Thu Aug 19 09:58:27 2010 +0300 +++ b/eapol/eapol_framework/eapol_symbian/am/include/eap_am_tools_symbian.h Tue Aug 31 15:16:37 2010 +0300 @@ -16,7 +16,7 @@ */ /* -* %version: 3.1.2 % +* %version: % */ // INCLUDES @@ -51,6 +51,7 @@ private: #if defined(USE_EAP_FILE_TRACE) + /// File server used in filetrace. RFs m_Fs; @@ -59,8 +60,12 @@ /// 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; @@ -163,6 +168,9 @@ 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);