diff -r 30e048a7b597 -r bad0cc58d154 eapol/eapol_framework/eapol_common/type/gsmsim/core/eap_type_gsmsim_payloads.cpp --- a/eapol/eapol_framework/eapol_common/type/gsmsim/core/eap_type_gsmsim_payloads.cpp Thu Aug 19 09:58:27 2010 +0300 +++ b/eapol/eapol_framework/eapol_common/type/gsmsim/core/eap_type_gsmsim_payloads.cpp Tue Aug 31 15:16:37 2010 +0300 @@ -16,7 +16,7 @@ */ /* -* %version: 10 % +* %version: 7.1.3 % */ // This is enumeration of EAPOL source code. @@ -269,7 +269,7 @@ && check_one_payload(VERSION_LIST, get_VERSION_LIST()) == true && check_one_payload(SELECTED_VERSION, get_SELECTED_VERSION()) == true && check_one_payload(COUNTER, get_COUNTER()) == true - && check_one_payload(COUNTER_TOO_SMALL, get_COUNTER_TOO_SMALL()) == true + && check_one_payload(COUNTER_TOO_SMALL, get_counter_too_small()) == true && check_one_payload(CLIENT_ERROR_CODE, get_CLIENT_ERROR_CODE()) == true && check_one_payload(RESULT_IND, get_RESULT_IND()) == true ) @@ -378,7 +378,7 @@ return static_cast(&m_COUNTER); } -EAP_FUNC_EXPORT gsmsim_variable_data_c * gsmsim_payloads_c::get_COUNTER_TOO_SMALL() +EAP_FUNC_EXPORT gsmsim_variable_data_c * gsmsim_payloads_c::get_counter_too_small() { return static_cast(&m_COUNTER_TOO_SMALL); }