eapol/eapol_framework/eapol_common/type/tls_peap/tls/include/abs_tls_base_application.h
changeset 49 43351a4f2da3
parent 26 9abfd4f00d37
equal deleted inserted replaced
47:712b4ffd76bb 49:43351a4f2da3
    14 * Description:  EAP and WLAN authentication protocols.
    14 * Description:  EAP and WLAN authentication protocols.
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 /*
    18 /*
    19 * %version: %
    19 * %version: 24 %
    20 */
    20 */
    21 
    21 
    22 #if !defined(_ABS_TLS_BASE_APPLICATION_H_)
    22 #if !defined(_ABS_TLS_BASE_APPLICATION_H_)
    23 #define _ABS_TLS_BASE_APPLICATION_H_
    23 #define _ABS_TLS_BASE_APPLICATION_H_
    24 
    24 
    26 	#include "eap_fast_tlv_header.h"
    26 	#include "eap_fast_tlv_header.h"
    27 #endif //#if defined(USE_FAST_EAP_TYPE)
    27 #endif //#if defined(USE_FAST_EAP_TYPE)
    28 
    28 
    29 #include "tls_record_header.h"
    29 #include "tls_record_header.h"
    30 #include "tls_handshake_header.h"
    30 #include "tls_handshake_header.h"
       
    31 #include "eap_am_export.h"
       
    32 // Start: added by script change_export_macros.sh.
       
    33 #if defined(EAP_NO_EXPORT_ABS_TLS_BASE_APPLICATION_H)
       
    34 	#define EAP_CLASS_VISIBILITY_ABS_TLS_BASE_APPLICATION_H EAP_NONSHARABLE 
       
    35 	#define EAP_FUNC_VISIBILITY_ABS_TLS_BASE_APPLICATION_H 
       
    36 	#define EAP_C_FUNC_VISIBILITY_ABS_TLS_BASE_APPLICATION_H 
       
    37 	#define EAP_FUNC_EXPORT_ABS_TLS_BASE_APPLICATION_H 
       
    38 	#define EAP_C_FUNC_EXPORT_ABS_TLS_BASE_APPLICATION_H 
       
    39 #elif defined(EAP_EXPORT_ABS_TLS_BASE_APPLICATION_H)
       
    40 	#define EAP_CLASS_VISIBILITY_ABS_TLS_BASE_APPLICATION_H EAP_EXPORT 
       
    41 	#define EAP_FUNC_VISIBILITY_ABS_TLS_BASE_APPLICATION_H EAP_FUNC_EXPORT 
       
    42 	#define EAP_C_FUNC_VISIBILITY_ABS_TLS_BASE_APPLICATION_H EAP_C_FUNC_EXPORT 
       
    43 	#define EAP_FUNC_EXPORT_ABS_TLS_BASE_APPLICATION_H EAP_FUNC_EXPORT 
       
    44 	#define EAP_C_FUNC_EXPORT_ABS_TLS_BASE_APPLICATION_H EAP_C_FUNC_EXPORT 
       
    45 #else
       
    46 	#define EAP_CLASS_VISIBILITY_ABS_TLS_BASE_APPLICATION_H EAP_IMPORT 
       
    47 	#define EAP_FUNC_VISIBILITY_ABS_TLS_BASE_APPLICATION_H EAP_FUNC_IMPORT 
       
    48 	#define EAP_C_FUNC_VISIBILITY_ABS_TLS_BASE_APPLICATION_H EAP_C_FUNC_IMPORT 
       
    49 	#define EAP_FUNC_EXPORT_ABS_TLS_BASE_APPLICATION_H 
       
    50 	#define EAP_C_FUNC_EXPORT_ABS_TLS_BASE_APPLICATION_H 
       
    51 #endif
       
    52 // End: added by script change_export_macros.sh.
       
    53 
    31 
    54 
    32 class eap_buf_chain_wr_c;
    55 class eap_buf_chain_wr_c;
    33 class eap_variable_data_c;
    56 class eap_variable_data_c;
    34 class abs_eap_state_notification_c;
    57 class abs_eap_state_notification_c;
    35 class abs_eap_base_timer_c;
    58 class abs_eap_base_timer_c;
    39 class eap_fast_variable_data_c;
    62 class eap_fast_variable_data_c;
    40 
    63 
    41 
    64 
    42 /// The class is the interface to partner class of the tls_base_application_c class.
    65 /// The class is the interface to partner class of the tls_base_application_c class.
    43 /// This declares the pure virtual member functions tls_base_application_c class could call.
    66 /// This declares the pure virtual member functions tls_base_application_c class could call.
    44 class EAP_EXPORT abs_tls_base_application_c
    67 class EAP_CLASS_VISIBILITY_ABS_TLS_BASE_APPLICATION_H abs_tls_base_application_c
    45 {
    68 {
    46 private:
    69 private:
    47 	//--------------------------------------------------
    70 	//--------------------------------------------------
    48 
    71 
    49 	//--------------------------------------------------
    72 	//--------------------------------------------------