From a17646afec6e82dab9b7f5dee600ad764477bc72 Mon Sep 17 00:00:00 2001 From: Steve Huston Date: Fri, 7 Nov 1997 03:21:52 +0000 Subject: Changed operators == and != to be non-virtual, and to take the 'sap' argument as their own type (not ACE_Addr). Changed the implementations to use more of the type-specific data. --- ace/FILE_Addr.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ace/FILE_Addr.h') diff --git a/ace/FILE_Addr.h b/ace/FILE_Addr.h index e49240dbe7f..733dcf08f69 100644 --- a/ace/FILE_Addr.h +++ b/ace/FILE_Addr.h @@ -53,10 +53,10 @@ public: virtual int addr_to_string (char *addr, size_t) const; // Transform the current address into string format. - virtual int operator == (const ACE_Addr &SAP) const; + int operator == (const ACE_FILE_Addr &SAP) const; // Compare two addresses for equality. - virtual int operator != (const ACE_Addr &SAP) const; + int operator != (const ACE_FILE_Addr &SAP) const; // Compare two addresses for inequality. LPCTSTR get_path_name (void) const; -- cgit v1.2.1