diff options
Diffstat (limited to 'ace/INET_Addr.h')
-rw-r--r-- | ace/INET_Addr.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ace/INET_Addr.h b/ace/INET_Addr.h index 3fd2fd93b9a..b515b186d65 100644 --- a/ace/INET_Addr.h +++ b/ace/INET_Addr.h @@ -60,6 +60,9 @@ public: // <port_name> and an Internet <ip_addr>. This method assumes that // <ip_addr> is in host byte order. + ~ACE_INET_Addr (void); + // Default dtor. + // = Direct initialization methods (useful after the object has been // constructed). int set (const ACE_INET_Addr &); |