eapol/eapol_framework/eapol_common/am/include/abs_eap_am_type_securid.h
changeset 49 43351a4f2da3
parent 26 9abfd4f00d37
--- a/eapol/eapol_framework/eapol_common/am/include/abs_eap_am_type_securid.h	Fri Sep 03 09:22:44 2010 +0300
+++ b/eapol/eapol_framework/eapol_common/am/include/abs_eap_am_type_securid.h	Thu Sep 16 13:07:04 2010 +0300
@@ -16,17 +16,40 @@
 */
 
 /*
-* %version: %
+* %version: 6.1.4 %
 */
 
 #ifndef ABS_EAP_AM_TYPE_SECURID_H
 #define ABS_EAP_AM_TYPE_SECURID_H
 
 #include "eap_status.h"
+#include "eap_am_export.h"
+// Start: added by script change_export_macros.sh.
+#if defined(EAP_NO_EXPORT_ABS_EAP_AM_TYPE_SECURID_H)
+	#define EAP_CLASS_VISIBILITY_ABS_EAP_AM_TYPE_SECURID_H EAP_NONSHARABLE 
+	#define EAP_FUNC_VISIBILITY_ABS_EAP_AM_TYPE_SECURID_H 
+	#define EAP_C_FUNC_VISIBILITY_ABS_EAP_AM_TYPE_SECURID_H 
+	#define EAP_FUNC_EXPORT_ABS_EAP_AM_TYPE_SECURID_H 
+	#define EAP_C_FUNC_EXPORT_ABS_EAP_AM_TYPE_SECURID_H 
+#elif defined(EAP_EXPORT_ABS_EAP_AM_TYPE_SECURID_H)
+	#define EAP_CLASS_VISIBILITY_ABS_EAP_AM_TYPE_SECURID_H EAP_EXPORT 
+	#define EAP_FUNC_VISIBILITY_ABS_EAP_AM_TYPE_SECURID_H EAP_FUNC_EXPORT 
+	#define EAP_C_FUNC_VISIBILITY_ABS_EAP_AM_TYPE_SECURID_H EAP_C_FUNC_EXPORT 
+	#define EAP_FUNC_EXPORT_ABS_EAP_AM_TYPE_SECURID_H EAP_FUNC_EXPORT 
+	#define EAP_C_FUNC_EXPORT_ABS_EAP_AM_TYPE_SECURID_H EAP_C_FUNC_EXPORT 
+#else
+	#define EAP_CLASS_VISIBILITY_ABS_EAP_AM_TYPE_SECURID_H EAP_IMPORT 
+	#define EAP_FUNC_VISIBILITY_ABS_EAP_AM_TYPE_SECURID_H EAP_FUNC_IMPORT 
+	#define EAP_C_FUNC_VISIBILITY_ABS_EAP_AM_TYPE_SECURID_H EAP_C_FUNC_IMPORT 
+	#define EAP_FUNC_EXPORT_ABS_EAP_AM_TYPE_SECURID_H 
+	#define EAP_C_FUNC_EXPORT_ABS_EAP_AM_TYPE_SECURID_H 
+#endif
+// End: added by script change_export_macros.sh.
+
 
 /// This class declares the functions adaptation module of GSMSIM MSCHAPv2 type
 /// requires from the MSCHAPv2 EAP type.
-class EAP_EXPORT abs_eap_am_type_securid_c
+class EAP_CLASS_VISIBILITY_ABS_EAP_AM_TYPE_SECURID_H abs_eap_am_type_securid_c
 {
 private:
 
@@ -55,6 +78,7 @@
 		const eap_variable_data_c * const passcode) = 0;
 
 	virtual eap_status_e client_gtc_complete_user_input_query(
+		const eap_variable_data_c * const identity_utf8,
 		const eap_variable_data_c * const response_utf8) = 0;
 
 	virtual eap_status_e finish_unsuccessful_authentication(