summaryrefslogtreecommitdiff
path: root/TAO/tao/Pluggable.i
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-08-14 22:40:41 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-08-14 22:40:41 +0000
commitc4fc2f8abdd0ba5d4c811c7a74a66463b5c50d6c (patch)
tree11ff994291001e9404230533c945191c384e17d7 /TAO/tao/Pluggable.i
parent0566348fccd19b8f9daf35b2a227ee5cb13e6cb9 (diff)
downloadATCD-c4fc2f8abdd0ba5d4c811c7a74a66463b5c50d6c.tar.gz
ChangeLogTag:Sat Aug 14 17:39:04 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/Pluggable.i')
-rw-r--r--TAO/tao/Pluggable.i21
1 files changed, 21 insertions, 0 deletions
diff --git a/TAO/tao/Pluggable.i b/TAO/tao/Pluggable.i
index 934cf4e062d..e3cab2239ef 100644
--- a/TAO/tao/Pluggable.i
+++ b/TAO/tao/Pluggable.i
@@ -3,6 +3,27 @@
// ****************************************************************
+ACE_INLINE TAO_ORB_Core *
+TAO_Transport::orb_core (void) const
+{
+ return this->orb_core_;
+}
+
+ACE_INLINE TAO_Transport_Mux_Strategy *
+TAO_Transport::tms (void) const
+{
+ return tms_;
+}
+
+// Return the Wait strategy used by the Transport.
+ACE_INLINE TAO_Wait_Strategy *
+TAO_Transport::wait_strategy (void) const
+{
+ return this->ws_;
+}
+
+// ****************************************************************
+
ACE_INLINE
TAO_Profile::TAO_Profile (CORBA::ULong tag)
: tag_ (tag),