eapol/eapol_framework/eapol_common/type/gsmsim/core/eap_type_gsmsim_payloads.cpp
branchRCL_3
changeset 46 c74b3d9f6b9e
parent 45 bad0cc58d154
--- a/eapol/eapol_framework/eapol_common/type/gsmsim/core/eap_type_gsmsim_payloads.cpp	Tue Aug 31 15:16:37 2010 +0300
+++ b/eapol/eapol_framework/eapol_common/type/gsmsim/core/eap_type_gsmsim_payloads.cpp	Wed Sep 01 12:23:57 2010 +0100
@@ -16,7 +16,7 @@
 */
 
 /*
-* %version: 7.1.3 %
+* %version: 10 %
 */
 
 // 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<gsmsim_variable_data_c *>(&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<gsmsim_variable_data_c *>(&m_COUNTER_TOO_SMALL);
 }