diff -r e863583e6720 -r c23bdf5a328a eapol/eapol_framework/eapol_common/include/abs_eapol_core.h --- a/eapol/eapol_framework/eapol_common/include/abs_eapol_core.h Fri Sep 17 08:30:11 2010 +0300 +++ b/eapol/eapol_framework/eapol_common/include/abs_eapol_core.h Mon Oct 04 00:19:54 2010 +0300 @@ -16,7 +16,7 @@ */ /* -* %version: 13 % +* %version: 16 % */ #if !defined(_ABS_EAPOL_CORE_H_) @@ -28,6 +28,29 @@ #include "abs_eap_configuration_if.h" #endif // #if defined(USE_EAP_SIMPLE_CONFIG) +#include "eap_am_export.h" +// Start: added by script change_export_macros.sh. +#if defined(EAP_NO_EXPORT_ABS_EAPOL_CORE_H) + #define EAP_CLASS_VISIBILITY_ABS_EAPOL_CORE_H EAP_NONSHARABLE + #define EAP_FUNC_VISIBILITY_ABS_EAPOL_CORE_H + #define EAP_C_FUNC_VISIBILITY_ABS_EAPOL_CORE_H + #define EAP_FUNC_EXPORT_ABS_EAPOL_CORE_H + #define EAP_C_FUNC_EXPORT_ABS_EAPOL_CORE_H +#elif defined(EAP_EXPORT_ABS_EAPOL_CORE_H) + #define EAP_CLASS_VISIBILITY_ABS_EAPOL_CORE_H EAP_EXPORT + #define EAP_FUNC_VISIBILITY_ABS_EAPOL_CORE_H EAP_FUNC_EXPORT + #define EAP_C_FUNC_VISIBILITY_ABS_EAPOL_CORE_H EAP_C_FUNC_EXPORT + #define EAP_FUNC_EXPORT_ABS_EAPOL_CORE_H EAP_FUNC_EXPORT + #define EAP_C_FUNC_EXPORT_ABS_EAPOL_CORE_H EAP_C_FUNC_EXPORT +#else + #define EAP_CLASS_VISIBILITY_ABS_EAPOL_CORE_H EAP_IMPORT + #define EAP_FUNC_VISIBILITY_ABS_EAPOL_CORE_H EAP_FUNC_IMPORT + #define EAP_C_FUNC_VISIBILITY_ABS_EAPOL_CORE_H EAP_C_FUNC_IMPORT + #define EAP_FUNC_EXPORT_ABS_EAPOL_CORE_H + #define EAP_C_FUNC_EXPORT_ABS_EAPOL_CORE_H +#endif +// End: added by script change_export_macros.sh. + class eap_am_network_id_c; class eapol_session_key_c; class abs_eap_base_type_c; @@ -38,7 +61,7 @@ /// The abs_eapol_core_c class defines the interface the eapol_core_c class /// will use with the partner class. /// Later eapol and ethernet could be integrated. Now I am too lazy. -class EAP_EXPORT abs_eapol_core_c +class EAP_CLASS_VISIBILITY_ABS_EAPOL_CORE_H abs_eapol_core_c #if defined(USE_EAP_SIMPLE_CONFIG) : public abs_eap_configuration_if_c #endif // #if defined(USE_EAP_SIMPLE_CONFIG)