eapol/eapol_framework/eapol_symbian/am/include/EapAkaInterface.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: 10.1.2 %
    19 * %version: 10.1.3 %
    20 */
    20 */
    21 
    21 
    22 #ifndef _EAPAKAINTERFACE_H_
    22 #ifndef _EAPAKAINTERFACE_H_
    23 #define _EAPAKAINTERFACE_H_
    23 #define _EAPAKAINTERFACE_H_
    24 
    24 
    25 // INCLUDES
    25 // INCLUDES
    26 #include <e32base.h>
    26 #include <e32base.h>
    27 #include "eap_tools.h"
    27 #include "eap_tools.h"
    28 #include "eap_am_type_aka_symbian.h"
    28 #include "eap_am_type_aka_symbian.h"
       
    29 #include "eap_am_export.h"
       
    30 // Start: added by script change_export_macros.sh.
       
    31 #if defined(EAP_NO_EXPORT_EAPAKAINTERFACE_H)
       
    32 	#define EAP_CLASS_VISIBILITY_EAPAKAINTERFACE_H EAP_NONSHARABLE 
       
    33 	#define EAP_FUNC_VISIBILITY_EAPAKAINTERFACE_H 
       
    34 	#define EAP_C_FUNC_VISIBILITY_EAPAKAINTERFACE_H 
       
    35 	#define EAP_FUNC_EXPORT_EAPAKAINTERFACE_H 
       
    36 	#define EAP_C_FUNC_EXPORT_EAPAKAINTERFACE_H 
       
    37 #elif defined(EAP_EXPORT_EAPAKAINTERFACE_H)
       
    38 	#define EAP_CLASS_VISIBILITY_EAPAKAINTERFACE_H EAP_EXPORT 
       
    39 	#define EAP_FUNC_VISIBILITY_EAPAKAINTERFACE_H EAP_FUNC_EXPORT 
       
    40 	#define EAP_C_FUNC_VISIBILITY_EAPAKAINTERFACE_H EAP_C_FUNC_EXPORT 
       
    41 	#define EAP_FUNC_EXPORT_EAPAKAINTERFACE_H EAP_FUNC_EXPORT 
       
    42 	#define EAP_C_FUNC_EXPORT_EAPAKAINTERFACE_H EAP_C_FUNC_EXPORT 
       
    43 #else
       
    44 	#define EAP_CLASS_VISIBILITY_EAPAKAINTERFACE_H EAP_IMPORT 
       
    45 	#define EAP_FUNC_VISIBILITY_EAPAKAINTERFACE_H EAP_FUNC_IMPORT 
       
    46 	#define EAP_C_FUNC_VISIBILITY_EAPAKAINTERFACE_H EAP_C_FUNC_IMPORT 
       
    47 	#define EAP_FUNC_EXPORT_EAPAKAINTERFACE_H 
       
    48 	#define EAP_C_FUNC_EXPORT_EAPAKAINTERFACE_H 
       
    49 #endif
       
    50 // End: added by script change_export_macros.sh.
    29 
    51 
    30 #include <etelmm.h>
    52 #include <etelmm.h>
    31 #include <rmmcustomapi.h>
    53 #include <rmmcustomapi.h>
    32 
    54 
    33 // CLASS DECLARATION
    55 // CLASS DECLARATION
    34 /**
    56 /**
    35 * Class (active object) that handles the communications with the 3G SIM.
    57 * Class (active object) that handles the communications with the 3G SIM.
    36 */
    58 */
    37 class CEapAkaInterface 
    59 class EAP_CLASS_VISIBILITY_EAPAKAINTERFACE_H CEapAkaInterface 
    38 : public CActive
    60 : public CActive
    39 {
    61 {
    40 public:
    62 public:
    41 
    63 
    42 	// For differentiating the query type.
    64 	// For differentiating the query type.