eapol/eapol_framework/eapol_common/type/tls_peap/tls/include/abs_tls_base_record.h
changeset 33 938269283a16
parent 2 1c7bc153c08e
child 46 c74b3d9f6b9e
child 49 43351a4f2da3
--- a/eapol/eapol_framework/eapol_common/type/tls_peap/tls/include/abs_tls_base_record.h	Fri May 14 15:54:13 2010 +0300
+++ b/eapol/eapol_framework/eapol_common/type/tls_peap/tls/include/abs_tls_base_record.h	Fri Jun 11 13:40:22 2010 +0300
@@ -16,7 +16,7 @@
 */
 
 /*
-* %version: 8.1.2 %
+* %version: %
 */
 
 #if !defined(_ABS_TLS_BASE_RECORD_H_)
@@ -215,17 +215,6 @@
 		const u32_t id) = 0;
 
 	/**
-	 * The cancel_all_timers() function cancels all timers.
-	 * User should use this in termination of the stack before
-	 * the adaptation module of tools is deleted.
-	 * Preferred mode is to cancel each timer directly
-	 * using cancel_timer() function.
-	 *
-	 * Adaptation module internally implements the timer.
-	 */
-	virtual eap_status_e cancel_all_timers() = 0;
-
-	/**
 	 * This is needed by PEAP type.
 	 * The load_module() function function indicates the lower level to
 	 * load new module of EAP-type.