summaryrefslogtreecommitdiff
path: root/tests/ChangeLog
blob: 0796afaa345cd608aa6cf6e6e74dd219ea955427 (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
Mon Aug 12 08:14:51 2002  Balachandran Natarajan  <bala@cs.wustl.edu>

	* ace/Select_Reactor_Notify.cpp: 
	* ace/Select_Reactor_Notify.h: Added a new method
	  notify_message_to_queue () which puts the notify message into a 
	  user-level queue. Now the reactor sends only message into the
	  pipe for all the messages in queue. 
	
Tue Aug 06 00:39:15 2002  Balachandran Natarajan  <bala@cs.wustl.edu>

	* ace/Select_Reactor_Notify.h:
	* ace/Select_Reactor_Notify.cpp: Moved the declaration and
	  definition of ACE_Select_Reactor_Notify from 
	  Select_Reactor_Base.* to the above files. 

	* ace/Select_Reactor_Handler_Repository.h:
	* ace/Select_Reactor_Handler_Repository.cpp:
	* ace/Select_Reactor_Handler_Repository.inl: Moved the declaration
	  and definition of ACE_Select_Reactor_Handler_Repository from
	  Select_Reactor_Base.* to the above files. 

	* ace/Select_Reactor_Base.h:
	* ace/Select_Reactor_Base.cpp:
	* ace/Select_Reactor_Base.i: Moved the classes mentioned above to
	  a new file. The above classes were cluttering the file and
	  things were getting confusing posing maintenance nightmare. 
	
	* ace/Select_Reactor_T.cpp: Needed an include to compile on
	  Win32. 

	* ace/ace_dll.dsp:
	* ace/ace_lib.dsp: Added the new files to the project files.

Mon Aug  5 22:37:13 2002  Balachandran Natarajan  <bala@cs.wustl.edu>

	* tests/Makefile: Added the new test to the Makefile.

Mon Aug 05 22:41:43 2002  Balachandran Natarajan  <bala@cs.wustl.edu>

	* tests/Select_Reactor_Notify_Stress_Test.cpp: A stress test for
	  the notify () mechanism in the select reactor. The motivation
	  for this test is [BUGID 1268]. This test needs to work fine if
	  the bug is fixed.

	* tests/Select_Reactor_Notify_Stress_Test.dsp: Project file for
	  the above test.

	* tests/tests.dsw: Added the new project file to the workspace.