]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.db.procore/src/org/simantics/db/procore/cluster/ObjectSizes.java
Migrated source code from Simantics SVN
[simantics/platform.git] / bundles / org.simantics.db.procore / src / org / simantics / db / procore / cluster / ObjectSizes.java
diff --git a/bundles/org.simantics.db.procore/src/org/simantics/db/procore/cluster/ObjectSizes.java b/bundles/org.simantics.db.procore/src/org/simantics/db/procore/cluster/ObjectSizes.java
new file mode 100644 (file)
index 0000000..925be4c
--- /dev/null
@@ -0,0 +1,8 @@
+package org.simantics.db.procore.cluster;\r
+\r
+public class ObjectSizes {\r
+\r
+       public static final int POINTER_SIZE = 4;\r
+       public static final int ResourceUIDSize = 24;\r
+       \r
+}\r