inc/mdscommoninternal.h
branchRCL_3
changeset 7 3cebc1a84278
parent 2 b73a2e62868f
child 8 50de4d668bb6
--- a/inc/mdscommoninternal.h	Fri Mar 12 15:44:28 2010 +0200
+++ b/inc/mdscommoninternal.h	Mon Mar 15 12:42:24 2010 +0200
@@ -58,8 +58,9 @@
 const TUint KMdSServMinorVersionNumber=5;
 const TUint KMdSServBuildVersionNumber=0;
 
+const TUint32 KNokiaVendorId = 52487775;
 
-const TUint32 KNokiaVendorId = 52487775;
+const TInt64 KDiskFullThreshold = 1024*50; // 50 kB
 
 // P&S stuff
 static _LIT_SECURITY_POLICY_PASS(KAllowAllPolicy);
@@ -268,6 +269,10 @@
 	
 	ESchemaModify             = 0x01000000,
 	
+	EObjectNotifyAddWithUri        = 0x10000000,
+    EObjectNotifyModifyWithUri     = 0x20000000,
+    EObjectNotifyRemoveWithUri     = 0x40000000,	
+	
 	// 0x80000000 is not allowed (signed number is negative)
 	};