cbsatplugin/atmisccmdplugin/inc/atmisccmdpluginconsts.h
branchRCL_3
changeset 64 1934667b0e2b
parent 54 0ba996a9b75d
child 72 4b59561a31c0
equal deleted inserted replaced
61:269724087bed 64:1934667b0e2b
    52 _LIT8(KCMSErr, "+CMS ERROR: ");
    52 _LIT8(KCMSErr, "+CMS ERROR: ");
    53 
    53 
    54 // Max buffer length for an MD5 digest - originally defined in SCPServerInterface.h
    54 // Max buffer length for an MD5 digest - originally defined in SCPServerInterface.h
    55 const TInt KSCPMaxHashLength( 32 );
    55 const TInt KSCPMaxHashLength( 32 );
    56 
    56 
    57 const TInt KSCPBRDefaultSizeOfOneEntry( 320 );
    57 const TInt KSCPBRDefaultSizeOfOneEntry( 400 );
    58 const TInt KSCPBRMaxNameLength( 64 );
    58 const TInt KSCPBRMaxNameLength( 64 );
    59 const TInt KSCPBRMaxNumberLength( 32 );
    59 const TInt KSCPBRMaxNumberLength( 32 );
    60 const TInt KSCPBRMaxEmailLength( 64 );
    60 const TInt KSCPBRMaxEmailLength( 64 );
    61 const TInt KSCPBRMaxNumberCount( 4 );
    61 const TInt KSCPBRMaxNumberCount( 4 );
    62 const TInt KSCPBRMaxEntryCount( 1000 );
    62 const TInt KSCPBRMaxEntryCount( 1000 );