diff -r 33ae025ac1e8 -r 8e4539ab1889 inc/mdscommoninternal.h --- a/inc/mdscommoninternal.h Mon May 03 12:55:01 2010 +0300 +++ b/inc/mdscommoninternal.h Fri May 14 16:17:23 2010 +0300 @@ -46,8 +46,10 @@ const TInt KMaxUintValueLength = 10; const TInt KMaxUint64ValueLength = 20; -_LIT( KMdSServerName,"MdSServer" ); // Server name -_LIT( KMdSServerProcessString,"MdSServer*" ); +const TInt KMaxTitleFieldLength = 255; + +_LIT( KMdSServerName,"!MdSServer" ); // Server name +_LIT( KMdSServerProcessString,"!MdSServer*" ); _LIT( KSchemaChunkName, "MdSSchema" ); _LIT( KCMediaIdKey, "CDriveMediaId" );