eapol/eapol_framework/eapol_symbian/am/include/eap_am_type_gsmsim_symbian.h
branchRCL_3
changeset 46 c74b3d9f6b9e
parent 45 bad0cc58d154
--- a/eapol/eapol_framework/eapol_symbian/am/include/eap_am_type_gsmsim_symbian.h	Tue Aug 31 15:16:37 2010 +0300
+++ b/eapol/eapol_framework/eapol_symbian/am/include/eap_am_type_gsmsim_symbian.h	Wed Sep 01 12:23:57 2010 +0100
@@ -16,7 +16,7 @@
 */
 
 /*
-* %version: 19.1.4 %
+* %version: 21 %
 */
 
 #if !defined(_EAP_AM_TYPE_GSMSIM_SYMBIAN_H_)
@@ -262,7 +262,6 @@
 	//--------------------------------------------------
 
 private:
-
 	void type_configure_readL(
 		eap_config_string field,
 		const u32_t field_length,
@@ -338,12 +337,10 @@
 	
 
 private:
-
 	//--------------------------------------------------
-
-	RFs m_session;
+	RDbs m_session;
 	
-	RDbNamedDatabase m_database;
+	RDbNamedDatabase m_database;	
 
 	eap_am_tools_symbian_c * const m_am_tools;
 
@@ -403,6 +400,14 @@
 	// This holds the max session time read from the configuration file.
 	TInt64 m_max_session_time;
 
+	// This is the vendor-type for tunneling EAP type.
+	// Valid for both expanded and non-expanded EAP types.
+	// This is used since m_tunneling_type can not be used in the same way 
+	// in expanded and non-expanded cases. 
+	// Unlike EAP type, Tunneling type is still non-expanded
+	// for both cases especially for using in the EAP databases.
+	u32_t m_tunneling_vendor_type;	
+
 	//--------------------------------------------------
 }; // class eap_am_type_gsmsim_symbian_c