diff options
author | doccvs <doccvs@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-11-09 18:48:44 +0000 |
---|---|---|
committer | doccvs <doccvs@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-11-09 18:48:44 +0000 |
commit | 3db71840bc9c446a7709b1a8f620bee6a953e6d3 (patch) | |
tree | 7008cc34c876503e0da1d07eeb2891025fbb0d49 /TAO/tao/SHMIOP_Connect.i | |
parent | 8fd13ec7f8b0abd317029f9cda78a3f55222891a (diff) | |
download | ATCD-3db71840bc9c446a7709b1a8f620bee6a953e6d3.tar.gz |
ChangeLogTag: Thu Nov 9 10:38:19 2000 Priyanka Gontla <pgontla@ece.uci.edu>
Diffstat (limited to 'TAO/tao/SHMIOP_Connect.i')
-rw-r--r-- | TAO/tao/SHMIOP_Connect.i | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/TAO/tao/SHMIOP_Connect.i b/TAO/tao/SHMIOP_Connect.i deleted file mode 100644 index 919f4fed84b..00000000000 --- a/TAO/tao/SHMIOP_Connect.i +++ /dev/null @@ -1,14 +0,0 @@ -// -*- C++ -*- -// $Id$ - -ACE_INLINE TAO_Transport * -TAO_SHMIOP_Server_Connection_Handler::transport (void) -{ - return &(this->transport_); -} - -ACE_INLINE TAO_Transport * -TAO_SHMIOP_Client_Connection_Handler::transport (void) -{ - return &(this->transport_); -} |