eapol/eapol_framework/eapol_common/type/radius/include/eap_radius_header_string.h
changeset 52 c23bdf5a328a
parent 33 938269283a16
equal deleted inserted replaced
51:e863583e6720 52:c23bdf5a328a
    25 /** @file */
    25 /** @file */
    26 
    26 
    27 #include "eap_variable_data.h"
    27 #include "eap_variable_data.h"
    28 #include "eap_status.h"
    28 #include "eap_status.h"
    29 #include "eap_am_export.h"
    29 #include "eap_am_export.h"
       
    30 // Start: added by script change_export_macros.sh.
       
    31 #if defined(EAP_NO_EXPORT_EAP_RADIUS_HEADER_STRING_H)
       
    32 	#define EAP_CLASS_VISIBILITY_EAP_RADIUS_HEADER_STRING_H EAP_NONSHARABLE 
       
    33 	#define EAP_FUNC_VISIBILITY_EAP_RADIUS_HEADER_STRING_H 
       
    34 	#define EAP_C_FUNC_VISIBILITY_EAP_RADIUS_HEADER_STRING_H 
       
    35 	#define EAP_FUNC_EXPORT_EAP_RADIUS_HEADER_STRING_H 
       
    36 	#define EAP_C_FUNC_EXPORT_EAP_RADIUS_HEADER_STRING_H 
       
    37 #elif defined(EAP_EXPORT_EAP_RADIUS_HEADER_STRING_H)
       
    38 	#define EAP_CLASS_VISIBILITY_EAP_RADIUS_HEADER_STRING_H EAP_EXPORT 
       
    39 	#define EAP_FUNC_VISIBILITY_EAP_RADIUS_HEADER_STRING_H EAP_FUNC_EXPORT 
       
    40 	#define EAP_C_FUNC_VISIBILITY_EAP_RADIUS_HEADER_STRING_H EAP_C_FUNC_EXPORT 
       
    41 	#define EAP_FUNC_EXPORT_EAP_RADIUS_HEADER_STRING_H EAP_FUNC_EXPORT 
       
    42 	#define EAP_C_FUNC_EXPORT_EAP_RADIUS_HEADER_STRING_H EAP_C_FUNC_EXPORT 
       
    43 #else
       
    44 	#define EAP_CLASS_VISIBILITY_EAP_RADIUS_HEADER_STRING_H EAP_IMPORT 
       
    45 	#define EAP_FUNC_VISIBILITY_EAP_RADIUS_HEADER_STRING_H EAP_FUNC_IMPORT 
       
    46 	#define EAP_C_FUNC_VISIBILITY_EAP_RADIUS_HEADER_STRING_H EAP_C_FUNC_IMPORT 
       
    47 	#define EAP_FUNC_EXPORT_EAP_RADIUS_HEADER_STRING_H 
       
    48 	#define EAP_C_FUNC_EXPORT_EAP_RADIUS_HEADER_STRING_H 
       
    49 #endif
       
    50 // End: added by script change_export_macros.sh.
    30 #include "eap_radius_header.h"
    51 #include "eap_radius_header.h"
    31 
    52 
    32 /// This class includes the debug strings of the eap_header_base_c.
    53 /// This class includes the debug strings of the eap_header_base_c.
    33 class EAP_EXPORT eap_radius_header_string_c
    54 class EAP_CLASS_VISIBILITY_EAP_RADIUS_HEADER_STRING_H eap_radius_header_string_c
    34 {
    55 {
    35 public:
    56 public:
    36 
    57 
    37 	EAP_FUNC_IMPORT virtual ~eap_radius_header_string_c();
    58 	EAP_FUNC_VISIBILITY_EAP_RADIUS_HEADER_STRING_H virtual ~eap_radius_header_string_c();
    38 
    59 
    39 	EAP_FUNC_IMPORT eap_radius_header_string_c();
    60 	EAP_FUNC_VISIBILITY_EAP_RADIUS_HEADER_STRING_H eap_radius_header_string_c();
    40 
    61 
    41 	/**
    62 	/**
    42 	 * Function returns string of eap_code_value_e.
    63 	 * Function returns string of eap_code_value_e.
    43 	 * @param code is the queried string.
    64 	 * @param code is the queried string.
    44 	 */
    65 	 */
    45 	EAP_FUNC_IMPORT static eap_const_string get_code_string(const eap_radius_code_value_e code);
    66 	EAP_FUNC_VISIBILITY_EAP_RADIUS_HEADER_STRING_H static eap_const_string get_code_string(const eap_radius_code_value_e code);
    46 
    67 
    47 };
    68 };
    48 
    69 
    49 
    70 
    50 #endif //#if !defined( _EAP_RADIUS_HEADER_STRING_H_ )
    71 #endif //#if !defined( _EAP_RADIUS_HEADER_STRING_H_ )