summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-12-10 03:32:35 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-12-10 03:32:35 +0000
commit9fac4fb1c3d647da70f6bbd5f6f189388372d4b5 (patch)
treebd185c7553794f2e18f3417391abfdfa86abf28b
parent73d5f0421de910dba50d84a0bd50483476d31b8c (diff)
downloadATCD-9fac4fb1c3d647da70f6bbd5f6f189388372d4b5.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog-98b11
1 files changed, 9 insertions, 2 deletions
diff --git a/ChangeLog-98b b/ChangeLog-98b
index aeacb9f33e4..1d1f9c09aff 100644
--- a/ChangeLog-98b
+++ b/ChangeLog-98b
@@ -1,7 +1,7 @@
Wed Dec 09 18:03:58 1998 Irfan Pyarali <irfan@cs.wustl.edu>
- * examples/Reactor/WFMO_Reactor/test_network_events.cpp (main):
- Removed global variables and cleaned up some minor things.
+ * examples/Reactor/WFMO_Reactor/test_network_events.cpp (main):
+ Removed global variables and cleaned up some minor things.
Wed Dec 09 07:02:06 1998 David L. Levine <levine@cs.wustl.edu>
@@ -30,6 +30,13 @@ Wed Dec 09 07:02:06 1998 David L. Levine <levine@cs.wustl.edu>
* ace/config-tandem.h,README: removed ACE_HAS_STRUCT_PROTOENT_DATA,
because it is no longer used. Thanks to Ossama for reporting this.
+ * tests/Collection_Test.cpp,
+ examples/Reactor/Misc/test_early_timeouts.cpp:
+ removed unused parameter names argc and argv.
+
+ * tests/DLL_Test.cpp: added ACE_Auto_Basic_Ptr <Hello> template
+ instantiation.
+
1998-12-09 Irfan Pyarali <irfan@cs.wustl.edu>
* tests/Collection_Test.cpp: Added new test for ACE collections.