summaryrefslogtreecommitdiff
path: root/ASNMP
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2004-04-26 18:38:47 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2004-04-26 18:38:47 +0000
commit89e05a37b07c7bf0bed51c7f60b7eb9b698d219b (patch)
tree34e9324068d0e1b2769abf671a900e00311533e5 /ASNMP
parentd7f295e5e9e535a898e0f918bff4dc726896bf93 (diff)
downloadATCD-89e05a37b07c7bf0bed51c7f60b7eb9b698d219b.tar.gz
ChangeLogTag: Mon Apr 26 18:37:12 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ASNMP')
-rw-r--r--ASNMP/ChangeLog16
1 files changed, 13 insertions, 3 deletions
diff --git a/ASNMP/ChangeLog b/ASNMP/ChangeLog
index 74bfbed1fae..4252c29b755 100644
--- a/ASNMP/ChangeLog
+++ b/ASNMP/ChangeLog
@@ -1,13 +1,23 @@
+Mon Apr 26 18:37:12 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * examples/get/get.cpp:
+ * examples/get/get_async.cpp:
+ * examples/next/next.cpp:
+ * examples/set/set.cpp:
+ * examples/trap/trap.cpp:
+ * examples/walk/walk.cpp:
+ Don't use deprecated methods of ACE_Get_Opt and ACE_Reactor
+
Mon Apr 26 15:14:12 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
- * ASNMP/examples/trap/purify4.1.txt:
+ * examples/trap/purify4.1.txt:
Removed this file, it contains purify results and shouldn't
belong in the repo.
Thu Apr 22 20:45:27 2004 Ossama Othman <ossama@dre.vanderbilt.edu>
- * ASNMP/tests/Octet_Test.cpp:
- * ASNMP/tests/Oid_Test.cpp:
+ * tests/Octet_Test.cpp:
+ * tests/Oid_Test.cpp:
Changed all return types for equality, relational and logical
operators to "bool", as is the norm for modern C++.