summaryrefslogtreecommitdiff
path: root/TAO/tao/Messaging.pidl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Messaging.pidl')
-rw-r--r--TAO/tao/Messaging.pidl2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/Messaging.pidl b/TAO/tao/Messaging.pidl
index 48406091212..6d3ac36bfd7 100644
--- a/TAO/tao/Messaging.pidl
+++ b/TAO/tao/Messaging.pidl
@@ -57,7 +57,7 @@ module Messaging
// = TAO specific.
const SyncScope SYNC_EAGER_BUFFERING = SYNC_NONE;
- const SyncScope SYNC_DELAYED_BUFFERING = -1;
+ const SyncScope SYNC_DELAYED_BUFFERING = -2;
typedef short RoutingType;
const RoutingType ROUTE_NONE = 0;