summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableInterceptor.pidl
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-04-12 13:21:56 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-04-12 13:21:56 +0000
commit01d9997d46724c6bab4237141fd8b8f8360e3aca (patch)
tree58da87c8a4d0ec41b9f9608258ce0f911e10bd11 /TAO/tao/PortableInterceptor.pidl
parent4bc8c9c38f13757ec06f2eac83ea5c7fff6d539e (diff)
downloadATCD-01d9997d46724c6bab4237141fd8b8f8360e3aca.tar.gz
ChangeLogTag: Tue Apr 12 14:03:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/PortableInterceptor.pidl')
-rw-r--r--TAO/tao/PortableInterceptor.pidl5
1 files changed, 2 insertions, 3 deletions
diff --git a/TAO/tao/PortableInterceptor.pidl b/TAO/tao/PortableInterceptor.pidl
index 4498a39f5ee..388d339e079 100644
--- a/TAO/tao/PortableInterceptor.pidl
+++ b/TAO/tao/PortableInterceptor.pidl
@@ -74,9 +74,8 @@ module PortableInterceptor {
const ReplyStatus SYSTEM_EXCEPTION = 1;
const ReplyStatus USER_EXCEPTION = 2;
const ReplyStatus LOCATION_FORWARD = 3;
- const ReplyStatus LOCATION_FORWARD_PERMANENT = 4; // @@ TO BE REMOVED
- const ReplyStatus TRANSPORT_RETRY = 5; // @@ TO BE RENUMBERED to 4
- const ReplyStatus UNKNOWN = 6; // @@ TO BE RENUMBERED to 5
+ const ReplyStatus TRANSPORT_RETRY = 4;
+ const ReplyStatus UNKNOWN = 5;
typedef unsigned long SlotId;