eapol/eapol_framework/eapol_common/include/abs_eapol_key_state_map.h
changeset 52 c23bdf5a328a
parent 33 938269283a16
equal deleted inserted replaced
51:e863583e6720 52:c23bdf5a328a
    20 */
    20 */
    21 
    21 
    22 #if !defined(_ABS_EAPOL_KEY_STATE_MAP_H_)
    22 #if !defined(_ABS_EAPOL_KEY_STATE_MAP_H_)
    23 #define _ABS_EAPOL_KEY_STATE_MAP_H_
    23 #define _ABS_EAPOL_KEY_STATE_MAP_H_
    24 
    24 
       
    25 #include "eap_am_export.h"
       
    26 // Start: added by script change_export_macros.sh.
       
    27 #if defined(EAP_NO_EXPORT_ABS_EAPOL_KEY_STATE_MAP_H)
       
    28 	#define EAP_CLASS_VISIBILITY_ABS_EAPOL_KEY_STATE_MAP_H EAP_NONSHARABLE 
       
    29 	#define EAP_FUNC_VISIBILITY_ABS_EAPOL_KEY_STATE_MAP_H 
       
    30 	#define EAP_C_FUNC_VISIBILITY_ABS_EAPOL_KEY_STATE_MAP_H 
       
    31 	#define EAP_FUNC_EXPORT_ABS_EAPOL_KEY_STATE_MAP_H 
       
    32 	#define EAP_C_FUNC_EXPORT_ABS_EAPOL_KEY_STATE_MAP_H 
       
    33 #elif defined(EAP_EXPORT_ABS_EAPOL_KEY_STATE_MAP_H)
       
    34 	#define EAP_CLASS_VISIBILITY_ABS_EAPOL_KEY_STATE_MAP_H EAP_EXPORT 
       
    35 	#define EAP_FUNC_VISIBILITY_ABS_EAPOL_KEY_STATE_MAP_H EAP_FUNC_EXPORT 
       
    36 	#define EAP_C_FUNC_VISIBILITY_ABS_EAPOL_KEY_STATE_MAP_H EAP_C_FUNC_EXPORT 
       
    37 	#define EAP_FUNC_EXPORT_ABS_EAPOL_KEY_STATE_MAP_H EAP_FUNC_EXPORT 
       
    38 	#define EAP_C_FUNC_EXPORT_ABS_EAPOL_KEY_STATE_MAP_H EAP_C_FUNC_EXPORT 
       
    39 #else
       
    40 	#define EAP_CLASS_VISIBILITY_ABS_EAPOL_KEY_STATE_MAP_H EAP_IMPORT 
       
    41 	#define EAP_FUNC_VISIBILITY_ABS_EAPOL_KEY_STATE_MAP_H EAP_FUNC_IMPORT 
       
    42 	#define EAP_C_FUNC_VISIBILITY_ABS_EAPOL_KEY_STATE_MAP_H EAP_C_FUNC_IMPORT 
       
    43 	#define EAP_FUNC_EXPORT_ABS_EAPOL_KEY_STATE_MAP_H 
       
    44 	#define EAP_C_FUNC_EXPORT_ABS_EAPOL_KEY_STATE_MAP_H 
       
    45 #endif
       
    46 // End: added by script change_export_macros.sh.
    25 
    47 
    26 /// This class is the interface to partner class of the eap_core_map_c class.
    48 /// This class is the interface to partner class of the eap_core_map_c class.
    27 /// This declares the pure virtual member functions eap_core_map_c class could call.
    49 /// This declares the pure virtual member functions eap_core_map_c class could call.
    28 /// Currently this interface is empty. No functions are defined.
    50 /// Currently this interface is empty. No functions are defined.
    29 class EAP_EXPORT abs_eapol_key_state_map_c
    51 class EAP_CLASS_VISIBILITY_ABS_EAPOL_KEY_STATE_MAP_H abs_eapol_key_state_map_c
    30 {
    52 {
    31 private:
    53 private:
    32 	//--------------------------------------------------
    54 	//--------------------------------------------------
    33 
    55 
    34 	//--------------------------------------------------
    56 	//--------------------------------------------------