summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0447934fa91..6e7849ad7c3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+Tue Mar 16 16:56:36 2004 Balachandran Natarajan <bala@dre.vanderbilt.edu>
+
+ * asnmp/tests/Gauge_test.cpp:
+ * asnmp/tests/Counter_test.cpp:
+
+ #ifdef'ed portions of the code which has no chances of compiling
+ on Win32, since native support for the used basic types are
+ missing. Changing the types to something else makes the test
+ useless. Commenting it out for Win32 shouldn't hurt anyone.
+
Tue Mar 16 16:34:38 2004 Balachandran Natarajan <bala@dre.vanderbilt.edu>
* asnmp/tests/Varbind_Test.cpp: