diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-01-25 01:25:11 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-01-25 01:25:11 +0000 |
commit | c4f37315e6ef58114766190af6331cd9a205f557 (patch) | |
tree | b63249445231b35883568d4beb9b9295ff7de695 /TAO/tao/IIOP_Transport.h | |
parent | 4aec6275b375d3f4307ed53f2d8e071c0da7697e (diff) | |
download | ATCD-c4f37315e6ef58114766190af6331cd9a205f557.tar.gz |
ChangeLogTag:Wed Jan 24 17:00:52 2001 Carlos O'Ryan <coryan@uci.edu>
Diffstat (limited to 'TAO/tao/IIOP_Transport.h')
-rw-r--r-- | TAO/tao/IIOP_Transport.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/TAO/tao/IIOP_Transport.h b/TAO/tao/IIOP_Transport.h index e525c50c019..ddb389b8829 100644 --- a/TAO/tao/IIOP_Transport.h +++ b/TAO/tao/IIOP_Transport.h @@ -75,11 +75,6 @@ public: virtual int idle (void); /// Write the complete Message_Block chain to the connection. - virtual ssize_t send (TAO_Stub *stub, - int two_way, - const ACE_Message_Block *mblk, - const ACE_Time_Value *s = 0); - virtual ssize_t send (const ACE_Message_Block *mblk, const ACE_Time_Value *s = 0, size_t *bytes_transferred = 0); |