eapol/eapol_framework/eapol_symbian/eap_server/include/eap_am_general_settings_symbian.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: 26 %
    19 * %version: 27 %
    20 */
    20 */
    21 
    21 
    22 #if !defined(_EAP_AM_GENERAL_SETTINGS_SYMBIAN_H_)
    22 #if !defined(_EAP_AM_GENERAL_SETTINGS_SYMBIAN_H_)
    23 #define _EAP_AM_GENERAL_SETTINGS_SYMBIAN_H_
    23 #define _EAP_AM_GENERAL_SETTINGS_SYMBIAN_H_
    24 
    24 
    25 #include "eap_tools.h"
    25 #include "eap_tools.h"
    26 #include "eap_status.h"
    26 #include "eap_status.h"
    27 #include "eap_am_export.h"
    27 #include "eap_am_export.h"
       
    28 // Start: added by script change_export_macros.sh.
       
    29 #if defined(EAP_NO_EXPORT_EAP_AM_GENERAL_SETTINGS_SYMBIAN_H)
       
    30 	#define EAP_CLASS_VISIBILITY_EAP_AM_GENERAL_SETTINGS_SYMBIAN_H EAP_NONSHARABLE 
       
    31 	#define EAP_FUNC_VISIBILITY_EAP_AM_GENERAL_SETTINGS_SYMBIAN_H 
       
    32 	#define EAP_C_FUNC_VISIBILITY_EAP_AM_GENERAL_SETTINGS_SYMBIAN_H 
       
    33 	#define EAP_FUNC_EXPORT_EAP_AM_GENERAL_SETTINGS_SYMBIAN_H 
       
    34 	#define EAP_C_FUNC_EXPORT_EAP_AM_GENERAL_SETTINGS_SYMBIAN_H 
       
    35 #elif defined(EAP_EXPORT_EAP_AM_GENERAL_SETTINGS_SYMBIAN_H)
       
    36 	#define EAP_CLASS_VISIBILITY_EAP_AM_GENERAL_SETTINGS_SYMBIAN_H EAP_EXPORT 
       
    37 	#define EAP_FUNC_VISIBILITY_EAP_AM_GENERAL_SETTINGS_SYMBIAN_H EAP_FUNC_EXPORT 
       
    38 	#define EAP_C_FUNC_VISIBILITY_EAP_AM_GENERAL_SETTINGS_SYMBIAN_H EAP_C_FUNC_EXPORT 
       
    39 	#define EAP_FUNC_EXPORT_EAP_AM_GENERAL_SETTINGS_SYMBIAN_H EAP_FUNC_EXPORT 
       
    40 	#define EAP_C_FUNC_EXPORT_EAP_AM_GENERAL_SETTINGS_SYMBIAN_H EAP_C_FUNC_EXPORT 
       
    41 #else
       
    42 	#define EAP_CLASS_VISIBILITY_EAP_AM_GENERAL_SETTINGS_SYMBIAN_H EAP_IMPORT 
       
    43 	#define EAP_FUNC_VISIBILITY_EAP_AM_GENERAL_SETTINGS_SYMBIAN_H EAP_FUNC_IMPORT 
       
    44 	#define EAP_C_FUNC_VISIBILITY_EAP_AM_GENERAL_SETTINGS_SYMBIAN_H EAP_C_FUNC_IMPORT 
       
    45 	#define EAP_FUNC_EXPORT_EAP_AM_GENERAL_SETTINGS_SYMBIAN_H 
       
    46 	#define EAP_C_FUNC_EXPORT_EAP_AM_GENERAL_SETTINGS_SYMBIAN_H 
       
    47 #endif
       
    48 // End: added by script change_export_macros.sh.
    28 #include "eap_expanded_type.h"
    49 #include "eap_expanded_type.h"
    29 #include "eap_array.h"
    50 #include "eap_array.h"
    30 #include "eap_database_reference_if.h"
    51 #include "eap_database_reference_if.h"
    31 #include "eap_am_general_settings.h"
    52 #include "eap_am_general_settings.h"
    32 #include "eap_process_tlv_message_data.h"
    53 #include "eap_process_tlv_message_data.h"
    39 
    60 
    40 /** @file */
    61 /** @file */
    41 
    62 
    42 /// This class is the common part of EAP message interface.
    63 /// This class is the common part of EAP message interface.
    43 /// This class is interface to the message creation and parsing function.
    64 /// This class is interface to the message creation and parsing function.
    44 class EAP_EXPORT eap_am_general_settings_symbian_c
    65 class EAP_CLASS_VISIBILITY_EAP_AM_GENERAL_SETTINGS_SYMBIAN_H eap_am_general_settings_symbian_c
    45 : public eap_am_general_settings_c
    66 : public eap_am_general_settings_c
    46 , public CAbsEapCertificateFetcher
    67 , public CAbsEapCertificateFetcher
    47 {
    68 {
    48 
    69 
    49 public:
    70 public: