summaryrefslogtreecommitdiff
path: root/TAO/tao/IIOP_Transport.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/IIOP_Transport.h')
-rw-r--r--TAO/tao/IIOP_Transport.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tao/IIOP_Transport.h b/TAO/tao/IIOP_Transport.h
index 8e5999bb3e9..09c147dbe85 100644
--- a/TAO/tao/IIOP_Transport.h
+++ b/TAO/tao/IIOP_Transport.h
@@ -60,7 +60,7 @@ protected:
* Protected destructor to enforce proper memory management through
* the reference counting mechanism.
*/
- virtual ~TAO_IIOP_Transport (void);
+ virtual ~TAO_IIOP_Transport ();
/** @name Overridden Template Methods
*
@@ -68,7 +68,7 @@ protected:
* details.
*/
//@{
- virtual ACE_Event_Handler * event_handler_i (void);
+ virtual ACE_Event_Handler * event_handler_i ();
virtual ssize_t send (iovec *iov, int iovcnt,
size_t &bytes_transferred,
@@ -107,7 +107,7 @@ public:
virtual int tear_listen_point_list (TAO_InputCDR &cdr);
- virtual TAO_Connection_Handler * connection_handler_i (void);
+ virtual TAO_Connection_Handler * connection_handler_i ();
//@}
private: