diff -r ab88d4a85041 -r 9f21bab39f42 inc/mdscommoninternal.h --- a/inc/mdscommoninternal.h Tue Apr 27 17:05:23 2010 +0300 +++ b/inc/mdscommoninternal.h Tue May 11 16:36:55 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" );