summaryrefslogtreecommitdiff
path: root/TAO/tao/Transport_Connector.inl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Transport_Connector.inl')
-rw-r--r--TAO/tao/Transport_Connector.inl19
1 files changed, 0 insertions, 19 deletions
diff --git a/TAO/tao/Transport_Connector.inl b/TAO/tao/Transport_Connector.inl
deleted file mode 100644
index c25d96057fb..00000000000
--- a/TAO/tao/Transport_Connector.inl
+++ /dev/null
@@ -1,19 +0,0 @@
-// -*- C++ -*-
-// $Id$
-ACE_INLINE TAO_ORB_Core *
-TAO_Connector::orb_core (void)
-{
- return this->orb_core_;
-}
-
-ACE_INLINE void
-TAO_Connector::orb_core (TAO_ORB_Core *orb_core)
-{
- this->orb_core_ = orb_core;
-}
-
-ACE_INLINE CORBA::ULong
-TAO_Connector::tag (void) const
-{
- return this->tag_;
-}