diff -r 093cf0757204 -r 938269283a16 eapol/eapol_framework/eapol_common/type/gsmsim/include/abs_eap_type_gsmsim_state.h --- a/eapol/eapol_framework/eapol_common/type/gsmsim/include/abs_eap_type_gsmsim_state.h Fri May 14 15:54:13 2010 +0300 +++ b/eapol/eapol_framework/eapol_common/type/gsmsim/include/abs_eap_type_gsmsim_state.h Fri Jun 11 13:40:22 2010 +0300 @@ -16,7 +16,7 @@ */ /* -* %version: 2.1.2 % +* %version: % */ #if !defined(_ABS_GSMSIM_STATE_H_) @@ -122,17 +122,6 @@ abs_eap_base_timer_c * const initializer, 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; - //-------------------------------------------------- }; // class abs_eap_type_gsmsim_state_c