diff options
author | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-10-04 19:34:07 +0000 |
---|---|---|
committer | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-10-04 19:34:07 +0000 |
commit | f0fb799d2517b7ffc4e69a1b47e58f24a339aa57 (patch) | |
tree | 1d8e5ef33a82aba202b36009f5af874b6486140c /TAO/tao/TAO_Server_Request.cpp | |
parent | fee162871ff5bb4b155356734e89f4561a31604d (diff) | |
download | ATCD-f0fb799d2517b7ffc4e69a1b47e58f24a339aa57.tar.gz |
ChangeLogTag: Wed Oct 4 13:45:48 2000 Jeff Parsons <parsons@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/TAO_Server_Request.cpp')
-rw-r--r-- | TAO/tao/TAO_Server_Request.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/TAO/tao/TAO_Server_Request.cpp b/TAO/tao/TAO_Server_Request.cpp index edc20beb6be..e48bbcca1bd 100644 --- a/TAO/tao/TAO_Server_Request.cpp +++ b/TAO/tao/TAO_Server_Request.cpp @@ -107,7 +107,7 @@ TAO_ServerRequest::orb (void) } void -TAO_ServerRequest::init_reply (CORBA::Environment &ACE_TRY_ENV) +TAO_ServerRequest::init_reply (CORBA::Environment &) { // Construct our reply generator. TAO_Pluggable_Reply_Params reply_params; @@ -149,8 +149,7 @@ TAO_ServerRequest::init_reply (CORBA::Environment &ACE_TRY_ENV) reply_params); // Finish the GIOP Reply header, then marshal the exception. - if (reply_params.reply_status_ == - TAO_PLUGGABLE_MESSAGE_LOCATION_FORWARD) + if (reply_params.reply_status_ == TAO_PLUGGABLE_MESSAGE_LOCATION_FORWARD) { // Marshal the forward location pointer. CORBA::Object_ptr object_ptr = this->forward_location_.in (); |