inc/mdscommoninternal.h
branchRCL_3
changeset 19 b73252188534
parent 14 3e156c80c15d
child 20 f23c07ec56e2
equal deleted inserted replaced
18:63c982fb92f2 19:b73252188534
    48 const TInt KMaxUintValueLength   = 10;
    48 const TInt KMaxUintValueLength   = 10;
    49 const TInt KMaxUint64ValueLength = 20;
    49 const TInt KMaxUint64ValueLength = 20;
    50 
    50 
    51 const TInt KMaxTitleFieldLength = 255;
    51 const TInt KMaxTitleFieldLength = 255;
    52 
    52 
    53 const TInt KTriggerDbMaintenanceTreasholdValue( 2500 );
    53 const TInt KTriggerDbMaintenanceTreasholdValue( 3000 );
    54 
    54 
    55 _LIT( KMdSServerName,"!MdSServer" ); // Server name
    55 _LIT( KMdSServerName,"!MdSServer" ); // Server name
    56 _LIT( KMdSServerProcessString,"!MdSServer*" ); 
    56 _LIT( KMdSServerProcessString,"!MdSServer*" ); 
    57 _LIT( KSchemaChunkName, "MdSSchema" );
    57 _LIT( KSchemaChunkName, "MdSSchema" );
    58 
    58