Tue Dec 18 14:45:34 2001 Balachandran Natarajan * ace/Synch_T.cpp: * ace/Synch_T.h: Removed ACE_Atomic_Op to a new file. * ace/Atomic_Op.h: * ace/Atomic_Op.i: * ace/Atomic_Op.cpp: The class ACE_Atomic_Op is in this file now. * ace/Functor.h: * ace/Functor.i: Added template specializations for some base types like ACE_UINT16. * ace/RMCast/RMCast_Reassembly.cpp: Removed a template instantation for ACE_Equal_To. Sat Dec 15 11:17:35 2001 Balachandran Natarajan * bin/dep.pl: Script to generate dependecies. To be run as "dep.pl . Script given by Carlos. Fri Dec 14 07:00:50 2001 Balachandran Natarajan * 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 * 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 * 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 * 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 * 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 * ace/Handle_Set.cpp: Some cosmetic changes.