eapol/eapol_framework/eapol_common/include/eapol_test_stack_if.h
changeset 52 c23bdf5a328a
parent 33 938269283a16
equal deleted inserted replaced
51:e863583e6720 52:c23bdf5a328a
    22 #if !defined(_EAPOL_TEST_STACK_IF_H_)
    22 #if !defined(_EAPOL_TEST_STACK_IF_H_)
    23 #define _EAPOL_TEST_STACK_IF_H_
    23 #define _EAPOL_TEST_STACK_IF_H_
    24 
    24 
    25 #include "eap_header.h"
    25 #include "eap_header.h"
    26 #include "eap_array.h"
    26 #include "eap_array.h"
       
    27 #include "eap_am_export.h"
       
    28 // Start: added by script change_export_macros.sh.
       
    29 #if defined(EAP_NO_EXPORT_EAPOL_TEST_STACK_IF_H)
       
    30 	#define EAP_CLASS_VISIBILITY_EAPOL_TEST_STACK_IF_H EAP_NONSHARABLE 
       
    31 	#define EAP_FUNC_VISIBILITY_EAPOL_TEST_STACK_IF_H 
       
    32 	#define EAP_C_FUNC_VISIBILITY_EAPOL_TEST_STACK_IF_H 
       
    33 	#define EAP_FUNC_EXPORT_EAPOL_TEST_STACK_IF_H 
       
    34 	#define EAP_C_FUNC_EXPORT_EAPOL_TEST_STACK_IF_H 
       
    35 #elif defined(EAP_EXPORT_EAPOL_TEST_STACK_IF_H)
       
    36 	#define EAP_CLASS_VISIBILITY_EAPOL_TEST_STACK_IF_H EAP_EXPORT 
       
    37 	#define EAP_FUNC_VISIBILITY_EAPOL_TEST_STACK_IF_H EAP_FUNC_EXPORT 
       
    38 	#define EAP_C_FUNC_VISIBILITY_EAPOL_TEST_STACK_IF_H EAP_C_FUNC_EXPORT 
       
    39 	#define EAP_FUNC_EXPORT_EAPOL_TEST_STACK_IF_H EAP_FUNC_EXPORT 
       
    40 	#define EAP_C_FUNC_EXPORT_EAPOL_TEST_STACK_IF_H EAP_C_FUNC_EXPORT 
       
    41 #else
       
    42 	#define EAP_CLASS_VISIBILITY_EAPOL_TEST_STACK_IF_H EAP_IMPORT 
       
    43 	#define EAP_FUNC_VISIBILITY_EAPOL_TEST_STACK_IF_H EAP_FUNC_IMPORT 
       
    44 	#define EAP_C_FUNC_VISIBILITY_EAPOL_TEST_STACK_IF_H EAP_C_FUNC_IMPORT 
       
    45 	#define EAP_FUNC_EXPORT_EAPOL_TEST_STACK_IF_H 
       
    46 	#define EAP_C_FUNC_EXPORT_EAPOL_TEST_STACK_IF_H 
       
    47 #endif
       
    48 // End: added by script change_export_macros.sh.
    27 
    49 
    28 
    50 
    29 class EAP_EXPORT eapol_test_stack_if_c
    51 
       
    52 class EAP_CLASS_VISIBILITY_EAPOL_TEST_STACK_IF_H eapol_test_stack_if_c
    30 {
    53 {
    31 private:
    54 private:
    32 	//--------------------------------------------------
    55 	//--------------------------------------------------
    33 
    56 
    34 	//--------------------------------------------------
    57 	//--------------------------------------------------