eapol/eapol_framework/eapol_common/include/eap_wimax_authentication.h
branchRCL_3
changeset 18 bad0cc58d154
parent 2 1c7bc153c08e
child 19 c74b3d9f6b9e
--- a/eapol/eapol_framework/eapol_common/include/eap_wimax_authentication.h	Thu Aug 19 09:58:27 2010 +0300
+++ b/eapol/eapol_framework/eapol_common/include/eap_wimax_authentication.h	Tue Aug 31 15:16:37 2010 +0300
@@ -16,7 +16,7 @@
 */
 
 /*
-* %version: 5.1.2 %
+* %version: %
 */
 
 #if !defined(_EAP_WIMAX_AUTHENTICATION_H_)
@@ -31,7 +31,6 @@
 #include <abs_eap_am_tools.h>
 
 // FORWARD DECLARATIONS
-class abs_eapol_wlan_database_reference_if_c;
 class eap_session_core_c;
 class eap_am_tools_symbian_c;
 class eap_file_config_c;
@@ -63,8 +62,7 @@
 	EAP_FUNC_IMPORT static eap_wimax_authentication_c* new_eap_wimax_authentication_c(
 		abs_eap_am_tools_c* const tools,
 		abs_eap_wimax_authentication_c* const partner,
-		const bool is_client_when_true,
-		const abs_eapol_wlan_database_reference_if_c* const wimax_database_reference);
+		const bool is_client_when_true);
 
 	EAP_FUNC_IMPORT eap_status_e shutdown();