inc/mdscommoninternal.h
branchRCL_3
changeset 26 9f21bab39f42
parent 19 82c0024438c8
child 27 4a4892eec172
--- 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" );