eapol/eapol_framework/eapol_symbian/am/include/EapSimIsaInterface.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: %
    19 * %version: 6.1.3 %
    20 */
    20 */
    21 
    21 
    22 #ifndef _EAPSIMISAINTERFACE_H_
    22 #ifndef _EAPSIMISAINTERFACE_H_
    23 #define _EAPSIMISAINTERFACE_H_
    23 #define _EAPSIMISAINTERFACE_H_
    24 
    24 
    25 // INCLUDES
    25 // INCLUDES
    26 #include <e32base.h>
    26 #include <e32base.h>
       
    27 #include "eap_am_export.h"
       
    28 // Start: added by script change_export_macros.sh.
       
    29 #if defined(EAP_NO_EXPORT_EAPSIMISAINTERFACE_H)
       
    30 	#define EAP_CLASS_VISIBILITY_EAPSIMISAINTERFACE_H EAP_NONSHARABLE 
       
    31 	#define EAP_FUNC_VISIBILITY_EAPSIMISAINTERFACE_H 
       
    32 	#define EAP_C_FUNC_VISIBILITY_EAPSIMISAINTERFACE_H 
       
    33 	#define EAP_FUNC_EXPORT_EAPSIMISAINTERFACE_H 
       
    34 	#define EAP_C_FUNC_EXPORT_EAPSIMISAINTERFACE_H 
       
    35 #elif defined(EAP_EXPORT_EAPSIMISAINTERFACE_H)
       
    36 	#define EAP_CLASS_VISIBILITY_EAPSIMISAINTERFACE_H EAP_EXPORT 
       
    37 	#define EAP_FUNC_VISIBILITY_EAPSIMISAINTERFACE_H EAP_FUNC_EXPORT 
       
    38 	#define EAP_C_FUNC_VISIBILITY_EAPSIMISAINTERFACE_H EAP_C_FUNC_EXPORT 
       
    39 	#define EAP_FUNC_EXPORT_EAPSIMISAINTERFACE_H EAP_FUNC_EXPORT 
       
    40 	#define EAP_C_FUNC_EXPORT_EAPSIMISAINTERFACE_H EAP_C_FUNC_EXPORT 
       
    41 #else
       
    42 	#define EAP_CLASS_VISIBILITY_EAPSIMISAINTERFACE_H EAP_IMPORT 
       
    43 	#define EAP_FUNC_VISIBILITY_EAPSIMISAINTERFACE_H EAP_FUNC_IMPORT 
       
    44 	#define EAP_C_FUNC_VISIBILITY_EAPSIMISAINTERFACE_H EAP_C_FUNC_IMPORT 
       
    45 	#define EAP_FUNC_EXPORT_EAPSIMISAINTERFACE_H 
       
    46 	#define EAP_C_FUNC_EXPORT_EAPSIMISAINTERFACE_H 
       
    47 #endif
       
    48 // End: added by script change_export_macros.sh.
    27 #include "eap_tools.h"
    49 #include "eap_tools.h"
    28 #include "eap_am_type_gsmsim_symbian.h"
    50 #include "eap_am_type_gsmsim_symbian.h"
    29 #include "isaapi.h"
    51 #include "isaapi.h"
    30 
    52 
    31 // CLASS DECLARATION
    53 // CLASS DECLARATION
    32 /**
    54 /**
    33 * Class (active object) that handles the communications with the SIM.
    55 * Class (active object) that handles the communications with the SIM.
    34 */
    56 */
    35 class CEapSimIsaInterface 
    57 class EAP_CLASS_VISIBILITY_EAPSIMISAINTERFACE_H CEapSimIsaInterface 
    36 : public CActive
    58 : public CActive
    37 {
    59 {
    38 public:
    60 public:
    39 	/**
    61 	/**
    40 	* Initialisation function.
    62 	* Initialisation function.