summaryrefslogtreecommitdiff
path: root/ChangeLog_Reactor_Rewrite
blob: 5f32e80f98b5ed474be924a53572aef5d772b258 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
Tue Dec 18 14:45:34 2001  Balachandran Natarajan  <bala@cs.wustl.edu>

	* 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  <bala@cs.wustl.edu>

	* bin/dep.pl: Script to generate dependecies. To be run as "dep.pl
	  <output_dir> <list of .o's>. Script given by Carlos.

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.