eapol/eapol_framework/eapol_symbian/am/type/aka/symbian/plugin/inc/EapAka.h
branchRCL_3
changeset 46 c74b3d9f6b9e
parent 45 bad0cc58d154
--- a/eapol/eapol_framework/eapol_symbian/am/type/aka/symbian/plugin/inc/EapAka.h	Tue Aug 31 15:16:37 2010 +0300
+++ b/eapol/eapol_framework/eapol_symbian/am/type/aka/symbian/plugin/inc/EapAka.h	Wed Sep 01 12:23:57 2010 +0100
@@ -16,14 +16,14 @@
 */
 
 /*
-* %version: 16 %
+* %version: 9.1.2 %
 */
 
 #ifndef _EAPAKA_H_
 #define _EAPAKA_H_
 
 // INCLUDES
-#include <EapTypePlugin.h>
+#include <EapType.h>
 #include "eap_header.h"
 
 // FORWARD DECLARATIONS
@@ -33,7 +33,7 @@
 /**
 * Class that implements the generic EAP type interface. Implements EAP AKA protocol.
 */
-class CEapAka : public CEapTypePlugin
+class CEapAka : public CEapType
 {
 public:		
 
@@ -87,13 +87,16 @@
 	
 #endif // #ifdef USE_EAP_SIMPLE_CONFIG
 	
-
+	/**
+	* Invokes the configuration UI.
+	**/
+	TInt InvokeUiL();
 	
 	/**
 	* Gets information about EAP type. 
 	* @return Pointer to a class that contains the EAP type information. Also pushed to cleanup stack.
 	*/
-	CEapTypeInfo* GetInfoL();
+	CEapTypeInfo* GetInfoLC();
 
 	/**
 	* Deletes EAP type configuration
@@ -115,7 +118,7 @@
 	* EAP type. 
 	* @param aTunnelingType Type number for the tunneling type
 	*/	
-	void SetTunnelingType(const TEapExpandedType aTunnelingType);
+	void SetTunnelingType(const TInt aTunnelingType);
 
 	/**
 	* Changes the index of the saved parameters.