diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2007-09-24 07:45:37 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2007-09-24 07:45:37 +0000 |
commit | 4052c85a166ef2e2d9e373d597215be96eb67618 (patch) | |
tree | ad977c7c7b9c79040be3e02f040926b16ba6e6bb /TAO/tao/Invocation_Adapter.cpp | |
parent | 14c470e10a116c3e5666a2f2d2b1bd0ba8916070 (diff) | |
download | ATCD-4052c85a166ef2e2d9e373d597215be96eb67618.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.cpp | 6 |
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 |