eapol/eapol_framework/eapol_symbian/am/include/EapProtectedSetupInterface.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: 4.1.2 %
    19 * %version: 4.1.3 %
    20 */
    20 */
    21 
    21 
    22 #ifndef _EAPPROTECTEDSETUPINTERFACE_H_
    22 #ifndef _EAPPROTECTEDSETUPINTERFACE_H_
    23 #define _EAPPROTECTEDSETUPINTERFACE_H_
    23 #define _EAPPROTECTEDSETUPINTERFACE_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_EAPPROTECTEDSETUPINTERFACE_H)
       
    30 	#define EAP_CLASS_VISIBILITY_EAPPROTECTEDSETUPINTERFACE_H EAP_NONSHARABLE 
       
    31 	#define EAP_FUNC_VISIBILITY_EAPPROTECTEDSETUPINTERFACE_H 
       
    32 	#define EAP_C_FUNC_VISIBILITY_EAPPROTECTEDSETUPINTERFACE_H 
       
    33 	#define EAP_FUNC_EXPORT_EAPPROTECTEDSETUPINTERFACE_H 
       
    34 	#define EAP_C_FUNC_EXPORT_EAPPROTECTEDSETUPINTERFACE_H 
       
    35 #elif defined(EAP_EXPORT_EAPPROTECTEDSETUPINTERFACE_H)
       
    36 	#define EAP_CLASS_VISIBILITY_EAPPROTECTEDSETUPINTERFACE_H EAP_EXPORT 
       
    37 	#define EAP_FUNC_VISIBILITY_EAPPROTECTEDSETUPINTERFACE_H EAP_FUNC_EXPORT 
       
    38 	#define EAP_C_FUNC_VISIBILITY_EAPPROTECTEDSETUPINTERFACE_H EAP_C_FUNC_EXPORT 
       
    39 	#define EAP_FUNC_EXPORT_EAPPROTECTEDSETUPINTERFACE_H EAP_FUNC_EXPORT 
       
    40 	#define EAP_C_FUNC_EXPORT_EAPPROTECTEDSETUPINTERFACE_H EAP_C_FUNC_EXPORT 
       
    41 #else
       
    42 	#define EAP_CLASS_VISIBILITY_EAPPROTECTEDSETUPINTERFACE_H EAP_IMPORT 
       
    43 	#define EAP_FUNC_VISIBILITY_EAPPROTECTEDSETUPINTERFACE_H EAP_FUNC_IMPORT 
       
    44 	#define EAP_C_FUNC_VISIBILITY_EAPPROTECTEDSETUPINTERFACE_H EAP_C_FUNC_IMPORT 
       
    45 	#define EAP_FUNC_EXPORT_EAPPROTECTEDSETUPINTERFACE_H 
       
    46 	#define EAP_C_FUNC_EXPORT_EAPPROTECTEDSETUPINTERFACE_H 
       
    47 #endif
       
    48 // End: added by script change_export_macros.sh.
    27 #include "eap_tools.h"
    49 #include "eap_tools.h"
    28 
    50 
    29 #include <etelmm.h>
    51 #include <etelmm.h>
    30 
    52 
    31 // FORWARD DECLARATIONS
    53 // FORWARD DECLARATIONS
    33 
    55 
    34 // CLASS DECLARATION
    56 // CLASS DECLARATION
    35 /**
    57 /**
    36 * Class (active object) that handles the communications with the 3G SIM.
    58 * Class (active object) that handles the communications with the 3G SIM.
    37 */
    59 */
    38 class CEapProtectedSetupInterface 
    60 class EAP_CLASS_VISIBILITY_EAPPROTECTEDSETUPINTERFACE_H CEapProtectedSetupInterface 
    39 : public CActive
    61 : public CActive
    40 {
    62 {
    41 public:
    63 public:
    42 
    64 
    43 	// For differentiating the query type.
    65 	// For differentiating the query type.