diff -r 30e048a7b597 -r bad0cc58d154 eapol/eapol_framework/eapol_common/include/abs_eap_core.h --- a/eapol/eapol_framework/eapol_common/include/abs_eap_core.h Thu Aug 19 09:58:27 2010 +0300 +++ b/eapol/eapol_framework/eapol_common/include/abs_eap_core.h Tue Aug 31 15:16:37 2010 +0300 @@ -16,7 +16,7 @@ */ /* -* %version: 2.1.2 % +* %version: % */ #if !defined(_ABS_EAP_CORE_H_) @@ -209,17 +209,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 function queries the validity of EAP-type. * Lower layer should return eap_status_ok if this EAP-type is supported. * @param eap_type is the requested EAP-type.