eapol/eapol_framework/eapol_symbian/am/type/tls_peap/symbian/plugin/src/EapTlsPeapUiTlsPeapData.cpp
changeset 26 9abfd4f00d37
parent 2 1c7bc153c08e
child 46 c74b3d9f6b9e
--- a/eapol/eapol_framework/eapol_symbian/am/type/tls_peap/symbian/plugin/src/EapTlsPeapUiTlsPeapData.cpp	Thu May 13 22:51:27 2010 +0300
+++ b/eapol/eapol_framework/eapol_symbian/am/type/tls_peap/symbian/plugin/src/EapTlsPeapUiTlsPeapData.cpp	Mon May 24 20:32:47 2010 +0300
@@ -16,7 +16,7 @@
 */
 
 /*
-* %version: 14 %
+* %version: %
 */
 
 // This is enumeration of EAPOL source code.
@@ -34,7 +34,8 @@
 : iAllowVersion0(EFalse),
 iAllowVersion1(EFalse),
 iAllowVersion2(EFalse),
-iPapPasswordPrompt( ETrue )
+iPapPasswordPrompt( ETrue ),
+iPasswordPrompt(ETrue)
 {
 }
 
@@ -100,6 +101,11 @@
 	return iPacStorePassword;
 }
 
+TBool* CEapTlsPeapUiTlsPeapData::GetUsePacStorePasswordPrompt()
+{
+	return &iPasswordPrompt;
+}
+
 
 // ---------------------------------------------------------
 // CEapTlsPeapUiTlsPeapData::GetPapUserName()