eapol/eapol_framework/eapol_common/am/include/eap_am_general_settings.h
changeset 52 c23bdf5a328a
parent 33 938269283a16
equal deleted inserted replaced
51:e863583e6720 52:c23bdf5a328a
    14 * Description:  EAP and WLAN authentication protocols.
    14 * Description:  EAP and WLAN authentication protocols.
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 /*
    18 /*
    19 * %version: 7 %
    19 * %version: 8 %
    20 */
    20 */
    21 
    21 
    22 #if !defined(_EAP_AM_GENERAL_SETTINGS_H_)
    22 #if !defined(_EAP_AM_GENERAL_SETTINGS_H_)
    23 #define _EAP_AM_GENERAL_SETTINGS_H_
    23 #define _EAP_AM_GENERAL_SETTINGS_H_
    24 
    24 
    25 #include "eap_tools.h"
    25 #include "eap_tools.h"
    26 #include "eap_status.h"
    26 #include "eap_status.h"
    27 #include "eap_am_export.h"
    27 #include "eap_am_export.h"
       
    28 // Start: added by script change_export_macros.sh.
       
    29 #if defined(EAP_NO_EXPORT_EAP_AM_GENERAL_SETTINGS_H)
       
    30 	#define EAP_CLASS_VISIBILITY_EAP_AM_GENERAL_SETTINGS_H EAP_NONSHARABLE 
       
    31 	#define EAP_FUNC_VISIBILITY_EAP_AM_GENERAL_SETTINGS_H 
       
    32 	#define EAP_C_FUNC_VISIBILITY_EAP_AM_GENERAL_SETTINGS_H 
       
    33 	#define EAP_FUNC_EXPORT_EAP_AM_GENERAL_SETTINGS_H 
       
    34 	#define EAP_C_FUNC_EXPORT_EAP_AM_GENERAL_SETTINGS_H 
       
    35 #elif defined(EAP_EXPORT_EAP_AM_GENERAL_SETTINGS_H)
       
    36 	#define EAP_CLASS_VISIBILITY_EAP_AM_GENERAL_SETTINGS_H EAP_EXPORT 
       
    37 	#define EAP_FUNC_VISIBILITY_EAP_AM_GENERAL_SETTINGS_H EAP_FUNC_EXPORT 
       
    38 	#define EAP_C_FUNC_VISIBILITY_EAP_AM_GENERAL_SETTINGS_H EAP_C_FUNC_EXPORT 
       
    39 	#define EAP_FUNC_EXPORT_EAP_AM_GENERAL_SETTINGS_H EAP_FUNC_EXPORT 
       
    40 	#define EAP_C_FUNC_EXPORT_EAP_AM_GENERAL_SETTINGS_H EAP_C_FUNC_EXPORT 
       
    41 #else
       
    42 	#define EAP_CLASS_VISIBILITY_EAP_AM_GENERAL_SETTINGS_H EAP_IMPORT 
       
    43 	#define EAP_FUNC_VISIBILITY_EAP_AM_GENERAL_SETTINGS_H EAP_FUNC_IMPORT 
       
    44 	#define EAP_C_FUNC_VISIBILITY_EAP_AM_GENERAL_SETTINGS_H EAP_C_FUNC_IMPORT 
       
    45 	#define EAP_FUNC_EXPORT_EAP_AM_GENERAL_SETTINGS_H 
       
    46 	#define EAP_C_FUNC_EXPORT_EAP_AM_GENERAL_SETTINGS_H 
       
    47 #endif
       
    48 // End: added by script change_export_macros.sh.
    28 #include "eap_expanded_type.h"
    49 #include "eap_expanded_type.h"
    29 #include "eap_array.h"
    50 #include "eap_array.h"
    30 #include "eap_database_reference_if.h"
    51 #include "eap_database_reference_if.h"
    31 
    52 
    32 class eap_method_settings_c;
    53 class eap_method_settings_c;
    34 
    55 
    35 /** @file */
    56 /** @file */
    36 
    57 
    37 /// This class is the common part of EAP message interface.
    58 /// This class is the common part of EAP message interface.
    38 /// This class is interface to the message creation and parsing function.
    59 /// This class is interface to the message creation and parsing function.
    39 class EAP_EXPORT eap_am_general_settings_c
    60 class EAP_CLASS_VISIBILITY_EAP_AM_GENERAL_SETTINGS_H eap_am_general_settings_c
    40 {
    61 {
    41 
    62 
    42 private:
    63 private:
    43 
    64 
    44 	// ----------------------------------------------------------------------
    65 	// ----------------------------------------------------------------------