inc/mdscommoninternal.h
changeset 45 a93990e5815e
parent 31 81125601ee77
child 48 1389872e7c51
equal deleted inserted replaced
36:aa5a574040a4 45:a93990e5815e
    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