From e5a491306b8c5c80887fe50821368991733fd1aa Mon Sep 17 00:00:00 2001 From: Ossama Othman Date: Sat, 10 Jul 1999 01:58:44 +0000 Subject: Implemented a hash function for ACE_UNIX_Addr instead of relying on the base class no-op hash function. --- ace/UNIX_Addr.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ace/UNIX_Addr.h') 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. -- cgit v1.2.1