summaryrefslogtreecommitdiff
path: root/ace/Addr.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2001-07-11 10:49:04 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2001-07-11 10:49:04 +0000
commit3fda35a73997a7e0fe7765c305bc5ff81c86508f (patch)
tree1f786088678f89eed5087fbaf09a9f1db4437768 /ace/Addr.h
parenta20b2f1e28440942dfc6e39d38abc68a0f9b7a8a (diff)
downloadATCD-3fda35a73997a7e0fe7765c305bc5ff81c86508f.tar.gz
ChangeLogTag:Tue Jul 10 19:26:15 2001 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'ace/Addr.h')
-rw-r--r--ace/Addr.h11
1 files changed, 4 insertions, 7 deletions
diff --git a/ace/Addr.h b/ace/Addr.h
index 6db4eaa14eb..140e0cdce21 100644
--- a/ace/Addr.h
+++ b/ace/Addr.h
@@ -6,11 +6,10 @@
*
* $Id$
*
- * @author Doug Schmidt
+ * @author Douglas C. Schmidt <schmidt@cs.wustl.edu>
*/
//=============================================================================
-
#ifndef ACE_ADDR_H
#define ACE_ADDR_H
#include "ace/pre.h"
@@ -58,8 +57,7 @@ public:
virtual void *get_addr (void) const;
/// Set a pointer to the address.
- virtual void set_addr (void *,
- int len);
+ virtual void set_addr (void *, int len);
// = Equality/inequality tests
/// Check for address equality.
@@ -69,8 +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.
@@ -84,7 +81,7 @@ public:
#endif /* ACE_HAS_BROKEN_SAP_ANY */
/// Returns a hash value. This should be overwritten by a subclass
- /// which can produce a better hash value.
+ /// that can produce a better hash value.
virtual u_long hash (void) const;
/// Dump the state of an object.