eapol/eapol_framework/eapol_common/type/gsmsim/include/eap_type_gsmsim.h
branchRCL_3
changeset 45 bad0cc58d154
parent 2 1c7bc153c08e
child 46 c74b3d9f6b9e
--- a/eapol/eapol_framework/eapol_common/type/gsmsim/include/eap_type_gsmsim.h	Thu Aug 19 09:58:27 2010 +0300
+++ b/eapol/eapol_framework/eapol_common/type/gsmsim/include/eap_type_gsmsim.h	Tue Aug 31 15:16:37 2010 +0300
@@ -16,7 +16,7 @@
 */
 
 /*
-* %version: 5.1.2 %
+* %version: 8 %
 */
 
 #if !defined(_GSMSIM_CORE_H_)
@@ -1516,8 +1516,6 @@
 #endif //#if defined(USE_EAP_TYPE_SERVER_GSMSIM)
 
 
-#if defined(USE_EAP_TRACE)
-
 	/**
 	 * This function traces the EAP packet.
 	 */
@@ -1527,6 +1525,8 @@
 		eap_header_wr_c * const received_eap,
 		const u32_t eap_packet_length);
 
+#if defined(USE_EAP_TRACE)
+
 	#define EAP_GSMSIM_PACKET_TRACE(prefix, receive_network_id, received_eap, eap_packet_length) \
 			packet_trace((prefix), (receive_network_id), (received_eap), (eap_packet_length))
 
@@ -1859,9 +1859,6 @@
 		abs_eap_base_timer_c * const p_initializer, 
 		const u32_t p_id);
 
-	//
-	EAP_FUNC_IMPORT eap_status_e cancel_all_timers();
-
 	//--------------------------------------------------
 }; // class eap_type_gsmsim_c