eapol/eapol_framework/eapol_symbian/am/include/eap_am_tools_symbian.h
changeset 26 9abfd4f00d37
parent 2 1c7bc153c08e
child 46 c74b3d9f6b9e
child 49 43351a4f2da3
--- a/eapol/eapol_framework/eapol_symbian/am/include/eap_am_tools_symbian.h	Thu May 13 22:51:27 2010 +0300
+++ b/eapol/eapol_framework/eapol_symbian/am/include/eap_am_tools_symbian.h	Mon May 24 20:32:47 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);