summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2000-11-24 03:20:36 +0000
committerbala <balanatarajan@users.noreply.github.com>2000-11-24 03:20:36 +0000
commit46eb7e926c2894b879320293d83936c877e8fd5d (patch)
tree4ffef74536b588aaf7042f9b05131dbb3a7596ae
parentefb5d8ade88c442ee2caf9cde9a28d43e04defe7 (diff)
downloadATCD-46eb7e926c2894b879320293d83936c877e8fd5d.tar.gz
*** empty log message ***
-rw-r--r--TAO/tao/IIOP_Transport.cpp1
-rw-r--r--TAO/tao/IIOP_Transport.h19
2 files changed, 1 insertions, 19 deletions
diff --git a/TAO/tao/IIOP_Transport.cpp b/TAO/tao/IIOP_Transport.cpp
index 060b7ba1a9d..db3ee0265eb 100644
--- a/TAO/tao/IIOP_Transport.cpp
+++ b/TAO/tao/IIOP_Transport.cpp
@@ -2,7 +2,6 @@
// $Id$
#include "tao/IIOP_Transport.h"
-#include "tao/IIOP_Connect.h"
#include "tao/IIOP_Profile.h"
#include "tao/Timeprobe.h"
#include "tao/CDR.h"
diff --git a/TAO/tao/IIOP_Transport.h b/TAO/tao/IIOP_Transport.h
index c5ef03ad1a8..3b4034d6340 100644
--- a/TAO/tao/IIOP_Transport.h
+++ b/TAO/tao/IIOP_Transport.h
@@ -81,24 +81,6 @@ public:
virtual int register_handler (void);
- 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);
-
- virtual ssize_t send (const u_char *buf,
- size_t len,
- const ACE_Time_Value *s = 0);
-
- virtual ssize_t recv (char *buf,
- size_t len,
- const ACE_Time_Value *s = 0);
-
-
virtual int send_request (TAO_Stub *stub,
TAO_ORB_Core *orb_core,
TAO_OutputCDR &stream,
@@ -127,6 +109,7 @@ public:
virtual int messaging_init (CORBA::Octet major,
CORBA::Octet minor);
// Initialising the messaging object
+
private:
/// The connection service handler used for accessing lower layer