summaryrefslogtreecommitdiff
path: root/ace/Addr.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1998-05-01 23:33:17 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1998-05-01 23:33:17 +0000
commit24cb4c7f520a4f070195bb4752a54f5b38c9a2b9 (patch)
tree78c142a14aaaf0f8a44a84f0eb566f71d757756b /ace/Addr.h
parentaceb7fbb512320fa926c32a59be8b5a64e29de04 (diff)
downloadATCD-24cb4c7f520a4f070195bb4752a54f5b38c9a2b9.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/Addr.h')
-rw-r--r--ace/Addr.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/ace/Addr.h b/ace/Addr.h
index 0d96f65cd3d..5776311c497 100644
--- a/ace/Addr.h
+++ b/ace/Addr.h
@@ -25,12 +25,14 @@ class ACE_Export ACE_Addr
// Defines the base class for the "address family independent"
// address format.
public:
- // = Initialization method.
-
+ // = Initialization and termination methods.
ACE_Addr (int type = -1,
int size = -1);
// Initializes instance variables.
+ virtual ~ACE_Addr (void);
+ // Destructor.
+
// = Get/set the size of the address.
int get_size (void) const;