diff options
author | bala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-12-07 23:49:59 +0000 |
---|---|---|
committer | bala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-12-07 23:49:59 +0000 |
commit | da02d137389aa68ae028dae8c4c554ddc5c954a8 (patch) | |
tree | f581994603321ef174fa5d9ea2a56cf6adbabc28 /TAO/tao/IIOP_Connection_Handler.i | |
parent | 3df2cd25345cc8585a0b83188a27016d6d966d83 (diff) | |
download | ATCD-da02d137389aa68ae028dae8c4c554ddc5c954a8.tar.gz |
ChangeLogTag: Thu Dec 7 17:36:47 2000 Balachandran Natarajan <bala@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/IIOP_Connection_Handler.i')
-rw-r--r-- | TAO/tao/IIOP_Connection_Handler.i | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/TAO/tao/IIOP_Connection_Handler.i b/TAO/tao/IIOP_Connection_Handler.i new file mode 100644 index 00000000000..80f480a3663 --- /dev/null +++ b/TAO/tao/IIOP_Connection_Handler.i @@ -0,0 +1,8 @@ +// -*- C++ -*- +// $Id$ + +ACE_INLINE TAO_Transport * +TAO_IIOP_Connection_Handler::transport (void) +{ + return &(this->transport_); +} |