Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/common/protocol/CDOProtocolConstants.java')
-rw-r--r--plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/common/protocol/CDOProtocolConstants.java9
1 files changed, 8 insertions, 1 deletions
diff --git a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/common/protocol/CDOProtocolConstants.java b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/common/protocol/CDOProtocolConstants.java
index e09f2311eb..3b8307bd8f 100644
--- a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/common/protocol/CDOProtocolConstants.java
+++ b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/common/protocol/CDOProtocolConstants.java
@@ -28,9 +28,11 @@ public interface CDOProtocolConstants
/**
* @since 4.2
+ * @noreference This field is not intended to be referenced by clients.
*/
- public static final int PROTOCOL_VERSION = 23; // Fix branch renaming
+ public static final int PROTOCOL_VERSION = 24; // SIGNAL_LOAD_OBJECT_LIFETIME
+ // public static final int PROTOCOL_VERSION = 23; // Fix branch renaming
// public static final int PROTOCOL_VERSION = 22; // Prefetch returns RevisionInfo instead of CDORevision to have
// PointerCDORevision
// public static final int PROTOCOL_VERSION = 21; // Update how CDOChangeSetData's detachedObject is encoded, see
@@ -291,6 +293,11 @@ public interface CDOProtocolConstants
*/
public static final short SIGNAL_RENAME_BRANCH = 58;
+ /**
+ * @since 4.4
+ */
+ public static final short SIGNAL_LOAD_OBJECT_LIFETIME = 59;
+
// //////////////////////////////////////////////////////////////////////
// Session Refresh

Back to the top