summaryrefslogtreecommitdiff
path: root/ACE/ace/SOCK_Dgram.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/SOCK_Dgram.h')
-rw-r--r--ACE/ace/SOCK_Dgram.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ACE/ace/SOCK_Dgram.h b/ACE/ace/SOCK_Dgram.h
index 6746627148e..ea418e6a21c 100644
--- a/ACE/ace/SOCK_Dgram.h
+++ b/ACE/ace/SOCK_Dgram.h
@@ -38,7 +38,7 @@ class ACE_Export ACE_SOCK_Dgram : public ACE_SOCK
{
public:
/// Default constructor.
- ACE_SOCK_Dgram (void);
+ ACE_SOCK_Dgram ();
/// This is a BSD-style method (i.e., no QoS) for initiating a socket
/// dgram that will accept datagrams at the <local> address.
@@ -85,7 +85,7 @@ public:
int ipv6_only = 0);
/// Default dtor.
- ~ACE_SOCK_Dgram (void);
+ ~ACE_SOCK_Dgram ();
// = Data transfer routines.
/// Send an @a n byte @a buf to the datagram socket (uses <sendto(3)>).
@@ -204,7 +204,7 @@ public:
typedef ACE_INET_Addr PEER_ADDR;
/// Dump the state of an object.
- void dump (void) const;
+ void dump () const;
/// Set NIC to use as multicast interface.
int set_nic (const ACE_TCHAR *net_if,