diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-05-01 23:33:17 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-05-01 23:33:17 +0000 |
commit | 0d44ad4b4458fd7feae7ed57ce2fb2091575d813 (patch) | |
tree | 78c142a14aaaf0f8a44a84f0eb566f71d757756b /ace/Addr.h | |
parent | 134d487b2c14922608b6e1fcbb9970ce9f76e455 (diff) | |
download | ATCD-0d44ad4b4458fd7feae7ed57ce2fb2091575d813.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/Addr.h')
-rw-r--r-- | ace/Addr.h | 6 |
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; |