summaryrefslogtreecommitdiff
path: root/ASNMP/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ASNMP/ChangeLog')
-rw-r--r--ASNMP/ChangeLog14
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: