eapol/eapol_framework/eapol_symbian/am/type/gsmsim/symbian/plugin/src/EapSim.cpp
changeset 52 c23bdf5a328a
parent 39 fe6b6762fccd
--- a/eapol/eapol_framework/eapol_symbian/am/type/gsmsim/symbian/plugin/src/EapSim.cpp	Fri Sep 17 08:30:11 2010 +0300
+++ b/eapol/eapol_framework/eapol_symbian/am/type/gsmsim/symbian/plugin/src/EapSim.cpp	Mon Oct 04 00:19:54 2010 +0300
@@ -16,7 +16,7 @@
 */
 
 /*
-* %version: 26 %
+* %version: 30 %
 */
 
 // This is enumeration of EAPOL source code.
@@ -61,7 +61,7 @@
 
 // ----------------------------------------------------------
 
-CEapSim* CEapSim::NewL(const SIapInfo *aIapInfo)
+CEapSim* CEapSim::NewL(const SPluginInfo *aIapInfo)
 {
 	return new (ELeave) CEapSim(aIapInfo->indexType, aIapInfo->index);
 }
@@ -180,8 +180,8 @@
 
 }
 
+// ----------------------------------------------------------
 
-// ----------------------------------------------------------
 void CEapSim::SetIndexL(
 		const TIndexType aIndexType, 
 		const TInt aIndex)
@@ -261,6 +261,8 @@
 	CleanupStack::PopAndDestroy(&session);
 }
 
+// ----------------------------------------------------------
+
 void CEapSim::GetConfigurationL(EAPSettings& aSettings)
 {
 	RDbNamedDatabase db;
@@ -290,6 +292,8 @@
 	CleanupStack::PopAndDestroy(&session);
 }
 
+// ----------------------------------------------------------
+
 void CEapSim::CopySettingsL(
 	const TIndexType aDestinationIndexType,
 	const TInt aDestinationIndex)
@@ -338,5 +342,13 @@
 	
 }
 
+// ----------------------------------------------------------
+
+TInt CEapSim::InitialisePacStore(AbsPacStoreInitializer * const /* initializer */)
+{
+	return KErrNone;
+}
+
+// ----------------------------------------------------------
 	
 // End of file