eapol/eapol_framework/eapol_common/type/radius/include/abs_eap_radius.h
changeset 49 43351a4f2da3
parent 26 9abfd4f00d37
equal deleted inserted replaced
47:712b4ffd76bb 49:43351a4f2da3
    21 
    21 
    22 #if !defined(_ABS_EAP_RADIUS_H_)
    22 #if !defined(_ABS_EAP_RADIUS_H_)
    23 #define _ABS_EAP_RADIUS_H_
    23 #define _ABS_EAP_RADIUS_H_
    24 
    24 
    25 #include "eap_am_export.h"
    25 #include "eap_am_export.h"
       
    26 // Start: added by script change_export_macros.sh.
       
    27 #if defined(EAP_NO_EXPORT_ABS_EAP_RADIUS_H)
       
    28 	#define EAP_CLASS_VISIBILITY_ABS_EAP_RADIUS_H EAP_NONSHARABLE 
       
    29 	#define EAP_FUNC_VISIBILITY_ABS_EAP_RADIUS_H 
       
    30 	#define EAP_C_FUNC_VISIBILITY_ABS_EAP_RADIUS_H 
       
    31 	#define EAP_FUNC_EXPORT_ABS_EAP_RADIUS_H 
       
    32 	#define EAP_C_FUNC_EXPORT_ABS_EAP_RADIUS_H 
       
    33 #elif defined(EAP_EXPORT_ABS_EAP_RADIUS_H)
       
    34 	#define EAP_CLASS_VISIBILITY_ABS_EAP_RADIUS_H EAP_EXPORT 
       
    35 	#define EAP_FUNC_VISIBILITY_ABS_EAP_RADIUS_H EAP_FUNC_EXPORT 
       
    36 	#define EAP_C_FUNC_VISIBILITY_ABS_EAP_RADIUS_H EAP_C_FUNC_EXPORT 
       
    37 	#define EAP_FUNC_EXPORT_ABS_EAP_RADIUS_H EAP_FUNC_EXPORT 
       
    38 	#define EAP_C_FUNC_EXPORT_ABS_EAP_RADIUS_H EAP_C_FUNC_EXPORT 
       
    39 #else
       
    40 	#define EAP_CLASS_VISIBILITY_ABS_EAP_RADIUS_H EAP_IMPORT 
       
    41 	#define EAP_FUNC_VISIBILITY_ABS_EAP_RADIUS_H EAP_FUNC_IMPORT 
       
    42 	#define EAP_C_FUNC_VISIBILITY_ABS_EAP_RADIUS_H EAP_C_FUNC_IMPORT 
       
    43 	#define EAP_FUNC_EXPORT_ABS_EAP_RADIUS_H 
       
    44 	#define EAP_C_FUNC_EXPORT_ABS_EAP_RADIUS_H 
       
    45 #endif
       
    46 // End: added by script change_export_macros.sh.
    26 #include "eap_header.h"
    47 #include "eap_header.h"
    27 #include "eap_array.h"
    48 #include "eap_array.h"
    28 
    49 
    29 class eap_base_type_c;
    50 class eap_base_type_c;
    30 class eap_am_network_id_c;
    51 class eap_am_network_id_c;
    34 class eap_rogue_ap_entry_c;
    55 class eap_rogue_ap_entry_c;
    35 
    56 
    36 
    57 
    37 /// The class is the interface to partner class of the eap_base_type class.
    58 /// The class is the interface to partner class of the eap_base_type class.
    38 /// This declares the pure virtual member functions EAP-type class could call.
    59 /// This declares the pure virtual member functions EAP-type class could call.
    39 class EAP_EXPORT abs_eap_radius_c
    60 class EAP_CLASS_VISIBILITY_ABS_EAP_RADIUS_H abs_eap_radius_c
    40 {
    61 {
    41 private:
    62 private:
    42 	//--------------------------------------------------
    63 	//--------------------------------------------------
    43 
    64 
    44 	//--------------------------------------------------
    65 	//--------------------------------------------------