eapol/eapol_framework/eapol_symbian/am/type/securid/symbian/plugin/inc/EapSecurID.h
changeset 26 9abfd4f00d37
parent 2 1c7bc153c08e
child 46 c74b3d9f6b9e
child 49 43351a4f2da3
--- a/eapol/eapol_framework/eapol_symbian/am/type/securid/symbian/plugin/inc/EapSecurID.h	Thu May 13 22:51:27 2010 +0300
+++ b/eapol/eapol_framework/eapol_symbian/am/type/securid/symbian/plugin/inc/EapSecurID.h	Mon May 24 20:32:47 2010 +0300
@@ -16,14 +16,14 @@
 */
 
 /*
-* %version: 9.1.2 %
+* %version: 16 %
 */
 
 #ifndef EAPSECURID_H
 #define EAPSECURID_H
 
 // INCLUDES
-#include <EapType.h>
+#include <EapTypePlugin.h>
 #include "eap_header.h"
 
 // LOCAL CONSTANTS
@@ -32,7 +32,7 @@
 /**
 * Class that implements the generic EAP type interface. Implements EAP SecurID protocol.
 */
-class CEapSecurID : public CEapType
+class CEapSecurID : public CEapTypePlugin
 {
 public:		
 	/**
@@ -92,16 +92,13 @@
 	
 #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* GetInfoLC();
+	CEapTypeInfo* GetInfoL();
 	
 	/**
 	* Deletes EAP type configuration
@@ -123,7 +120,7 @@
 	* EAP type. 
 	* @param aTunnelingType Type number for the tunneling type
 	*/	
-	void SetTunnelingType(const TInt aTunnelingType);
+	void SetTunnelingType(const TEapExpandedType aTunnelingType);
 
 	/**
 	* Changes the index of the saved parameters.