eapol/eapol_framework/eapol_symbian/am/type/tls_peap/symbian/plugin/inc/EapTlsPeapUtils.h
changeset 49 43351a4f2da3
parent 34 ad1f037f1ac2
--- a/eapol/eapol_framework/eapol_symbian/am/type/tls_peap/symbian/plugin/inc/EapTlsPeapUtils.h	Fri Sep 03 09:22:44 2010 +0300
+++ b/eapol/eapol_framework/eapol_symbian/am/type/tls_peap/symbian/plugin/inc/EapTlsPeapUtils.h	Thu Sep 16 13:07:04 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);