summaryrefslogtreecommitdiff
path: root/ace/Local_Name_Space.cpp
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2004-04-23 03:06:19 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2004-04-23 03:06:19 +0000
commit8a30729dc5a0364cbfb2750c94e13015ada77784 (patch)
tree517d13a21fce9eefd531d325e4edb5ba94f70e58 /ace/Local_Name_Space.cpp
parent6cc42ca0d9f466c92dd2d6d977f4bbfac9de7012 (diff)
downloadATCD-8a30729dc5a0364cbfb2750c94e13015ada77784.tar.gz
ChangeLogTag:Thu Apr 22 20:01:12 2004 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'ace/Local_Name_Space.cpp')
-rw-r--r--ace/Local_Name_Space.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/ace/Local_Name_Space.cpp b/ace/Local_Name_Space.cpp
index 3511364182f..b292ce67163 100644
--- a/ace/Local_Name_Space.cpp
+++ b/ace/Local_Name_Space.cpp
@@ -96,7 +96,7 @@ ACE_NS_String::strstr (const ACE_NS_String &s) const
}
}
-int
+bool
ACE_NS_String::operator == (const ACE_NS_String &s) const
{
ACE_TRACE ("ACE_NS_String::operator ==");
@@ -105,7 +105,7 @@ ACE_NS_String::operator == (const ACE_NS_String &s) const
(void *) s.rep_, this->len_) == 0;
}
-int
+bool
ACE_NS_String::operator != (const ACE_NS_String &s) const
{
ACE_TRACE ("ACE_NS_String::operator !=");
@@ -143,7 +143,7 @@ ACE_NS_Internal::ACE_NS_Internal (ACE_NS_String &value, const char *type)
ACE_TRACE ("ACE_NS_Internal::ACE_NS_Internal");
}
-int
+bool
ACE_NS_Internal::operator == (const ACE_NS_Internal &s) const
{
ACE_TRACE ("ACE_NS_Internal::operator ==");