eapol/eapol_framework/eapol_symbian/am/type/securid/symbian/plugin/inc/EapSecurID.h
changeset 49 43351a4f2da3
parent 26 9abfd4f00d37
--- a/eapol/eapol_framework/eapol_symbian/am/type/securid/symbian/plugin/inc/EapSecurID.h	Fri Sep 03 09:22:44 2010 +0300
+++ b/eapol/eapol_framework/eapol_symbian/am/type/securid/symbian/plugin/inc/EapSecurID.h	Thu Sep 16 13:07:04 2010 +0300
@@ -16,7 +16,7 @@
 */
 
 /*
-* %version: 16 %
+* %version: 23 %
 */
 
 #ifndef EAPSECURID_H
@@ -24,15 +24,39 @@
 
 // INCLUDES
 #include <EapTypePlugin.h>
+#include "eap_am_export.h"
+// Start: added by script change_export_macros.sh.
+#if defined(EAP_NO_EXPORT_EAPSECURID_H)
+	#define EAP_CLASS_VISIBILITY_EAPSECURID_H EAP_NONSHARABLE 
+	#define EAP_FUNC_VISIBILITY_EAPSECURID_H 
+	#define EAP_C_FUNC_VISIBILITY_EAPSECURID_H 
+	#define EAP_FUNC_EXPORT_EAPSECURID_H 
+	#define EAP_C_FUNC_EXPORT_EAPSECURID_H 
+#elif defined(EAP_EXPORT_EAPSECURID_H)
+	#define EAP_CLASS_VISIBILITY_EAPSECURID_H EAP_EXPORT 
+	#define EAP_FUNC_VISIBILITY_EAPSECURID_H EAP_FUNC_EXPORT 
+	#define EAP_C_FUNC_VISIBILITY_EAPSECURID_H EAP_C_FUNC_EXPORT 
+	#define EAP_FUNC_EXPORT_EAPSECURID_H EAP_FUNC_EXPORT 
+	#define EAP_C_FUNC_EXPORT_EAPSECURID_H EAP_C_FUNC_EXPORT 
+#else
+	#define EAP_CLASS_VISIBILITY_EAPSECURID_H EAP_IMPORT 
+	#define EAP_FUNC_VISIBILITY_EAPSECURID_H EAP_FUNC_IMPORT 
+	#define EAP_C_FUNC_VISIBILITY_EAPSECURID_H EAP_C_FUNC_IMPORT 
+	#define EAP_FUNC_EXPORT_EAPSECURID_H 
+	#define EAP_C_FUNC_EXPORT_EAPSECURID_H 
+#endif
+// End: added by script change_export_macros.sh.
 #include "eap_header.h"
 
+class AbsPacStoreInitializer;
+
 // LOCAL CONSTANTS
 
 // CLASS DECLARATION
 /**
 * Class that implements the generic EAP type interface. Implements EAP SecurID protocol.
 */
-class CEapSecurID : public CEapTypePlugin
+class EAP_CLASS_VISIBILITY_EAPSECURID_H CEapSecurID : public CEapTypePlugin
 {
 public:		
 	/**
@@ -40,14 +64,14 @@
 	* @param aIapInfo Pointer to the class that contains information about bearer type and unique index.
 	* @return Pointer to the instance.
 	*/
-	static CEapSecurID* NewSecurIdL(SIapInfo *aIapInfo);	
+	static CEapSecurID* NewSecurIdL(SPluginInfo *aIapInfo);	
 	
 	/**
 	* Construction function. Called by ECom after the EAP SecurID plugin has been loaded.
 	* @param aIapInfo Pointer to the class that contains information about bearer type and unique index.
 	* @return Pointer to the instance.
 	*/
-	static CEapSecurID* NewGtcL(SIapInfo *aIapInfo);	
+	static CEapSecurID* NewGtcL(SPluginInfo *aIapInfo);	
 	
 	/**
 	* Destructor does nothing.
@@ -150,6 +174,7 @@
 	*/
 	void CopySettingsL(const TIndexType aDestinationIndexType, const TInt aDestinationIndex);
 
+	TInt InitialisePacStore(AbsPacStoreInitializer * const initializer);
 
 protected: