eapol/eapol_framework/eapol_symbian/am/type/securid/symbian/plugin/inc/EapGtcDbDefaults.h
branchRCL_3
changeset 46 c74b3d9f6b9e
parent 45 bad0cc58d154
equal deleted inserted replaced
45:bad0cc58d154 46:c74b3d9f6b9e
    14 * Description:  EAP and WLAN authentication protocols.
    14 * Description:  EAP and WLAN authentication protocols.
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 /*
    18 /*
    19 * %version: %
    19 * %version: 8.1.2 %
    20 */
    20 */
    21 
    21 
    22 #ifndef EAPGTCDBDEFAULTS_H
    22 #ifndef EAPGTCDBDEFAULTS_H
    23 #define EAPGTCDBDEFAULTS_H
    23 #define EAPGTCDBDEFAULTS_H
    24 
    24 
    25 #include "EapPluginDbDefaults.h"
       
    26 // LOCAL CONSTANTS
    25 // LOCAL CONSTANTS
    27 
    26 
       
    27 _LIT(default_EAP_GTC_identity, "");
       
    28 
       
    29 const TInt64 default_MaxSessionTime = 0; // 0 means read from configuration file.
       
    30 const TInt64 default_FullAuthTime = 0;
       
    31 
       
    32 const TUint KMaxIdentityLengthInDB = 255;
    28 
    33 
    29 #endif // EAPGTCDBDEFAULTS_H
    34 #endif // EAPGTCDBDEFAULTS_H
    30 
    35 
    31 // End of File
    36 // End of File