summaryrefslogtreecommitdiff
path: root/TAO/tao/Invocation_Adapter.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-09-24 07:45:37 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-09-24 07:45:37 +0000
commit788f237feaaece0ddc56b9a46ecbcd22b163816d (patch)
treead977c7c7b9c79040be3e02f040926b16ba6e6bb /TAO/tao/Invocation_Adapter.cpp
parent38012ca062b866fc05069ec56d75f40c4824476f (diff)
downloadATCD-788f237feaaece0ddc56b9a46ecbcd22b163816d.tar.gz
Mon Sep 24 07:43:15 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/Invocation_Adapter.cpp')
-rw-r--r--TAO/tao/Invocation_Adapter.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tao/Invocation_Adapter.cpp b/TAO/tao/Invocation_Adapter.cpp
index daf7505c027..9e5c3bf4da4 100644
--- a/TAO/tao/Invocation_Adapter.cpp
+++ b/TAO/tao/Invocation_Adapter.cpp
@@ -173,7 +173,7 @@ namespace TAO
#if TAO_HAS_INTERCEPTORS == 1
CORBA::Boolean const is_permanent_forward =
- (coll_inv.reply_status() == TAO_GIOP_LOCATION_FORWARD_PERM);
+ (coll_inv.reply_status() == GIOP::LOCATION_FORWARD_PERM);
#else
CORBA::Boolean const is_permanent_forward = false;
#endif
@@ -304,7 +304,7 @@ namespace TAO
#if TAO_HAS_INTERCEPTORS == 1
CORBA::Boolean const is_permanent_forward =
- (synch.reply_status() == TAO_GIOP_LOCATION_FORWARD_PERM);
+ (synch.reply_status() == GIOP::LOCATION_FORWARD_PERM);
#else
CORBA::Boolean const is_permanent_forward = false;
#endif
@@ -333,7 +333,7 @@ namespace TAO
#if TAO_HAS_INTERCEPTORS == 1
CORBA::Boolean const is_permanent_forward =
- (synch.reply_status() == TAO_GIOP_LOCATION_FORWARD_PERM);
+ (synch.reply_status() == GIOP::LOCATION_FORWARD_PERM);
#else
CORBA::Boolean const is_permanent_forward = false;
#endif