From e031f19fa7b6eda007536c619e25ca3ac628cb46 Mon Sep 17 00:00:00 2001 From: elliott_c Date: Wed, 7 Jan 2004 18:17:25 +0000 Subject: ChangeLogTag: Wed Jan 7 12:16:15 2004 Chad Elliott --- TAO/ChangeLog | 75 +++++++++++++++++++++++++++++++-------------------------- TAO/tao/tao.mpc | 3 +-- 2 files changed, 42 insertions(+), 36 deletions(-) diff --git a/TAO/ChangeLog b/TAO/ChangeLog index d57d71bcfd8..0e83be6bdf5 100644 --- a/TAO/ChangeLog +++ b/TAO/ChangeLog @@ -1,3 +1,10 @@ +Wed Jan 7 12:16:15 2004 Chad Elliott + + * tao/tao.mpc: + + Added taodefaults to the inheritance list to get the default + values that used to be coming from the tao_output base project. + Wed Jan 7 11:43:14 2004 Jeff Parsons * tao/tao.mpc: @@ -52,75 +59,75 @@ Tue Jan 6 20:43:53 2004 Jeff Parsons Tue Jan 6 16:36:27 2004 Balachandran Natarajan - * tests/Two_Objects/run_test.pl: + * tests/Two_Objects/run_test.pl: - Reduced the timeout and the number of iterations. + Reduced the timeout and the number of iterations. Tue Jan 6 15:03:13 2004 Boris Kolpackov - * tao/CONV_FRAME.pidl: - * tao/Policy.pidl: - * tao/UShortSeq.pidl: - * tao/orb.idl: - * tao/Messaging/Messaging_No_Impl.pidl: - * tao/RTPortableServer/RTPortableServer.pidl: + * tao/CONV_FRAME.pidl: + * tao/Policy.pidl: + * tao/UShortSeq.pidl: + * tao/orb.idl: + * tao/Messaging/Messaging_No_Impl.pidl: + * tao/RTPortableServer/RTPortableServer.pidl: - Fixed name redefinition bugs and recoded usage of deprecated - anonymous sequences. + Fixed name redefinition bugs and recoded usage of deprecated + anonymous sequences. Tue Jan 6 12:04:18 2004 Balachandran Natarajan - * tao/Strategies/SCIOP_Factory.cpp: + * tao/Strategies/SCIOP_Factory.cpp: - SCIOP requires explicit endpoint specification. It shouldn't get - loaded automatically as it is getting done now. + SCIOP requires explicit endpoint specification. It shouldn't get + loaded automatically as it is getting done now. - * tao/Object.pidl: + * tao/Object.pidl: - Another legacy file that is getting removed. + Another legacy file that is getting removed. Tue Jan 6 11:14:57 2004 Balachandran Natarajan - * tao/IFR_Client/Interface.pidl: + * tao/IFR_Client/Interface.pidl: - Removed this file form the repo since it is not used and - woefully out of date. + Removed this file form the repo since it is not used and + woefully out of date. Tue Jan 6 11:13:00 2004 Balachandran Natarajan - * tao/Messaging/Messaging.pidl: + * tao/Messaging/Messaging.pidl: - Removed the #ifdef of NO_VALUE, since that condition is totally - unnecessary now. + Removed the #ifdef of NO_VALUE, since that condition is totally + unnecessary now. Mon Jan 5 19:09:41 2004 Balachandran Natarajan - * tao/default_resource.cpp: + * tao/default_resource.cpp: - Used a different constructor which has an option for restarting - the reactor event loop when EINTR occurs. In TAO, we pass a - non-0 value to restart the reactor event loop if EINTR - occurs. Thanks to Markus Stenberg - for motivating this. This fixes - [BUGID 1649]. + Used a different constructor which has an option for restarting + the reactor event loop when EINTR occurs. In TAO, we pass a + non-0 value to restart the reactor event loop if EINTR + occurs. Thanks to Markus Stenberg + for motivating this. This fixes + [BUGID 1649]. Mon Jan 5 18:37:22 2004 Balachandran Natarajan - * orbsvcs/tests/FT_App/FT_App.mpc: + * orbsvcs/tests/FT_App/FT_App.mpc: - Cosmetic fix. + Cosmetic fix. Mon Jan 5 15:33:33 2004 Balachandran Natarajan - * tests/Smart_Proxies/Policy/Makefile: + * tests/Smart_Proxies/Policy/Makefile: - Added another library for linking. + Added another library for linking. Mon Jan 5 14:14:25 2004 Balachandran Natarajan - * orbsvcs/orbsvcs/PortableGroup/PG_FactoryRegistry.cpp: + * orbsvcs/orbsvcs/PortableGroup/PG_FactoryRegistry.cpp: - Applied patches from Dale Wilson for warnings in g++ builds. + Applied patches from Dale Wilson for warnings in g++ builds. Mon Jan 5 13:54:09 2004 Chad Elliott diff --git a/TAO/tao/tao.mpc b/TAO/tao/tao.mpc index 18fa4d0c689..c57e89b313d 100644 --- a/TAO/tao/tao.mpc +++ b/TAO/tao/tao.mpc @@ -1,6 +1,5 @@ //$Id$ -project(TAO) : acelib, taoversion, core, tao_output, extra_core { - includes += $(TAO_ROOT) $(TAO_ROOT)/tao +project(TAO) : acelib, taoversion, core, tao_output, taodefaults, extra_core { sharedname = TAO dynamicflags = TAO_BUILD_DLL include_dir = tao -- cgit v1.2.1