summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2001-12-14 13:02:47 +0000
committerbala <balanatarajan@users.noreply.github.com>2001-12-14 13:02:47 +0000
commita66a214cc99fb5d44e9c418c2b3b5bbe5d68e861 (patch)
treed9bda6d24ce2d26c21d5102a1a4850e72e43e8c7
parentf055726f5a6cb558f6514ab35962e3b4ec1aec63 (diff)
downloadATCD-a66a214cc99fb5d44e9c418c2b3b5bbe5d68e861.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog_Reactor_Rewrite92
-rw-r--r--TAO/ChangeLog_Reactor_Rewrite14
2 files changed, 106 insertions, 0 deletions
diff --git a/ChangeLog_Reactor_Rewrite b/ChangeLog_Reactor_Rewrite
new file mode 100644
index 00000000000..8684eefb428
--- /dev/null
+++ b/ChangeLog_Reactor_Rewrite
@@ -0,0 +1,92 @@
+Fri Dec 14 07:00:50 2001 Balachandran Natarajan <bala@cs.wustl.edu>
+
+ * Merged with the main trunk and moved things to a new branch.
+ The following changes below have already been merged into the
+ main trunk.
+
+Tue Nov 27 12:29:09 2001 Balachandran Natarajan <bala@cs.wustl.edu>
+
+ * ace/Refcountable.h: Added a #define for the inlined file.
+
+ * examples/Reactor/Misc/test_demuxing.cpp:
+ * examples/Timer_Queue/Reactor_Timer_Queue_Test.h:
+ * examples/Timer_Queue/main_reactor.cpp: Added #includes
+
+ * examples/*/Makefile:
+ * tests/Makefile: Updated dependencies
+
+Wed Nov 21 10:44:33 2001 Balachandran Natarajan <bala@cs.wustl.edu>
+
+ * tests/Cached_Accept_Conn_Test.h:
+ * tests/Cached_Conn_Test.cpp:
+ * tests/Conn_Test.cpp:
+ * tests/Message_Queue_Notifications_Test.cpp:
+ * tests/Priority_Reactor_Test.cpp:
+ * tests/Reactors_Test.cpp:
+ * tests/Service_Config_DLL.cpp:
+ * tests/RMCast/Makefile: Fixed compilation errors.
+
+Wed Nov 21 10:42:13 2001 Balachandran Natarajan <bala@cs.wustl.edu>
+
+ * ace/Svc_Handler.cpp:
+ * ace/Connector.h:
+ * ace/Strategies_T.h:
+ * ace/Acceptor.h:
+ * ace/Svc_Handler.h: Fixed compilation errors.
+
+Tue Nov 20 12:48:39 2001 Balachandran Natarajan <bala@cs.wustl.edu>
+
+ * ace/Strategies.h:
+ * ace/Strategies.cpp:
+ * ace/Strategies.i: Removed from the repo as the files are being
+ replaced with multiple files, with one class per file. Please
+ see below for details. The conglomeration of all the classes in
+ the same file made very less sense.
+
+ * ace/Connection_Recycling_Strategy.h:
+ * ace/Connection_Recycling_Strategy.cpp: Added a new file for the
+ class ACE_Connection_Recycling_Strategy
+
+ * ace/Hashable.h:
+ * ace/Hashable.cpp:
+ * ace/Hashable.inl: New file for the class ACE_Hashable
+
+ * ace/Notification_Strategy.h:
+ * ace/Notification_Strategy.cpp:
+ * ace/Notification_Strategy.inl: New file for the class
+ ACE_Notification_Strategy.
+
+ * ace/Reactor_Notification_Strategy.h:
+ * ace/Reactor_Notification_Strategy.cpp:
+ * ace/Reactor_Notification_Strategy.inl: New file for the class
+ ACE_Reactor_Notification_Strategy
+
+ * ace/Recyclable.h:
+ * ace/Recyclable.cpp:
+ * ace/Recyclable.inl: New file for the class ACE_Recyclable
+
+ * ace/Refcountable.h:
+ * ace/Refcountable.cpp:
+ * ace/Refcountable.inl: New file for the class ACE_Refcountable.
+
+ * ace/OS.h: Moved the enum ACE_Recyclable_State to Recyclable.h
+
+ * ace/Acceptor.h:
+ * ace/Caching_Utility_T.cpp:
+ * ace/Message_Queue.h:
+ * ace/Message_Queue_T.cpp:
+ * ace/Strategies_T.h:
+ * ace/Svc_Handler.cpp: Removed inclusion of Strategies.h.
+
+ * ace/Procator.cpp: #included Service_Config.h
+
+ * ace/Makefile: Added new file and generated dependencies
+
+ * ace/SSL/Makefile:
+ * ace/RMCast/Makefile: Generated dependencies.
+
+
+Mon Nov 19 18:08:35 2001 Balachandran Natarajan <bala@cs.wustl.edu>
+
+ * ace/Handle_Set.cpp: Some cosmetic changes.
+
diff --git a/TAO/ChangeLog_Reactor_Rewrite b/TAO/ChangeLog_Reactor_Rewrite
new file mode 100644
index 00000000000..e206810805c
--- /dev/null
+++ b/TAO/ChangeLog_Reactor_Rewrite
@@ -0,0 +1,14 @@
+Fri Dec 14 07:01:59 2001 Balachandran Natarajan <bala@cs.wustl.edu>
+
+ * Merged with the main trunk and moved things to a new branch.
+ The following changes below have already been merged into the
+ main trunk.
+
+Tue Nov 27 21:30:10 2001 Balachandran Natarajan <bala@cs.wustl.edu>
+
+ * tao/Cache_Entries.h:
+ * tao/DLL_ORB.h:
+ * tao/Transport.h: Added additional #includes to fix compilation
+ errors.
+
+ * tao/*/Makefile: Updated dependencies.