summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2002-03-11 22:02:19 +0000
committerSteve Huston <shuston@riverace.com>2002-03-11 22:02:19 +0000
commit1c42d032d6e86c7e24f03eb96e828ace5105ab4a (patch)
tree0bcdc89c11667b6374e246f80d5a1214237b101d /ChangeLog
parente12439e33b0ab314efc67310308efc3b50fc20a2 (diff)
downloadATCD-1c42d032d6e86c7e24f03eb96e828ace5105ab4a.tar.gz
ChangeLogTag:Mon Mar 11 16:59:42 2002 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1bf6ad9fb15..554d1541a33 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+Mon Mar 11 16:59:42 2002 Steve Huston <shuston@riverace.com>
+
+ * tests/TP_Reactor_Test.h (new file):
+ * tests/TP_Reactor_Test.cpp: Moved declarations for Receiver,
+ Acceptor, Sender, and Connector classes to the new file
+ TP_Reactor_Test.h so Visual Age C++ can find them when
+ instantiating templates.
+
Mon Mar 11 16:38:49 2002 Steve Huston <shuston@riverace.com>
* tests/Reactor_Notify_Test.cpp: Added missing #include "ace/Reactor.h"