diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2004-04-26 18:38:47 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2004-04-26 18:38:47 +0000 |
commit | 2073b92905c01658600a62380a84a98f98ccd8f6 (patch) | |
tree | 34e9324068d0e1b2769abf671a900e00311533e5 /ASNMP | |
parent | 0a6e111495f321bb9582b6035e53101911dcaf9a (diff) | |
download | ATCD-2073b92905c01658600a62380a84a98f98ccd8f6.tar.gz |
ChangeLogTag: Mon Apr 26 18:37:12 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ASNMP')
-rw-r--r-- | ASNMP/ChangeLog | 16 |
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++. |