diff options
author | bala <balanatarajan@users.noreply.github.com> | 2002-04-15 00:05:42 +0000 |
---|---|---|
committer | bala <balanatarajan@users.noreply.github.com> | 2002-04-15 00:05:42 +0000 |
commit | f7dc76ca58ff0e1a56b710a5023df6360b0583e3 (patch) | |
tree | 5654675338abf6b2a8cc02ea21f39d5066367758 /TAO/tao/Connector_Registry.i | |
parent | 80574755fb6685cddcdfca8a4dfca1dda820696b (diff) | |
download | ATCD-f7dc76ca58ff0e1a56b710a5023df6360b0583e3.tar.gz |
ChangeLogTag: Sun Apr 14 19:02:16 2002 Balachandran Natarajan <bala@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/Connector_Registry.i')
-rw-r--r-- | TAO/tao/Connector_Registry.i | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/TAO/tao/Connector_Registry.i b/TAO/tao/Connector_Registry.i index f2f5cfd2047..e7c870db957 100644 --- a/TAO/tao/Connector_Registry.i +++ b/TAO/tao/Connector_Registry.i @@ -1,5 +1,10 @@ // -*- C++ -*- // $Id$ +ACE_INLINE TAO_Connector * +TAO_Connector_Registry::get_connector (TAO_Endpoint *ep) +{ + return this->get_connector (ep->tag ()); +} ACE_INLINE TAO_ConnectorSetIterator TAO_Connector_Registry::begin (void) |