summaryrefslogtreecommitdiff
path: root/TAO/tao/Transport_Mux_Strategy.cpp
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-08-11 15:01:24 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-08-11 15:01:24 +0000
commit6fe4a5ae09087ff6949c40ef87878ea1938ed8f6 (patch)
treeb53ede7af5ae4fee95819df8ebb37df8514ead39 /TAO/tao/Transport_Mux_Strategy.cpp
parent1943426be215a7a9ab777be97adde88891daa6c1 (diff)
downloadATCD-6fe4a5ae09087ff6949c40ef87878ea1938ed8f6.tar.gz
ChangeLogTag:Wed Aug 11 09:18:53 1999 Nanbor Wang <nanbor@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/Transport_Mux_Strategy.cpp')
-rw-r--r--TAO/tao/Transport_Mux_Strategy.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/Transport_Mux_Strategy.cpp b/TAO/tao/Transport_Mux_Strategy.cpp
index 5e6ca63c32c..ff3f3d310ad 100644
--- a/TAO/tao/Transport_Mux_Strategy.cpp
+++ b/TAO/tao/Transport_Mux_Strategy.cpp
@@ -76,7 +76,7 @@ int
TAO_Exclusive_TMS::dispatch_reply (CORBA::ULong request_id,
CORBA::ULong reply_status,
const TAO_GIOP_Version& version,
- TAO_GIOP_ServiceContextList& reply_ctx,
+ IOP::ServiceContextList& reply_ctx,
TAO_GIOP_Message_State* message_state)
{
// There can be only one message state possible. Just do a sanity
@@ -235,7 +235,7 @@ int
TAO_Muxed_TMS::dispatch_reply (CORBA::ULong request_id,
CORBA::ULong reply_status,
const TAO_GIOP_Version &version,
- TAO_GIOP_ServiceContextList &reply_ctx,
+ IOP::ServiceContextList &reply_ctx,
TAO_GIOP_Message_State *message_state)
{
// This message state should be the same as the one we have here,