eapol/eapol_framework/eapol_common/am/include/eap_am_type_leap.h
changeset 52 c23bdf5a328a
parent 33 938269283a16
equal deleted inserted replaced
51:e863583e6720 52:c23bdf5a328a
    22 #ifndef EAP_AM_TYPE_LEAP_H
    22 #ifndef EAP_AM_TYPE_LEAP_H
    23 #define EAP_AM_TYPE_LEAP_H
    23 #define EAP_AM_TYPE_LEAP_H
    24 
    24 
    25 //  INCLUDES
    25 //  INCLUDES
    26 #include "abs_eap_am_type_leap.h"
    26 #include "abs_eap_am_type_leap.h"
       
    27 #include "eap_am_export.h"
       
    28 // Start: added by script change_export_macros.sh.
       
    29 #if defined(EAP_NO_EXPORT_EAP_AM_TYPE_LEAP_H)
       
    30 	#define EAP_CLASS_VISIBILITY_EAP_AM_TYPE_LEAP_H EAP_NONSHARABLE 
       
    31 	#define EAP_FUNC_VISIBILITY_EAP_AM_TYPE_LEAP_H 
       
    32 	#define EAP_C_FUNC_VISIBILITY_EAP_AM_TYPE_LEAP_H 
       
    33 	#define EAP_FUNC_EXPORT_EAP_AM_TYPE_LEAP_H 
       
    34 	#define EAP_C_FUNC_EXPORT_EAP_AM_TYPE_LEAP_H 
       
    35 #elif defined(EAP_EXPORT_EAP_AM_TYPE_LEAP_H)
       
    36 	#define EAP_CLASS_VISIBILITY_EAP_AM_TYPE_LEAP_H EAP_EXPORT 
       
    37 	#define EAP_FUNC_VISIBILITY_EAP_AM_TYPE_LEAP_H EAP_FUNC_EXPORT 
       
    38 	#define EAP_C_FUNC_VISIBILITY_EAP_AM_TYPE_LEAP_H EAP_C_FUNC_EXPORT 
       
    39 	#define EAP_FUNC_EXPORT_EAP_AM_TYPE_LEAP_H EAP_FUNC_EXPORT 
       
    40 	#define EAP_C_FUNC_EXPORT_EAP_AM_TYPE_LEAP_H EAP_C_FUNC_EXPORT 
       
    41 #else
       
    42 	#define EAP_CLASS_VISIBILITY_EAP_AM_TYPE_LEAP_H EAP_IMPORT 
       
    43 	#define EAP_FUNC_VISIBILITY_EAP_AM_TYPE_LEAP_H EAP_FUNC_IMPORT 
       
    44 	#define EAP_C_FUNC_VISIBILITY_EAP_AM_TYPE_LEAP_H EAP_C_FUNC_IMPORT 
       
    45 	#define EAP_FUNC_EXPORT_EAP_AM_TYPE_LEAP_H 
       
    46 	#define EAP_C_FUNC_EXPORT_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 is interface to adaptation module of LEAP.
    53 /// This class is interface to adaptation module of LEAP.
    31 class EAP_EXPORT eap_am_type_leap_c
    54 class EAP_CLASS_VISIBILITY_EAP_AM_TYPE_LEAP_H eap_am_type_leap_c
    32 {
    55 {
    33 	public: // Methods
    56 	public: // Methods
    34 
    57 
    35 		// Constructors and destructor
    58 		// Constructors and destructor
    36 
    59 
   123 protected:
   146 protected:
   124 
   147 
   125 };
   148 };
   126 
   149 
   127 
   150 
   128 EAP_C_FUNC_IMPORT  eap_am_type_leap_c *new_eap_am_type_leap(
   151 EAP_C_FUNC_VISIBILITY_EAP_AM_TYPE_LEAP_H  eap_am_type_leap_c *new_eap_am_type_leap(
   129 	abs_eap_am_tools_c * const tools,
   152 	abs_eap_am_tools_c * const tools,
   130 	abs_eap_base_type_c * const partner,
   153 	abs_eap_base_type_c * const partner,
   131 	const bool is_client_when_true,
   154 	const bool is_client_when_true,
   132 	const eap_am_network_id_c * const receive_network_id);
   155 	const eap_am_network_id_c * const receive_network_id);
   133 
   156