summaryrefslogtreecommitdiff
path: root/TAO/tao/Request.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Request.cpp')
-rw-r--r--TAO/tao/Request.cpp11
1 files changed, 5 insertions, 6 deletions
diff --git a/TAO/tao/Request.cpp b/TAO/tao/Request.cpp
index dcfdb4a0c37..e486eebbed1 100644
--- a/TAO/tao/Request.cpp
+++ b/TAO/tao/Request.cpp
@@ -6,8 +6,7 @@
#include "tao/Object.h"
#include "tao/Stub.h"
-#include "tao/Pluggable_Messaging_Utils.h"
-
+#include "tao/GIOP.h"
#if !defined (__ACE_INLINE__)
# include "tao/Request.i"
@@ -192,7 +191,7 @@ CORBA_Request::handle_response (TAO_InputCDR &incoming,
{
switch (reply_status)
{
- case TAO_PLUGGABLE_MESSAGE_NO_EXCEPTION:
+ case TAO_GIOP_NO_EXCEPTION:
if (this->result_ != 0)
{
this->result_->value ()->_tao_decode (incoming,
@@ -215,9 +214,9 @@ CORBA_Request::handle_response (TAO_InputCDR &incoming,
}
break;
- case TAO_PLUGGABLE_MESSAGE_USER_EXCEPTION:
- case TAO_PLUGGABLE_MESSAGE_SYSTEM_EXCEPTION:
- case TAO_PLUGGABLE_MESSAGE_LOCATION_FORWARD:
+ case TAO_GIOP_USER_EXCEPTION:
+ case TAO_GIOP_SYSTEM_EXCEPTION:
+ case TAO_GIOP_LOCATION_FORWARD:
default:
// @@ (JP) Don't know what to do about any of these yet.
ACE_ERROR ((LM_ERROR,