diff options
author | Phil Mesnier <mesnier_p@ociweb.com> | 2007-06-01 22:32:23 +0000 |
---|---|---|
committer | Phil Mesnier <mesnier_p@ociweb.com> | 2007-06-01 22:32:23 +0000 |
commit | 9a7c03d984a6f7b6cdd26e9fdd12c7a2eeb2a57d (patch) | |
tree | 9dd616c65a1fdf238b61f08ada235cb127dcb24c /ACE/ace/INET_Addr.h | |
parent | 1f7ac2fad9c26babde777e505a6ac4a63fc33062 (diff) | |
download | ATCD-9a7c03d984a6f7b6cdd26e9fdd12c7a2eeb2a57d.tar.gz |
Fri Jun 1 22:26:39 UTC 2007 Phil Mesnier <mesnier_p@ociweb.com>
Diffstat (limited to 'ACE/ace/INET_Addr.h')
-rw-r--r-- | ACE/ace/INET_Addr.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ACE/ace/INET_Addr.h b/ACE/ace/INET_Addr.h index 76672eb265c..f9cbf08a69f 100644 --- a/ACE/ace/INET_Addr.h +++ b/ACE/ace/INET_Addr.h @@ -344,6 +344,10 @@ public: /// Compare two addresses for inequality. bool operator != (const ACE_INET_Addr &SAP) const; + /// A variation of the equality operator, this method only compares the + /// IP address and ignores the port number. + bool is_ip_equal (const ACE_INET_Addr &SAP) const; + /// Computes and returns hash value. virtual u_long hash (void) const; |