summaryrefslogtreecommitdiff
path: root/ACE/ace/TLI_Acceptor.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/TLI_Acceptor.h')
-rw-r--r--ACE/ace/TLI_Acceptor.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ACE/ace/TLI_Acceptor.h b/ACE/ace/TLI_Acceptor.h
index 506fbab0ac3..11a3856443f 100644
--- a/ACE/ace/TLI_Acceptor.h
+++ b/ACE/ace/TLI_Acceptor.h
@@ -46,7 +46,7 @@ public:
friend class ACE_Request_Queue;
/// Default constructor.
- ACE_TLI_Acceptor (void);
+ ACE_TLI_Acceptor ();
/// Initiate a passive mode socket.
ACE_TLI_Acceptor (const ACE_Addr &remote_sap,
@@ -65,7 +65,7 @@ public:
const char device[] = ACE_TLI_TCP_DEVICE);
/// Close down the acceptor and release resources.
- int close (void);
+ int close ();
// = Passive connection acceptance method.
@@ -88,7 +88,7 @@ public:
typedef ACE_TLI_Stream PEER_STREAM;
/// Dump the state of an object.
- void dump (void) const;
+ void dump () const;
/// Declare the dynamic allocation hooks.
ACE_ALLOC_HOOK_DECLARE;