diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-04-24 21:48:54 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-04-24 21:48:54 +0000 |
commit | 2cfdeb430c4b2d337093c40532e622567b1083a2 (patch) | |
tree | 9ded7ed26accf0a5b74f0d73ba6c52c6d673052f /TAO | |
parent | 12aeee84f488b09cbd85221ef7638d1c767dc8a5 (diff) | |
download | ATCD-2cfdeb430c4b2d337093c40532e622567b1083a2.tar.gz |
ChangeLogTag:Tue Apr 24 14:47:51 2001 Carlos O'Ryan <coryan@uci.edu>
Diffstat (limited to 'TAO')
-rw-r--r-- | TAO/ChangeLogs/ChangeLog-02a | 38 | ||||
-rw-r--r-- | TAO/tao/TAO_Static.dsp | 16 |
2 files changed, 38 insertions, 16 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a index 1b798847027..61fe144cf5b 100644 --- a/TAO/ChangeLogs/ChangeLog-02a +++ b/TAO/ChangeLogs/ChangeLog-02a @@ -1,9 +1,15 @@ +Tue Apr 24 14:47:51 2001 Carlos O'Ryan <coryan@uci.edu> + + * tao/TAO_Static.dsp: + I managed to remove more files than I expected in my merge, + fixed that. + Tue Apr 24 15:00:53 2001 Yamuna Krishnamurthy <yamuna@cs.wustl.edu> - * orbsvcs/tests/AVStreams/Asynch_Three_Stage/run_test.pl: + * orbsvcs/tests/AVStreams/Asynch_Three_Stage/run_test.pl: - Changed the termination times of the processes so they would - not terminate before time. + Changed the termination times of the processes so they would + not terminate before time. Tue Apr 24 15:00:53 2001 Jeff Parsons <parsons@cs.wustl.edu> @@ -17,14 +23,14 @@ Tue Apr 24 12:48:19 2001 Carlos O'Ryan <coryan@uci.edu> * tao/Transport.h: * tao/Transport.cpp: - Fixed dead-lock in the timeout management. + Fixed dead-lock in the timeout management. - * docs/Options.html: - Documented new option to control the flushing strategy (blocking - vs. reactive) + * docs/Options.html: + Documented new option to control the flushing strategy (blocking + vs. reactive) - * tao/Asynch_Queued_Message.cpp: - Fixed warnings about unused variable. + * tao/Asynch_Queued_Message.cpp: + Fixed warnings about unused variable. * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Connection_Handler.h: * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Connection_Handler.cpp: @@ -36,16 +42,16 @@ Tue Apr 24 12:48:19 2001 Carlos O'Ryan <coryan@uci.edu> * tao/Strategies/UIOP_Connection_Handler.cpp: * tao/IIOP_Connection_Handler.h: * tao/IIOP_Connection_Handler.cpp: - Removed unused handle_timeout() methods. The code has been - factored out into the TAO_Transport_Timer class. + Removed unused handle_timeout() methods. The code has been + factored out into the TAO_Transport_Timer class. - * tao/Transport_Timer.h: - * tao/Asynch_Timeout_Handler.h: - * tao/Synch_Queued_Message.cpp: - Cosmetic fixes + * tao/Transport_Timer.h: + * tao/Asynch_Timeout_Handler.h: + * tao/Synch_Queued_Message.cpp: + Cosmetic fixes * examples/Buffered_Oneways/test.idl: - Made shutdown operation a twoway. + Made shutdown operation a twoway. Tue Apr 24 11:59:04 2001 Carlos O'Ryan <coryan@uci.edu> diff --git a/TAO/tao/TAO_Static.dsp b/TAO/tao/TAO_Static.dsp index 40a212f87ef..400275bcc0a 100644 --- a/TAO/tao/TAO_Static.dsp +++ b/TAO/tao/TAO_Static.dsp @@ -675,6 +675,10 @@ SOURCE=.\RT_Current.h # End Source File
# Begin Source File
+SOURCE=.\RT_Endpoint_Selector_Factory.h
+# End Source File
+# Begin Source File
+
SOURCE=.\RT_Invocation_Endpoint_Selectors.h
# End Source File
# Begin Source File
@@ -815,6 +819,10 @@ SOURCE=.\target_specification.h # End Source File
# Begin Source File
+SOURCE=.\Thread_Pool.h
+# End Source File
+# Begin Source File
+
SOURCE=.\TimeBaseC.h
# End Source File
# Begin Source File
@@ -2039,6 +2047,10 @@ SOURCE=.\RT_Current.cpp # End Source File
# Begin Source File
+SOURCE=.\RT_Endpoint_Selector_Factory.cpp
+# End Source File
+# Begin Source File
+
SOURCE=.\RT_Invocation_Endpoint_Selectors.cpp
# End Source File
# Begin Source File
@@ -2155,6 +2167,10 @@ SOURCE=.\target_specification.cpp # End Source File
# Begin Source File
+SOURCE=.\Thread_Pool.cpp
+# End Source File
+# Begin Source File
+
SOURCE=.\TimeBaseC.cpp
# End Source File
# Begin Source File
|