summaryrefslogtreecommitdiff
path: root/TAO/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/ChangeLog')
-rw-r--r--TAO/ChangeLog69
1 files changed, 45 insertions, 24 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index dc8bdca4adf..1711f775a76 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,15 +1,36 @@
+Mon Jan 26 09:32:58 2004 Chad Elliott <elliott_c@ociweb.com>
+
+ * orbsvcs/FTRT_Event_Service/Event_Service/FTRT_Event_Service.mpc:
+
+ Used the utils and ftrteventchannel base projects instead of
+ duplicating the information in this mpc file.
+
+ * orbsvcs/orbsvcs/FTORB.mpc:
+ * orbsvcs/orbsvcs/FtRtEvent.mpc:
+ * orbsvcs/orbsvcs/PortableGroup.mpc:
+
+ Cleaned up these mpc files in hopes to fix some build problems.
+
+ * tao/Utils/Utils.mpc:
+
+ Updated this file to take template files into account.
+
+ * tao/Utils/tao_Utils.mpc:
+
+ Removed this file. It was redundant.
+
Sun Jan 25 10:25:07 2004 Balachandran Natarajan <bala@dre.vanderbilt.edu>
- * orbsvcs/examples/ORT/Object_Factory_i.cpp:
+ * orbsvcs/examples/ORT/Object_Factory_i.cpp:
- Fixed compilation errors in VC6 builds.
+ Fixed compilation errors in VC6 builds.
Sun Jan 25 11:16:43 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
- * examples/Simple/time-date/Simple_time_date.mpc:
- * tests/Smart_Proxies/Smart_Proxies.mpc:
- Use taoserver and taoclient so that executable names are in the
- way the run_test.pl scripts expects them.
+ * examples/Simple/time-date/Simple_time_date.mpc:
+ * tests/Smart_Proxies/Smart_Proxies.mpc:
+ Use taoserver and taoclient so that executable names are in the
+ way the run_test.pl scripts expects them.
Fri Jan 23 11:10:00 2004 Gary Maxey <gary.maxey@hp.com>
@@ -30,12 +51,12 @@ Fri Jan 23 11:43:25 2004 Jeff Parsons <j.parsons@vanderbilt.edu>
Thu Jan 22 16:14:49 2004 Jeff Parsons <j.parsons@vanderbilt.edu>
- to the necessary class signatures.
+ to the necessary class signatures.
- * TAO_IDL/be/be_visitor_arg_traits (visit_array):
+ * TAO_IDL/be/be_visitor_arg_traits (visit_array):
- Added code generation for the tag template parameter corresponding
- to the changes listed above.
+ Added code generation for the tag template parameter corresponding
+ to the changes listed above.
Thu Jan 22 19:37:21 2004 Jeff Parsons <j.parsons@vanderbilt.edu>
@@ -128,7 +149,7 @@ Wed Jan 22 11:33:47 2004 Scott Harris <harris_s@ociweb.com>
* utils/utils.mwc:
Added wxNamingViewer. must have wxwindows=1 in default.features
- to generate the Makefile.
+ to generate the Makefile.
Also see $ACE_ROOT/OCIChangeLog for files changed to
support wxwindows base project for MPC.
@@ -167,38 +188,38 @@ Wed Jan 21 16:35:47 2004 Scott Harris <harris_s@ociweb.com>
* orbsvcs/orbsvcs/IFRService/Options.h:
* orbsvcs/orbsvcs/IFRService/Options.cpp:
Added "-m" option to IFR_Service to enable multicast discovery
- of the service. Earlier "-m" was used to enable locking but
- that option has been changed to "-l".
+ of the service. Earlier "-m" was used to enable locking but
+ that option has been changed to "-l".
Note: IFR_Service was changed to not support multicast discovery
- as part of a large change:
+ as part of a large change:
Wed Mar 12 09:49:00 2003 Jeff Parsons <j.parsons@vanderbilt.edu>
- after the 1.3.1 release by changing the default value of
+ after the 1.3.1 release by changing the default value of
the use_multicast_server parameter of
- TAO_IFR_Server::init_with_orb in
- orbsvcs/orbsvcs/IFRService/IFR_Service_Utils.h.
+ TAO_IFR_Server::init_with_orb in
+ orbsvcs/orbsvcs/IFRService/IFR_Service_Utils.h.
* orbsvcs/tests/InterfaceRepo/Application_Test/run_test.pl:
* orbsvcs/tests/InterfaceRepo/IDL3_Test/run_test.pl:
Fixed test scripts so they would find tao_ifr.exe in
- %ACE_ROOT%\bin or %TAO_ROOT%\orbsvcs\IFR_Service since the
- *.DSPs in the repository put it in one place and the *.DSPs
- generated by MPC put it in another. This technique also works on
- Unix builds.
+ %ACE_ROOT%\bin or %TAO_ROOT%\orbsvcs\IFR_Service since the
+ *.DSPs in the repository put it in one place and the *.DSPs
+ generated by MPC put it in another. This technique also works on
+ Unix builds.
* orbsvcs/tests/InterfaceRepo/IFR_Test/run_test.pl:
* orbsvcs/tests/InterfaceRepo/Latency_Test/run_test.pl:
* orbsvcs/tests/InterfaceRepo/Persistence_Test/run_test.pl:
Add " -o $iorfile" to command line of IFR_Service so if $iorfile
- is changed from if_repo.ior in the run_test.pl script it will
- still work.
+ is changed from if_repo.ior in the run_test.pl script it will
+ still work.
* orbsvcs/tests/InterfaceRepo/IFR_Test/README:
* orbsvcs/tests/InterfaceRepo/Persistence_Test/README:
Updated tests and test documentation to work with IFR_Service
- that does not default to multicast discovery support.
+ that does not default to multicast discovery support.
Wed Jan 21 11:26:10 2004 Jeff Parsons <j.parsons@vanderbilt.edu>