eapol/eapol_framework/eapol_common/include/eap_method_settings.h
changeset 49 43351a4f2da3
parent 26 9abfd4f00d37
equal deleted inserted replaced
47:712b4ffd76bb 49:43351a4f2da3
    14 * Description:  EAP-settings class.
    14 * Description:  EAP-settings class.
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 /*
    18 /*
    19 * %version: 23 %
    19 * %version: 24 %
    20 */
    20 */
    21 
    21 
    22 #ifndef _EAP_METHOD_SETTINGS_H_
    22 #ifndef _EAP_METHOD_SETTINGS_H_
    23 #define _EAP_METHOD_SETTINGS_H_
    23 #define _EAP_METHOD_SETTINGS_H_
    24 
    24 
       
    25 #include "eap_am_export.h"
       
    26 // Start: added by script change_export_macros.sh.
       
    27 #if defined(EAP_NO_EXPORT_EAP_METHOD_SETTINGS_H)
       
    28 	#define EAP_CLASS_VISIBILITY_EAP_METHOD_SETTINGS_H EAP_NONSHARABLE 
       
    29 	#define EAP_FUNC_VISIBILITY_EAP_METHOD_SETTINGS_H 
       
    30 	#define EAP_C_FUNC_VISIBILITY_EAP_METHOD_SETTINGS_H 
       
    31 	#define EAP_FUNC_EXPORT_EAP_METHOD_SETTINGS_H 
       
    32 	#define EAP_C_FUNC_EXPORT_EAP_METHOD_SETTINGS_H 
       
    33 #elif defined(EAP_EXPORT_EAP_METHOD_SETTINGS_H)
       
    34 	#define EAP_CLASS_VISIBILITY_EAP_METHOD_SETTINGS_H EAP_EXPORT 
       
    35 	#define EAP_FUNC_VISIBILITY_EAP_METHOD_SETTINGS_H EAP_FUNC_EXPORT 
       
    36 	#define EAP_C_FUNC_VISIBILITY_EAP_METHOD_SETTINGS_H EAP_C_FUNC_EXPORT 
       
    37 	#define EAP_FUNC_EXPORT_EAP_METHOD_SETTINGS_H EAP_FUNC_EXPORT 
       
    38 	#define EAP_C_FUNC_EXPORT_EAP_METHOD_SETTINGS_H EAP_C_FUNC_EXPORT 
       
    39 #else
       
    40 	#define EAP_CLASS_VISIBILITY_EAP_METHOD_SETTINGS_H EAP_IMPORT 
       
    41 	#define EAP_FUNC_VISIBILITY_EAP_METHOD_SETTINGS_H EAP_FUNC_IMPORT 
       
    42 	#define EAP_C_FUNC_VISIBILITY_EAP_METHOD_SETTINGS_H EAP_C_FUNC_IMPORT 
       
    43 	#define EAP_FUNC_EXPORT_EAP_METHOD_SETTINGS_H 
       
    44 	#define EAP_C_FUNC_EXPORT_EAP_METHOD_SETTINGS_H 
       
    45 #endif
       
    46 // End: added by script change_export_macros.sh.
    25 #include "eap_am_tools.h"
    47 #include "eap_am_tools.h"
    26 #include "eap_expanded_type.h"
    48 #include "eap_expanded_type.h"
    27 #include "eap_variable_data.h"
    49 #include "eap_variable_data.h"
    28 #include "eap_array.h"
    50 #include "eap_array.h"
    29 
    51 
    30 //-------------------------------------------------------------------------------
    52 //-------------------------------------------------------------------------------
    31 
    53 
    32 class eap_certificate_entry_c
    54 class EAP_CLASS_VISIBILITY_EAP_METHOD_SETTINGS_H eap_certificate_entry_c
    33 {
    55 {
    34 
    56 
    35 private:
    57 private:
    36 
    58 
    37 	/// This is pointer to the tools class.
    59 	/// This is pointer to the tools class.
   107 	// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   129 	// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   108 };
   130 };
   109 
   131 
   110 //-------------------------------------------------------------------------------
   132 //-------------------------------------------------------------------------------
   111 
   133 
   112 class eap_method_values_c
   134 class EAP_CLASS_VISIBILITY_EAP_METHOD_SETTINGS_H eap_method_values_c
   113 {
   135 {
   114 
   136 
   115 private:
   137 private:
   116 
   138 
   117 	/// This is pointer to the tools class.
   139 	/// This is pointer to the tools class.
   272 
   294 
   273 };
   295 };
   274 
   296 
   275 //-------------------------------------------------------------------------------
   297 //-------------------------------------------------------------------------------
   276 
   298 
   277 class eap_method_settings_c
   299 class EAP_CLASS_VISIBILITY_EAP_METHOD_SETTINGS_H eap_method_settings_c
   278 : public eap_method_values_c
   300 : public eap_method_values_c
   279 {
   301 {
   280 public:
   302 public:
   281 
   303 
   282 	eap_method_settings_c(
   304 	eap_method_settings_c(