eapol/eapol_framework/eapol_symbian/am/type/tls_peap/symbian/plugin/inc/EapTlsPeapCertFetcher.h
changeset 52 c23bdf5a328a
parent 33 938269283a16
equal deleted inserted replaced
51:e863583e6720 52:c23bdf5a328a
    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 #ifndef _EAPTLSPEAPCERTFETCHER_H_
    22 #ifndef _EAPTLSPEAPCERTFETCHER_H_
    23 #define _EAPTLSPEAPCERTFETCHER_H_
    23 #define _EAPTLSPEAPCERTFETCHER_H_
    24 
    24 
    25 // INCLUDES
    25 // INCLUDES
    26 #include <e32base.h>
    26 #include <e32base.h>
    27 #include <unifiedcertstore.h>
    27 #include <unifiedcertstore.h>
    28 #include <mctwritablecertstore.h>
    28 #include <mctwritablecertstore.h>
       
    29 #include "eap_am_export.h"
       
    30 // Start: added by script change_export_macros.sh.
       
    31 #if defined(EAP_NO_EXPORT_EAPTLSPEAPCERTFETCHER_H)
       
    32 	#define EAP_CLASS_VISIBILITY_EAPTLSPEAPCERTFETCHER_H EAP_NONSHARABLE 
       
    33 	#define EAP_FUNC_VISIBILITY_EAPTLSPEAPCERTFETCHER_H 
       
    34 	#define EAP_C_FUNC_VISIBILITY_EAPTLSPEAPCERTFETCHER_H 
       
    35 	#define EAP_FUNC_EXPORT_EAPTLSPEAPCERTFETCHER_H 
       
    36 	#define EAP_C_FUNC_EXPORT_EAPTLSPEAPCERTFETCHER_H 
       
    37 #elif defined(EAP_EXPORT_EAPTLSPEAPCERTFETCHER_H)
       
    38 	#define EAP_CLASS_VISIBILITY_EAPTLSPEAPCERTFETCHER_H EAP_EXPORT 
       
    39 	#define EAP_FUNC_VISIBILITY_EAPTLSPEAPCERTFETCHER_H EAP_FUNC_EXPORT 
       
    40 	#define EAP_C_FUNC_VISIBILITY_EAPTLSPEAPCERTFETCHER_H EAP_C_FUNC_EXPORT 
       
    41 	#define EAP_FUNC_EXPORT_EAPTLSPEAPCERTFETCHER_H EAP_FUNC_EXPORT 
       
    42 	#define EAP_C_FUNC_EXPORT_EAPTLSPEAPCERTFETCHER_H EAP_C_FUNC_EXPORT 
       
    43 #else
       
    44 	#define EAP_CLASS_VISIBILITY_EAPTLSPEAPCERTFETCHER_H EAP_IMPORT 
       
    45 	#define EAP_FUNC_VISIBILITY_EAPTLSPEAPCERTFETCHER_H EAP_FUNC_IMPORT 
       
    46 	#define EAP_C_FUNC_VISIBILITY_EAPTLSPEAPCERTFETCHER_H EAP_C_FUNC_IMPORT 
       
    47 	#define EAP_FUNC_EXPORT_EAPTLSPEAPCERTFETCHER_H 
       
    48 	#define EAP_C_FUNC_EXPORT_EAPTLSPEAPCERTFETCHER_H 
       
    49 #endif
       
    50 // End: added by script change_export_macros.sh.
    29 #include "EapTlsPeapUtils.h"
    51 #include "EapTlsPeapUtils.h"
    30 
    52 
    31 
    53 
    32 class CAbsEapCertificateFetcher;
    54 class CAbsEapCertificateFetcher;
    33 
    55 
    34 // CLASS DECLARATION
    56 // CLASS DECLARATION
    35 class CEapTlsPeapCertFetcher 
    57 class EAP_CLASS_VISIBILITY_EAPTLSPEAPCERTFETCHER_H CEapTlsPeapCertFetcher 
    36 : public CActive
    58 : public CActive
    37 {
    59 {
    38 
    60 
    39 public:
    61 public:
    40 
    62