eapol/eapol_framework/eapol_common/include/eapol_key_state_string.h
branchRCL_3
changeset 9 aa67149e0134
parent 2 1c7bc153c08e
child 18 bad0cc58d154
--- a/eapol/eapol_framework/eapol_common/include/eapol_key_state_string.h	Mon Mar 15 12:40:54 2010 +0200
+++ b/eapol/eapol_framework/eapol_common/include/eapol_key_state_string.h	Wed Mar 31 21:36:41 2010 +0300
@@ -16,7 +16,7 @@
 */
 
 /*
-* %version: 5 %
+* %version: 6 %
 */
 
 #if !defined(_EAPOL_KEY_STATE_STRING_H_)
@@ -46,30 +46,29 @@
 	 * Function returns string of eapol_key_state_e.
 	 * @param state is the queried string.
 	 */
-	EAP_FUNC_IMPORT eap_const_string get_eapol_key_state_string(
-		const eapol_key_state_e state) const;
+	EAP_FUNC_IMPORT static eap_const_string get_eapol_key_state_string(
+		const eapol_key_state_e state);
 
 	/**
 	 * Function returns string of eapol_key_handshake_type_e.
 	 * @param state is the queried string.
 	 */
-	EAP_FUNC_IMPORT eap_const_string get_eapol_key_handshake_type_string(
-		const eapol_key_handshake_type_e handshake_type) const;
+	EAP_FUNC_IMPORT static eap_const_string get_eapol_key_handshake_type_string(
+		const eapol_key_handshake_type_e handshake_type);
 
 	/**
 	 * Function returns string of eapol_key_handshake_type_e.
 	 * @param state is the queried string.
 	 */
-	EAP_FUNC_IMPORT eap_const_string get_eapol_key_authentication_type_string(
-		const eapol_key_authentication_type_e authentication_type) const;
+	EAP_FUNC_IMPORT static eap_const_string get_eapol_key_authentication_type_string(
+		const eapol_key_authentication_type_e authentication_type);
 
 	/**
 	 * Function returns string of eapol_key_descriptor_type_e.
 	 * @param state is the queried string.
 	 */
-	eap_const_string get_eapol_key_descriptor_type_string(
-		const eapol_key_descriptor_type_e key_descriptor_type) const;
-
+	EAP_FUNC_IMPORT static eap_const_string get_eapol_key_descriptor_type_string(
+		const eapol_key_descriptor_type_e key_descriptor_type);
 };
 
 //--------------------------------------------------