eapol/eapol_framework/eapol_common/type/simple_config/simple_config/src/simple_config_types.cpp
branchRCL_3
changeset 46 c74b3d9f6b9e
parent 45 bad0cc58d154
--- a/eapol/eapol_framework/eapol_common/type/simple_config/simple_config/src/simple_config_types.cpp	Tue Aug 31 15:16:37 2010 +0300
+++ b/eapol/eapol_framework/eapol_common/type/simple_config/simple_config/src/simple_config_types.cpp	Wed Sep 01 12:23:57 2010 +0100
@@ -11,12 +11,12 @@
 *
 * Contributors:
 *
-* Description:  This file defines the constants and types of the protected setup protocol.
+* Description:  EAP and WLAN authentication protocols.
 *
 */
 
 /*
-* %version: 26 %
+* %version: 22.1.3 %
 */
 
 // This is enumeration of EAPOL source code.
@@ -61,7 +61,7 @@
 
 //--------------------------------------------------
 
-EAP_FUNC_EXPORT u8_t network_key_and_index_c::get_network_key_index() const
+EAP_FUNC_EXPORT u8_t network_key_and_index_c::get_network_key_index()
 {
 	return m_network_key_index;
 }
@@ -82,13 +82,6 @@
 
 //--------------------------------------------------
 
-EAP_FUNC_EXPORT const eap_variable_data_c * network_key_and_index_c::get_network_key_const() const
-{
-	return &m_network_key;
-}
-
-//--------------------------------------------------
-
 EAP_FUNC_EXPORT network_key_and_index_c * network_key_and_index_c::copy()
 {
 	network_key_and_index_c * const copy_object = new network_key_and_index_c(m_am_tools);