eapol/eapol_framework/eapol_symbian/am/type/tls_peap/symbian/plugin/inc/EapTlsPeapUtils.h
changeset 52 c23bdf5a328a
parent 39 fe6b6762fccd
--- a/eapol/eapol_framework/eapol_symbian/am/type/tls_peap/symbian/plugin/inc/EapTlsPeapUtils.h	Fri Sep 17 08:30:11 2010 +0300
+++ b/eapol/eapol_framework/eapol_symbian/am/type/tls_peap/symbian/plugin/inc/EapTlsPeapUtils.h	Mon Oct 04 00:19:54 2010 +0300
@@ -16,7 +16,7 @@
 */
 
 /*
-* %version: 37 %
+* %version: 39 %
 */
 
 #ifndef _EAPTLSPEAPUTILS_H_
@@ -206,6 +206,18 @@
 		const TDesC& aDbColumnName,
 		const eap_variable_data_c * const aDbColumnValue);		
 
+#if defined(USE_FAST_EAP_TYPE)
+
+	// CPacStoreDatabase uses this too.
+	static void OpenFastDatabaseL(
+		RDbNamedDatabase& aDatabase,
+		RFs& aFileServerSession,
+		const TIndexType aIndexType,
+		const TInt aIndex,
+		const eap_type_value_e aTunnelingType);
+
+#endif // #if defined(USE_FAST_EAP_TYPE)
+
 private:
 
 	static void OpenTlsDatabaseL(
@@ -233,17 +245,6 @@
 
 #endif // #if defined(USE_TTLS_EAP_TYPE)
 
-#if defined(USE_FAST_EAP_TYPE)
-
-	static void OpenFastDatabaseL(
-		RDbNamedDatabase& aDatabase,
-		RFs& aFileServerSession,
-		const TIndexType aIndexType,
-		const TInt aIndex,
-		const eap_type_value_e aTunnelingType);
-
-#endif // #if defined(USE_FAST_EAP_TYPE)
-
 	static void AddExtraCertColumnsL(
 		RDbNamedDatabase& aDatabase, 
 		TDesC& aTableName);