summaryrefslogtreecommitdiff
path: root/ace/SOCK_Dgram.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/SOCK_Dgram.h')
-rw-r--r--ace/SOCK_Dgram.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ace/SOCK_Dgram.h b/ace/SOCK_Dgram.h
index d9447796b16..4b4313c11bc 100644
--- a/ace/SOCK_Dgram.h
+++ b/ace/SOCK_Dgram.h
@@ -36,6 +36,9 @@ public:
int reuse_addr = 0);
// Initiate a socket dgram.
+ ~ACE_SOCK_Dgram (void);
+ // Default dtor.
+
int open (const ACE_Addr &local,
int protocol_family = PF_INET,
int protocol = 0,