summaryrefslogtreecommitdiff
path: root/TAO/tao/Pluggable.h
diff options
context:
space:
mode:
authoralex <alex@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-04 05:33:55 +0000
committeralex <alex@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-04 05:33:55 +0000
commit8f9133e2f4996da190166da0eed3a6620d3c2bd0 (patch)
tree6ee3c8964b42ee835e1db4bc320dc793a145a6df /TAO/tao/Pluggable.h
parent2b7ce0e61c2741015431e1d056d8af380c0d0692 (diff)
downloadATCD-8f9133e2f4996da190166da0eed3a6620d3c2bd0.tar.gz
ChangeLog Entry : Fri Jun 4 00:32:04 1999 Alexander Babu Arulanthu <alex@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/Pluggable.h')
-rw-r--r--TAO/tao/Pluggable.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/tao/Pluggable.h b/TAO/tao/Pluggable.h
index 04980dc3dbd..9a0e0bdb159 100644
--- a/TAO/tao/Pluggable.h
+++ b/TAO/tao/Pluggable.h
@@ -36,7 +36,7 @@ class TAO_MProfile;
class TAO_Resource_Factory;
class TAO_Reply_Dispatcher;
-class TAO_Request_Mux_Strategy;
+class TAO_Transport_Mux_Strategy;
class TAO_Wait_Strategy;
class TAO_Export TAO_Transport
@@ -139,10 +139,10 @@ public:
// = Get and set methods for thr RMS object.
- // void rms (TAO_Request_Mux_Strategy *rms);
+ // void rms (TAO_Transport_Mux_Strategy *rms);
// Set the RMS object.
- TAO_Request_Mux_Strategy * rms (void) const;
+ TAO_Transport_Mux_Strategy * rms (void) const;
// Get the RMS used by this Transport object.
TAO_Wait_Strategy *wait_strategy (void) const;
@@ -178,7 +178,7 @@ protected:
TAO_ORB_Core *orb_core_;
// Global orbcore resource.
- TAO_Request_Mux_Strategy *rms_;
+ TAO_Transport_Mux_Strategy *tms_;
// Strategy to decide whether multiple requests can be sent over the
// same connection or the connection is exclusive for a request.