eapol/eapol_framework/eapol_common/type/tls_peap/tls/include/abs_tls_base_record.h
changeset 49 43351a4f2da3
parent 26 9abfd4f00d37
equal deleted inserted replaced
47:712b4ffd76bb 49:43351a4f2da3
    22 #if !defined(_ABS_TLS_BASE_RECORD_H_)
    22 #if !defined(_ABS_TLS_BASE_RECORD_H_)
    23 #define _ABS_TLS_BASE_RECORD_H_
    23 #define _ABS_TLS_BASE_RECORD_H_
    24 
    24 
    25 #include "eap_header.h"
    25 #include "eap_header.h"
    26 #include "tls_peap_types.h"
    26 #include "tls_peap_types.h"
       
    27 #include "eap_am_export.h"
       
    28 // Start: added by script change_export_macros.sh.
       
    29 #if defined(EAP_NO_EXPORT_ABS_TLS_BASE_RECORD_H)
       
    30 	#define EAP_CLASS_VISIBILITY_ABS_TLS_BASE_RECORD_H EAP_NONSHARABLE 
       
    31 	#define EAP_FUNC_VISIBILITY_ABS_TLS_BASE_RECORD_H 
       
    32 	#define EAP_C_FUNC_VISIBILITY_ABS_TLS_BASE_RECORD_H 
       
    33 	#define EAP_FUNC_EXPORT_ABS_TLS_BASE_RECORD_H 
       
    34 	#define EAP_C_FUNC_EXPORT_ABS_TLS_BASE_RECORD_H 
       
    35 #elif defined(EAP_EXPORT_ABS_TLS_BASE_RECORD_H)
       
    36 	#define EAP_CLASS_VISIBILITY_ABS_TLS_BASE_RECORD_H EAP_EXPORT 
       
    37 	#define EAP_FUNC_VISIBILITY_ABS_TLS_BASE_RECORD_H EAP_FUNC_EXPORT 
       
    38 	#define EAP_C_FUNC_VISIBILITY_ABS_TLS_BASE_RECORD_H EAP_C_FUNC_EXPORT 
       
    39 	#define EAP_FUNC_EXPORT_ABS_TLS_BASE_RECORD_H EAP_FUNC_EXPORT 
       
    40 	#define EAP_C_FUNC_EXPORT_ABS_TLS_BASE_RECORD_H EAP_C_FUNC_EXPORT 
       
    41 #else
       
    42 	#define EAP_CLASS_VISIBILITY_ABS_TLS_BASE_RECORD_H EAP_IMPORT 
       
    43 	#define EAP_FUNC_VISIBILITY_ABS_TLS_BASE_RECORD_H EAP_FUNC_IMPORT 
       
    44 	#define EAP_C_FUNC_VISIBILITY_ABS_TLS_BASE_RECORD_H EAP_C_FUNC_IMPORT 
       
    45 	#define EAP_FUNC_EXPORT_ABS_TLS_BASE_RECORD_H 
       
    46 	#define EAP_C_FUNC_EXPORT_ABS_TLS_BASE_RECORD_H 
       
    47 #endif
       
    48 // End: added by script change_export_macros.sh.
       
    49 
    27 
    50 
    28 class eap_buf_chain_wr_c;
    51 class eap_buf_chain_wr_c;
    29 class eap_variable_data_c;
    52 class eap_variable_data_c;
    30 class abs_eap_state_notification_c;
    53 class abs_eap_state_notification_c;
    31 class abs_eap_base_timer_c;
    54 class abs_eap_base_timer_c;
    37 class eap_master_session_key_c;
    60 class eap_master_session_key_c;
    38 
    61 
    39 
    62 
    40 /// The class is the interface to partner class of the tls_base_record_c class.
    63 /// The class is the interface to partner class of the tls_base_record_c class.
    41 /// This declares the pure virtual member functions tls_base_record_c class could call.
    64 /// This declares the pure virtual member functions tls_base_record_c class could call.
    42 class EAP_EXPORT abs_tls_base_record_c
    65 class EAP_CLASS_VISIBILITY_ABS_TLS_BASE_RECORD_H abs_tls_base_record_c
    43 {
    66 {
    44 private:
    67 private:
    45 	//--------------------------------------------------
    68 	//--------------------------------------------------
    46 
    69 
    47 	//--------------------------------------------------
    70 	//--------------------------------------------------