summaryrefslogtreecommitdiff
path: root/ace/SOCK_Dgram_Bcast.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/SOCK_Dgram_Bcast.h')
-rw-r--r--ace/SOCK_Dgram_Bcast.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/ace/SOCK_Dgram_Bcast.h b/ace/SOCK_Dgram_Bcast.h
index 680861860b0..64e134b21c9 100644
--- a/ace/SOCK_Dgram_Bcast.h
+++ b/ace/SOCK_Dgram_Bcast.h
@@ -23,6 +23,8 @@ class ACE_Export ACE_Bcast_Node
{
public:
ACE_Bcast_Node (ACE_INET_Addr &, ACE_Bcast_Node *);
+ ~ACE_Bcast_Node (void);
+ // Default dtor.
ACE_INET_Addr bcast_addr_;
// Broadcast address for the interface.
@@ -46,6 +48,10 @@ public:
int protocol = 0,
int reuse_addr = 0,
const ASYS_TCHAR *host_name = 0);
+
+ ~ACE_SOCK_Dgram_Bcast (void);
+ // Default dtor.
+
// Initiate a connectionless datagram broadcast endpoint.
int open (const ACE_Addr &local,