eapol/eapol_framework/eapol_common/include/eap_configuration_field.h
branchRCL_3
changeset 46 c74b3d9f6b9e
parent 45 bad0cc58d154
--- a/eapol/eapol_framework/eapol_common/include/eap_configuration_field.h	Tue Aug 31 15:16:37 2010 +0300
+++ b/eapol/eapol_framework/eapol_common/include/eap_configuration_field.h	Wed Sep 01 12:23:57 2010 +0100
@@ -16,7 +16,7 @@
 */
 
 /*
-* %version: %
+* %version: 4.1.2 %
 */
 
 #if !defined(_EAP_CONFIGURATION_FIELD_H_)
@@ -43,7 +43,6 @@
 	eap_configure_type_u32array,
 	eap_configure_type_section,
 	eap_configure_type_subsection,
-	eap_configure_type_all_configurations, //< This is special type to read all configuration options. Data is in message format. Please see eap_tlv_message_data_c.
 };
 
 //--------------------------------------------------------------------------------------------------
@@ -178,26 +177,6 @@
 		return tmp;
 	}
 
-	static eap_const_string get_configure_type_string(const eap_configure_type_e type)
-	{
-		#if defined(USE_EAP_TRACE_STRINGS)
-		EAP_IF_RETURN_STRING(type, eap_configure_type_none)
-		else EAP_IF_RETURN_STRING(type, eap_configure_type_u32_t)
-		else EAP_IF_RETURN_STRING(type, eap_configure_type_boolean)
-		else EAP_IF_RETURN_STRING(type, eap_configure_type_string)
-		else EAP_IF_RETURN_STRING(type, eap_configure_type_hex_data)
-		else EAP_IF_RETURN_STRING(type, eap_configure_type_u32array)
-		else EAP_IF_RETURN_STRING(type, eap_configure_type_section)
-		else EAP_IF_RETURN_STRING(type, eap_configure_type_subsection)
-		else EAP_IF_RETURN_STRING(type, eap_configure_type_all_configurations)
-		else
-		#endif // #if defined(USE_EAP_TRACE_STRINGS)
-		{
-			EAP_UNREFERENCED_PARAMETER(type);
-			return EAPL("Unknown EAP-configure_type");
-		}
-	}
-
 private:
 	bool                 m_is_secret;
 	eap_configure_type_e m_type;