eapol/eapol_framework/eapol_common/am/include/abs_tls_am_services.h
changeset 49 43351a4f2da3
parent 26 9abfd4f00d37
equal deleted inserted replaced
47:712b4ffd76bb 49:43351a4f2da3
    21 
    21 
    22 #if !defined(_ABS_TLS_AM_SERVICES_H_)
    22 #if !defined(_ABS_TLS_AM_SERVICES_H_)
    23 #define _ABS_TLS_AM_SERVICES_H_
    23 #define _ABS_TLS_AM_SERVICES_H_
    24 
    24 
    25 #include "eap_am_export.h"
    25 #include "eap_am_export.h"
       
    26 // Start: added by script change_export_macros.sh.
       
    27 #if defined(EAP_NO_EXPORT_ABS_TLS_AM_SERVICES_H)
       
    28 	#define EAP_CLASS_VISIBILITY_ABS_TLS_AM_SERVICES_H EAP_NONSHARABLE 
       
    29 	#define EAP_FUNC_VISIBILITY_ABS_TLS_AM_SERVICES_H 
       
    30 	#define EAP_C_FUNC_VISIBILITY_ABS_TLS_AM_SERVICES_H 
       
    31 	#define EAP_FUNC_EXPORT_ABS_TLS_AM_SERVICES_H 
       
    32 	#define EAP_C_FUNC_EXPORT_ABS_TLS_AM_SERVICES_H 
       
    33 #elif defined(EAP_EXPORT_ABS_TLS_AM_SERVICES_H)
       
    34 	#define EAP_CLASS_VISIBILITY_ABS_TLS_AM_SERVICES_H EAP_EXPORT 
       
    35 	#define EAP_FUNC_VISIBILITY_ABS_TLS_AM_SERVICES_H EAP_FUNC_EXPORT 
       
    36 	#define EAP_C_FUNC_VISIBILITY_ABS_TLS_AM_SERVICES_H EAP_C_FUNC_EXPORT 
       
    37 	#define EAP_FUNC_EXPORT_ABS_TLS_AM_SERVICES_H EAP_FUNC_EXPORT 
       
    38 	#define EAP_C_FUNC_EXPORT_ABS_TLS_AM_SERVICES_H EAP_C_FUNC_EXPORT 
       
    39 #else
       
    40 	#define EAP_CLASS_VISIBILITY_ABS_TLS_AM_SERVICES_H EAP_IMPORT 
       
    41 	#define EAP_FUNC_VISIBILITY_ABS_TLS_AM_SERVICES_H EAP_FUNC_IMPORT 
       
    42 	#define EAP_C_FUNC_VISIBILITY_ABS_TLS_AM_SERVICES_H EAP_C_FUNC_IMPORT 
       
    43 	#define EAP_FUNC_EXPORT_ABS_TLS_AM_SERVICES_H 
       
    44 	#define EAP_C_FUNC_EXPORT_ABS_TLS_AM_SERVICES_H 
       
    45 #endif
       
    46 // End: added by script change_export_macros.sh.
    26 #include "eap_array.h"
    47 #include "eap_array.h"
    27 
    48 
    28 #if defined(USE_EAP_TLS_SESSION_TICKET)
    49 #if defined(USE_EAP_TLS_SESSION_TICKET)
    29 class tls_extension_c;
    50 class tls_extension_c;
    30 #endif // #if defined(USE_EAP_TLS_SESSION_TICKET)
    51 #endif // #if defined(USE_EAP_TLS_SESSION_TICKET)
    31 
    52 
    32 /// This class declares the functions adaptation module of TLS
    53 /// This class declares the functions adaptation module of TLS
    33 /// requires from the TLS.
    54 /// requires from the TLS.
    34 class EAP_EXPORT abs_tls_am_services_c
    55 class EAP_CLASS_VISIBILITY_ABS_TLS_AM_SERVICES_H abs_tls_am_services_c
    35 {
    56 {
    36 private:
    57 private:
    37 	//--------------------------------------------------
    58 	//--------------------------------------------------
    38 
    59 
    39 	//--------------------------------------------------
    60 	//--------------------------------------------------