eapol/eapol_framework/eapol_symbian/am/type/mschapv2/symbian/plugin/inc/EapMsChapV2DbDefaults.h
branchRCL_3
changeset 18 bad0cc58d154
parent 2 1c7bc153c08e
child 19 c74b3d9f6b9e
--- a/eapol/eapol_framework/eapol_symbian/am/type/mschapv2/symbian/plugin/inc/EapMsChapV2DbDefaults.h	Thu Aug 19 09:58:27 2010 +0300
+++ b/eapol/eapol_framework/eapol_symbian/am/type/mschapv2/symbian/plugin/inc/EapMsChapV2DbDefaults.h	Tue Aug 31 15:16:37 2010 +0300
@@ -16,29 +16,12 @@
 */
 
 /*
-* %version: 12 %
+* %version: %
 */
 
 #ifndef _EAPMSCHAPV2DBDEFAULTS_H_
 #define _EAPMSCHAPV2DBDEFAULTS_H_
 
-enum TMSCHAPV2PasswordPrompt
-{
-	EMSCHAPV2PasswordPromptOff,		// False. Don't show password prompt.
-	EMSCHAPV2PasswordPromptOn,		// True. Show password prompt.
-};
-
-// LOCAL CONSTANTS
-
-const TUint default_EAP_MSCHAPV2_password_prompt = EMSCHAPV2PasswordPromptOff;
-
-_LIT(default_EAP_MSCHAPV2_username, "");
-_LIT(default_EAP_MSCHAPV2_password, "");
-
-const TInt64 default_MaxSessionTime = 0; // 0 means read from configuration file.
-const TInt64 default_FullAuthTime = 0;
-
-const TUint KMaxUsernameLengthInDB = 255;
-const TUint KMaxPasswordLengthInDB = 255;
+#include "EapPluginDbDefaults.h"
 
 #endif // _EAPMSCHAPV2DBDEFAULTS_H_