diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-12-21 22:25:43 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-12-21 22:25:43 +0000 |
commit | 19bff6d7acfc01404027068d21d958cc7ae8204a (patch) | |
tree | fba11aad2d1cfe43989030578d2c36d62708e587 /ASNMP/ChangeLog | |
parent | 0c7a404e73fbb7a5abbee95a65d035c0f4317f76 (diff) | |
download | ATCD-19bff6d7acfc01404027068d21d958cc7ae8204a.tar.gz |
ChangeLogTag: Tue Dec 21 16:22:21 1999 David L. Levine <levine@cs.wustl.edu>
Diffstat (limited to 'ASNMP/ChangeLog')
-rw-r--r-- | ASNMP/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/ASNMP/ChangeLog b/ASNMP/ChangeLog index 61c2fe5c2dc..3003192112b 100644 --- a/ASNMP/ChangeLog +++ b/ASNMP/ChangeLog @@ -1,3 +1,17 @@ +Tue Dec 21 16:22:21 1999 David L. Levine <levine@cs.wustl.edu> + + * tests/*.cpp: removed the unnecessary explicit template + instantiation. Other instantiations were necessary + with it, and it seemed to serve no useful purpose: + there was no use of an ACE_Unbounded_Set<Log_Msg *>. + Thanks to Jose Rubio <jrubio@tr.comm.mot.com> for + reporting link failures with Sun CC 5.0, with explicit + template instantiation enabled. + + * tests/test_config.h: added #include of "ace/ACE.h", + because the file uses it later. g++ 2.91.66 on Linux + needed it. + Wed Jul 14 08:26:42 1999 Brian Raven <brianr@liffe.com> * asnmp/snmp.{h,cpp},wpdu.cpp: |