summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralex <alex@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-05-21 04:08:15 +0000
committeralex <alex@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-05-21 04:08:15 +0000
commit08ee4866c57a1a46917bda8d416471e90bfa2bb8 (patch)
tree7f48d8a27235994df18020dc3d3f93dbd207fb54
parentf076a60df41e96dc4e7aaa4294be04d7f8a83ba1 (diff)
downloadATCD-08ee4866c57a1a46917bda8d416471e90bfa2bb8.tar.gz
Removed IIOP from the names of RMS Reply_Dispatcher etc.
-rw-r--r--TAO/tao/IIOP_Transport.cpp14
1 files changed, 7 insertions, 7 deletions
diff --git a/TAO/tao/IIOP_Transport.cpp b/TAO/tao/IIOP_Transport.cpp
index b51a7c30547..675b4b93a56 100644
--- a/TAO/tao/IIOP_Transport.cpp
+++ b/TAO/tao/IIOP_Transport.cpp
@@ -5,8 +5,8 @@
#include "tao/Connect.h"
#include "tao/Timeprobe.h"
#include "tao/CDR.h"
-#include "tao/IIOP_RMS.h"
-#include "tao/IIOP_Reply_Dispatcher.h"
+#include "tao/Request_Mux_Strategy.h"
+#include "tao/Reply_Dispatcher.h"
#if defined (ACE_ENABLE_TIMEPROBES)
@@ -43,8 +43,8 @@ ACE_TIMEPROBE_EVENT_DESCRIPTIONS (TAO_Transport_Timeprobe_Description,
TAO_IIOP_Transport::TAO_IIOP_Transport (TAO_IIOP_Handler_Base* handler,
- TAO_IIOP_Request_Multiplexing_Strategy *rms,
- TAO_IIOP_Wait_Strategy *ws)
+ TAO_Request_Mux_Strategy *rms,
+ TAO_Wait_Strategy *ws)
: TAO_Transport (rms, ws),
handler_(handler),
tag_(TAO_IOP_TAG_INTERNET_IOP)
@@ -63,8 +63,8 @@ TAO_IIOP_Server_Transport::TAO_IIOP_Server_Transport (TAO_Server_Connection_Hand
}
TAO_IIOP_Client_Transport::TAO_IIOP_Client_Transport (TAO_Client_Connection_Handler *handler,
- TAO_IIOP_Request_Multiplexing_Strategy *rms,
- TAO_IIOP_Wait_Strategy *ws)
+ TAO_Request_Mux_Strategy *rms,
+ TAO_Wait_Strategy *ws)
: TAO_IIOP_Transport (handler,
rms,
ws),
@@ -267,7 +267,7 @@ TAO_IIOP_Client_Transport::handle_client_input (int block)
-1);
// Find the TAO_Reply_Handler for that request ID!
- TAO_IIOP_Reply_Dispatcher* reply_dispatcher =
+ TAO_Reply_Dispatcher* reply_dispatcher =
this->rms_->find_dispatcher (request_id);
if (reply_dispatcher == 0)
ACE_ERROR_RETURN ((LM_ERROR,