diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 1999-07-10 01:58:44 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 1999-07-10 01:58:44 +0000 |
commit | e5a491306b8c5c80887fe50821368991733fd1aa (patch) | |
tree | e08623ebc42c92ba6a7644afe57a21744c6414d4 /ace/UNIX_Addr.h | |
parent | 67f9e6af1463d695b6e48014d12c16f6e8116bbb (diff) | |
download | ATCD-e5a491306b8c5c80887fe50821368991733fd1aa.tar.gz |
Implemented a hash function for ACE_UNIX_Addr instead of relying
on the base class no-op hash function.
Diffstat (limited to 'ace/UNIX_Addr.h')
-rw-r--r-- | ace/UNIX_Addr.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ace/UNIX_Addr.h b/ace/UNIX_Addr.h index 1c8b9a8269e..12c7967ddfc 100644 --- a/ace/UNIX_Addr.h +++ b/ace/UNIX_Addr.h @@ -73,6 +73,9 @@ public: const char *get_path_name (void) const; // Return the path name of the underlying rendezvous point. + virtual u_long hash (void) const; + // Computes and returns hash value. + void dump (void) const; // Dump the state of an object. |