summaryrefslogtreecommitdiff
path: root/ASNMP/tests
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2004-04-24 04:25:03 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2004-04-24 04:25:03 +0000
commit6be0ee8cac65165c78cc4e1334261bfa55e43217 (patch)
tree20061be0e59f0a1dcf093c7f101bbf43117b67f3 /ASNMP/tests
parenta33b650a8e0e914825a39a543aabd34e93b5d965 (diff)
downloadATCD-6be0ee8cac65165c78cc4e1334261bfa55e43217.tar.gz
Minor change in comment to quiet non-bool operator fuzz test.
Diffstat (limited to 'ASNMP/tests')
-rw-r--r--ASNMP/tests/Target_Test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ASNMP/tests/Target_Test.cpp b/ASNMP/tests/Target_Test.cpp
index 0e3548cf826..bd74641ee4a 100644
--- a/ASNMP/tests/Target_Test.cpp
+++ b/ASNMP/tests/Target_Test.cpp
@@ -81,7 +81,7 @@ ACE_RCSID(tests, Target_Test, "$Id$")
void set_version( const snmp_version v);
UdpTarget& operator=( const UdpTarget& target);
- friend int operator==( const UdpTarget &lhs, const UdpTarget &rhs);
+ friend bool operator==( const UdpTarget &lhs, const UdpTarget &rhs);
*/