summaryrefslogtreecommitdiff
path: root/ace/Addr.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Addr.h')
-rw-r--r--ace/Addr.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/Addr.h b/ace/Addr.h
index d6bfbaa134b..d68669a93ef 100644
--- a/ace/Addr.h
+++ b/ace/Addr.h
@@ -62,10 +62,10 @@ public:
// = Equality/inequality tests
/// Check for address equality.
- int operator == (const ACE_Addr &sap) const;
+ bool operator == (const ACE_Addr &sap) const;
/// Check for address inequality.
- int operator != (const ACE_Addr &sap) const;
+ bool operator != (const ACE_Addr &sap) const;
/// Initializes instance variables.
void base_set (int type, int size);