summaryrefslogtreecommitdiff
path: root/ASNMP
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2004-04-23 06:04:28 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2004-04-23 06:04:28 +0000
commita519b16f91a5699c56345156d99f43b6c5e87e30 (patch)
tree7acfecfc74d9b4bd2d40b5b0c5a371c63d22de2f /ASNMP
parentd773c768fe9e48f10cf70b23d604786debf5f7a9 (diff)
downloadATCD-a519b16f91a5699c56345156d99f43b6c5e87e30.tar.gz
ChangeLogTag:Thu Apr 22 22:22:59 2004 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'ASNMP')
-rw-r--r--ASNMP/asnmp/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ASNMP/asnmp/ChangeLog b/ASNMP/asnmp/ChangeLog
index 08b47ee4786..9747ba4ad23 100644
--- a/ASNMP/asnmp/ChangeLog
+++ b/ASNMP/asnmp/ChangeLog
@@ -1,3 +1,19 @@
+Thu Apr 22 23:03:48 2004 Ossama Othman <ossama@dre.vanderbilt.edu>
+
+ * address.cpp:
+ * address.h:
+ * octet.cpp:
+ * octet.h:
+ * oid.cpp:
+ * oid.h:
+ * target.cpp:
+ * target.h:
+ * vb.cpp:
+ * vb.h:
+
+ Changed all return types for equality, relational and logical
+ operators to "bool", as is the norm for modern C++.
+
Fri Aug 29 07:57:05 2003 Ossama Othman <ossama@dre.vanderbilt.edu>
* octet.cpp (to_string_hex):