equal
deleted
inserted
replaced
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 |