summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-09-25 05:09:52 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-09-25 05:09:52 +0000
commit0d4d3b9f15561d15ad06230722a9bf79ec78e630 (patch)
treea2a8a47f51763d899885662a0097129b4da4c678 /TAO/tao/PortableServer
parent035774105ad21900a3b9408f17b4a0acf3288a7e (diff)
downloadATCD-0d4d3b9f15561d15ad06230722a9bf79ec78e630.tar.gz
Tue Sep 25 05:06:15 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/PortableServer')
-rw-r--r--TAO/tao/PortableServer/Object_Adapter.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/PortableServer/Object_Adapter.cpp b/TAO/tao/PortableServer/Object_Adapter.cpp
index 0635d7ffbae..0391991be16 100644
--- a/TAO/tao/PortableServer/Object_Adapter.cpp
+++ b/TAO/tao/PortableServer/Object_Adapter.cpp
@@ -380,7 +380,7 @@ TAO_Object_Adapter::dispatch_servant (const TAO::ObjectKey &key,
// sent in earlier stage, but in colocal scenario no message is sent
// and the LocationForward object must be passed over here to
// calling operation's mem-space.
- if (req.collocated() && req.reply_status () == PortableInterceptor::LOCATION_FORWARD)
+ if (req.collocated() && req.pi_reply_status () == PortableInterceptor::LOCATION_FORWARD)
{
forward_to = CORBA::Object::_duplicate (req.forward_location ());
result = TAO_Adapter::DS_FORWARD;
@@ -823,7 +823,7 @@ TAO_Object_Adapter::dispatch (TAO::ObjectKey &key,
0, // exceptions
0); // nexceptions
- status = request.reply_status ();
+ status = request.pi_reply_status ();
}
// Only re-throw the exception if it hasn't been transformed by