summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2004-03-17 11:10:37 +0000
committerbala <balanatarajan@users.noreply.github.com>2004-03-17 11:10:37 +0000
commit95d0b67415bd007fbbe34d4b67f38c4ad9958131 (patch)
tree7f556fa528963d3f3f12c7c419d35a939d84cffb
parent96537c2be3551391fa44f716eb7cfdded21d9c9c (diff)
downloadATCD-95d0b67415bd007fbbe34d4b67f38c4ad9958131.tar.gz
*** empty log message ***
-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: