diff options
author | mk1 <mk1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-07-11 11:28:43 +0000 |
---|---|---|
committer | mk1 <mk1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-07-11 11:28:43 +0000 |
commit | 6731148ee07c4fc2556a128ae5f79b072656725c (patch) | |
tree | 7d6fe31c99ecb1d0041d4ca0729f4b421c5d90f3 /ace/Addr.h | |
parent | 3fda35a73997a7e0fe7765c305bc5ff81c86508f (diff) | |
download | ATCD-6731148ee07c4fc2556a128ae5f79b072656725c.tar.gz |
Tue Jul 10 19:26:15 2001 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'ace/Addr.h')
-rw-r--r-- | ace/Addr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Addr.h b/ace/Addr.h index 140e0cdce21..5ea10111cc4 100644 --- a/ace/Addr.h +++ b/ace/Addr.h @@ -67,7 +67,7 @@ public: int operator != (const ACE_Addr &sap) const; /// Initializes instance variables. - void base_set (int type,[ int size); + void base_set (int type, int size); #if defined (ACE_HAS_BROKEN_SAP_ANY) /// Wild-card address. |