eapol/eapol_framework/eapol_common/am/include/abs_eap_am_type_leap.h
changeset 49 43351a4f2da3
parent 26 9abfd4f00d37
equal deleted inserted replaced
47:712b4ffd76bb 49:43351a4f2da3
    22 #ifndef ABS_EAP_AM_TYPE_LEAP_H
    22 #ifndef ABS_EAP_AM_TYPE_LEAP_H
    23 #define ABS_EAP_AM_TYPE_LEAP_H
    23 #define ABS_EAP_AM_TYPE_LEAP_H
    24 
    24 
    25 // INCLUDES
    25 // INCLUDES
    26 #include "eap_type_leap_types.h"
    26 #include "eap_type_leap_types.h"
       
    27 #include "eap_am_export.h"
       
    28 // Start: added by script change_export_macros.sh.
       
    29 #if defined(EAP_NO_EXPORT_ABS_EAP_AM_TYPE_LEAP_H)
       
    30 	#define EAP_CLASS_VISIBILITY_ABS_EAP_AM_TYPE_LEAP_H EAP_NONSHARABLE 
       
    31 	#define EAP_FUNC_VISIBILITY_ABS_EAP_AM_TYPE_LEAP_H 
       
    32 	#define EAP_C_FUNC_VISIBILITY_ABS_EAP_AM_TYPE_LEAP_H 
       
    33 	#define EAP_FUNC_EXPORT_ABS_EAP_AM_TYPE_LEAP_H 
       
    34 	#define EAP_C_FUNC_EXPORT_ABS_EAP_AM_TYPE_LEAP_H 
       
    35 #elif defined(EAP_EXPORT_ABS_EAP_AM_TYPE_LEAP_H)
       
    36 	#define EAP_CLASS_VISIBILITY_ABS_EAP_AM_TYPE_LEAP_H EAP_EXPORT 
       
    37 	#define EAP_FUNC_VISIBILITY_ABS_EAP_AM_TYPE_LEAP_H EAP_FUNC_EXPORT 
       
    38 	#define EAP_C_FUNC_VISIBILITY_ABS_EAP_AM_TYPE_LEAP_H EAP_C_FUNC_EXPORT 
       
    39 	#define EAP_FUNC_EXPORT_ABS_EAP_AM_TYPE_LEAP_H EAP_FUNC_EXPORT 
       
    40 	#define EAP_C_FUNC_EXPORT_ABS_EAP_AM_TYPE_LEAP_H EAP_C_FUNC_EXPORT 
       
    41 #else
       
    42 	#define EAP_CLASS_VISIBILITY_ABS_EAP_AM_TYPE_LEAP_H EAP_IMPORT 
       
    43 	#define EAP_FUNC_VISIBILITY_ABS_EAP_AM_TYPE_LEAP_H EAP_FUNC_IMPORT 
       
    44 	#define EAP_C_FUNC_VISIBILITY_ABS_EAP_AM_TYPE_LEAP_H EAP_C_FUNC_IMPORT 
       
    45 	#define EAP_FUNC_EXPORT_ABS_EAP_AM_TYPE_LEAP_H 
       
    46 	#define EAP_C_FUNC_EXPORT_ABS_EAP_AM_TYPE_LEAP_H 
       
    47 #endif
       
    48 // End: added by script change_export_macros.sh.
       
    49 
    27 
    50 
    28 // CLASS DECLARATION
    51 // CLASS DECLARATION
    29 
    52 
    30 /// This class declares the functions adaptation module of LEAP type
    53 /// This class declares the functions adaptation module of LEAP type
    31 /// requires from the LEAP EAP type.
    54 /// requires from the LEAP EAP type.
    32 class EAP_EXPORT abs_eap_am_type_leap_c
    55 class EAP_CLASS_VISIBILITY_ABS_EAP_AM_TYPE_LEAP_H abs_eap_am_type_leap_c
    33 {
    56 {
    34 private:
    57 private:
    35 
    58 
    36 protected:
    59 protected:
    37 
    60