summaryrefslogtreecommitdiff
path: root/TAO/CIAO/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/ChangeLog')
-rw-r--r--TAO/CIAO/ChangeLog2212
1 files changed, 0 insertions, 2212 deletions
diff --git a/TAO/CIAO/ChangeLog b/TAO/CIAO/ChangeLog
deleted file mode 100644
index 055d52db880..00000000000
--- a/TAO/CIAO/ChangeLog
+++ /dev/null
@@ -1,2212 +0,0 @@
-Thu May 12 10:20:55 2005 Douglas C. Schmidt <schmidt@cs.wustl.edu>
-
- * Updated the COPYING file to clarify some ambiguity about
- proprietary usage of CIAO.
-
-Tue May 10 21:12:47 2005 Gan Deng <dengg@dre.vanderbilt.edu>
-
- * docs/releasenotes/dance.html: Updated this page to clearly
- point out which OMG D&C specification DAnCE implements.
- Thanks to Gary Duzan <gduzan@bbn.com> for requesting this.
-
-Tue May 10 07:49:47 2005 Douglas C. Schmidt <schmidt@cs.wustl.edu>
-
- * DAnCE/examples/Hello/descriptors: Changed the name of
- ruNodeDaemons.pl to run_NodeDaemons.pl. Thanks to Arno Wilhelm
- <arno.wilhelm@profile.co.at> for reporting this.
-
-Sun May 8 11:07:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
-
- * tests/CIDL/CodeGen/CodeGen.mpc:
- Removed requires+=cidl
-
-Sat May 7 19:53:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
-
- * DAnCE/tests/NodeApplicationTest/NodeAppTest.mpc:
- Removed requires+=cidl for the NodeAppTest_RoundTrip_svnt project.
- It should not be there. Thanks for Jaiganesh B
- <jai@dre.vanderbilt.edu> for finding out that this caused the
- problems in the gcc4 build
-
-Fri May 6 08:15:43 2005 Jeff Parsons <j.parsons@vanderbilt.edu>
-
- * DAnCE/tests/NodeApplicationTest/NodeAppTest.mpc:
-
- Changed base project lists and added explicit lists (sometimes
- empty) for header and inline files.
-
-Wed May 4 19:27:01 2005 Jeff Parsons <j.parsons@vanderbilt.edu>
-
- * tools/IDL3_to_IDL2/idl3_to_idl2_visitor.cpp:
-
- Fixed typo in generated code - changed "provides_" prefix
- in component facet access operation to the correct
- "provide_". Thanks to Don Busch <busch_d@ociweb.com> for
- pointing out the mistake.
-
-Tue May 03 22:42:47 2005 Nanbor Wang <nanbor@gauss.txcorp.com>
-
- * NEWS: Updated news on upcoming real-time extension on Gan Deng's
- behalf.
-
-Tue May 3 13:05:44 2005 Jeff Parsons <j.parsons@vanderbilt.edu>
-
- * CIDLC/ServantSourceGenerator.cpp:
-
- Changed the generated string (used for object id) which is passed
- to the port activator constructor and to generate_reference() to
- be a concatentation of the component instance name and the port
- name, to ensure uniqueness in any use case.
-
-Mon May 2 07:19:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
-
- * tools/RTComponentServer/RTConfig_Manager.cpp:
- * tools/Assembly_Deployer/Assembly_Impl.cpp:
- * DAnCE/DomainApplicationManager/DomainApplicationManager_Impl.cpp:
- * DAnCE/DomainApplicationManager/Deployment_Configuration.cpp:
- * DAnCE/ciao/Swapping_Servant_Home_Impl_T.cpp:
- * DAnCE/ciao/Dynamic_Component_Servant_T.cpp:
- Fixed gcc 4 warnings
-
-Sat May 1 03:11:17 2005 Jaiganesh B <jai@dre.vanderbilt.edu>
-
- * ciao/tools/Simple_Component_Server/Simple_Component_Server.cpp:
-
- Made a change to fix compile errors.
-
-Sat Apr 30 20:02:10 2005 Jaiganesh B <jai@dre.vanderbilt.edu>
-
- * ciao/Container_Impl.cpp:
-
- Made a change to fix compile errors.
-
-Sat Apr 30 09:58:05 2005 Jaiganesh Balasubramanian <jai@dre.vanderbilt.edu>
-
- * ciao/Container_Base.cpp:
- * ciao/Container_Base.h:
- * ciao/Home_Servant_Impl_T.cpp:
- * ciao/Home_Servant_Impl_T.h:
-
- Made changes to the old CIAO infrastructure to support
- passing and storing of the component instance name from the
- descriptor XML file and into the component instance.
-
-Thu Apr 28 14:50:05 2005 Jaiganesh Balasubramanian <jai@dre.vanderbilt.edu>
-
- * DAnCE/ciao/Dynamic_Component_Servant_T.cpp:
- * DAnCE/ciao/Dynamic_Component_Servant_T.h:
- * DAnCE/ciao/Swapping_Servant_Home_Impl_T.cpp:
- * DAnCE/ciao/Swapping_Servant_Home_Impl_T.h:
-
- Made changes to the CIAO infrastructure that allows the
- swapping capability to make use of the component instance
- name when we create object references.
-
-Wed Apr 27 11:15:12 2005 Jeff Parsons <j.parsons@vanderbilt.edu>
-
- * DAnCE/ciao/Container_Base.cpp:
- * DAnCE/ciao/Container_Base.h:
- * DAnCE/ciao/Container_Impl.cpp:
- * DAnCE/ciao/Deployment_Core.idl:
- * DAnCE/ciao/Home_Servant_Impl_T.cpp:
- * DAnCE/ciao/Home_Servant_Impl_T.h:
- * DAnCE/ciao/Servant_Impl_Base.cpp:
- * DAnCE/ciao/Servant_Impl_Base.h:
-
- Some cosmetic changes and changes by Jaiganesh Balasubramanian
- <jai@dre.vanderbilt.edu> to support the passing and storing of
- the component instance name (from the descriptor XML file) in
- the component instance. Also removed the gen_UUID() static
- method from class Servant_Impl_Base, since it is no longer
- used.
-
- * CIDLC/ServantHeaderGenerator.cpp:
- * CIDLC/ServantSourceGenerator.cpp:
-
- Changes to servant code generation corresponding with the
- changes above.
-
-Tue Apr 26 18:14:01 2005 Jeff Parsons <j.parsons@vanderbilt.edu>
-
- * docs/releasenotes/index.html:
-
- Updated CIDL compiler documentation, and added item about the
- existing IDL3-to-IDL2 coverter.
-
- * tools/IDL3_to_IDL2/README:
-
- Updated documentation file.
-
-Tue Apr 26 11:34:52 2005 Nanbor Wang <nanbor@tesla.txcorp.com>
-
- * docs/schema/CIAOServerResources.xsd: Changed some of the XML
- element and type names to be more consistent with the rest of
- RTCORBA spec that the following new IDL file follows.
-
- * DAnCE/ciao/ServerResources.idl: First cut of server
- configuration information set in IDL.
-
-Mon Apr 25 11:07:28 2005 Jaiganesh Balasubramanian <jai@dre.vanderbilt.edu>
-
- * DAnCE/ciao/Container_Base.cpp:
-
- Fixed compiler warnings in the Debian Full_Reactor build.
-
-Sun Apr 24 02:47:22 2005 Jaiganesh Balasubramanian <jai@dre.vanderbilt.edu>
-
- * DAnCE/ciao/Container_Base.cpp:
- * DAnCE/ciao/Container_Base.h:
- * DAnCE/ciao/Swapping_Container.cpp:
- * DAnCE/ciao/Swapping_Container.h:
-
- Made changes to fix compile errors.
-
-Sat Apr 23 13:54:10 2005 Jaiganesh Balasubramanian <jai@dre.vanderbilt.edu>
-
- * DAnCE/example/Swapping/Sender/Sender_exec_1.cpp:
-
- Made a modification to the example to reflect changes made
- in the infrastructure code.
-
-Sat Apr 23 13:43:22 2005 Jai Balasubramanian <jai@dre.vanderbilt.edu>
-
- * DAnCE/ciao/Container_Base.cpp:
- * DAnCE/ciao/Servant_Impl_Base.cpp:
- * DAnCE/ciao/UpgradeableContext.idl:
- * DAnCE/ciao/Upgradeable_Context_Impl_T.cpp:
- * DAnCE/ciao/Upgradeable_Context_Impl_T.h:
-
- Made some changes to the CIAO infrastructure to efficiently
- handle updating the facets when the component is swapped.
-
-Thu Apr 21 18:10:13 2005 Jeff Parsons <j.parsons@vanderbilt.edu>
-
- * DAnCE/examples/Hello/Hello_Base/Hello_Base.idl:
- * DAnCE/examples/HelloHello_Base/Hello_Base.mpc:
- * DAnCE/examples/HelloReceiver/Receiver.idl:
- * DAnCE/examples/HelloReceiver/Receiver.mpc:
- * DAnCE/examples/HelloSender/Sender.idl:
- * DAnCE/examples/HelloSender/Sender.mpc:
-
- Made cosmetic changes to all files, and added explicit
- specification of header and inline files in MPC
- projects. Also added -Sc command line option to the
- IDL compiler, to suppress generation of the TIE
- classes.
-
-Thu Apr 21 17:40:12 2005 Jeff Parsons <j.parsons@vanderbilt.edu>
-
- * CCF/CCF/CIDL/Traversal/Elements.cpp:
- * CCF/CCF/IDL3/Traversal/EventType.cpp:
-
- Removed these files, since they contain nothing but
- empty namespaces.
-
- * CCF/CCF/CIDL/CIDL.vcproj:
- * CCF/CCF/IDL3/IDL3.vcproj:
-
- Removed the above files from the appropriate projects.
-
-Thu Apr 21 14:31:21 2005 Jeff Parsons <j.parsons@vanderbilt.edu>
-
- * DAnCE/ExecutionManager/ExecutionManager.mpc:
- * DAnCE/Plan_Launcher/Plan_Launcher.mpc:
-
- Changes to eliminate some warnings in the Debian LInux build.
-
-Thu Apr 21 09:06:58 2005 Jeff Parsons <j.parsons@vanderbilt.edu>
-
- * Added UUID generation for the object id when creating
- event consumers, similar to that already added for facets.
- This change eliminates the error of repeated connection
- to the same event consumer instance when multiple
- instances and connections are intended. Thanks to
- Steve Baker <steven_d_baker@raytheon.com> for reporting
- the problem.
-
-Thu Apr 21 09:04:32 CDT 2005 Will Otte <wotte@dre.vanderbilt.edu>
-
- * DAnCE/examples/Hello/descriptors/TestNodeManagerMap.dat
- * DAnCE/examples/Hello/descriptors/run_test.pl
-
- Added a NodeManagerMap specific to the test and changed the ports
- that the node managers invoked by the test listen on to avoid
- test failures.
-
-Wed Apr 20 16:14:26 CDT 2005 Will Otte <wotte@dre.vanderbilt.edu>
-
- * docs/schema/CIAOServerResources.xsd
-
- Fixed syntax and semantic errors.
-
-Wed Apr 20 12:43:53 2005 Emre Turkay <turkaye@dre.vanderbilt.edu>
-
- * DAnCE/examples/Hello/descriptors/run_test.pl:
-
- Not all the test platforms has CIAO_ROOT environment variable
- defined. Changed that dependency to ACE_ROOT in the script.
-
-Wed Apr 20 13:11:28 2005 Jeff Parsons <j.parsons@vanderbilt.edu>
-
- * CIDLC/ServantSourceGenerator.cpp:
-
- Added full scoping to a generated method call on
- Servant_Impl_Base, to eliminate a warning from the
- Borland compiler.
-
-Wed Apr 20 13:05:23 CDT 2005 Will Otte <wotte@dre.vanderbilt.edu>
-
- * DAnCE/Config_Handlers/Basic_Deployment_Data.cpp
- * DAnCE/RepositoryManager/Update_Plan.cpp
-
- Fixed compile errors in Borland.
-
-Wed Apr 20 08:09:17 CDT 2005 Will Otte <wotte@dre.vanderbilt.edu>
-
- * DAnCE/ciao/Servant_Impl_T.cpp
-
- Fixed a compile error with emulated exceptions.
-
-Wed Apr 20 08:03:23 2005 CDT Will Otte <wotte@dre.vanderbilt.edu>
-
- * DAnCE/Config_Handlers/DP_Handler.cpp
-
- Silenced some compile errors in VC6.
-
-Tue Apr 19 23:41:02 2005 CDT Will Otte <wotte@dre.vanderbilt.edu>
-
- * DAnCE/Config_Handlers/XML_File_Intf.cpp
-
- Silenced some compile errors in VC6.
-
-Tue Apr 19 16:46:00 2005 CDT Gan Deng <dengg@dre.vanderbilt.edu>
-
- * CIAO-INSTALL.html
-
- Fixed this page to direct people where to download CIDLC.
-
-Tue Apr 19 17:33:55 2005 Nanbor Wang <nanbor@tesla.txcorp.com>
-
- * docs/schema/ServerResourceUsage.txt:
- * docs/schema/CIAOServerResources.xsd: Added the first draft
- schema for DAnCE RT extension, and a file to document how I
- foresee the extension can be used.
-
-Tue Apr 19 12:16:00 2005 CDT Will Otte <wotte@dre.vanderbilt.edu>
-
- * DAnCE/Config_Handlers/IDREF_Base.h
-
- Fixed a compile error on VC71.
-
-Mon Apr 18 12:50:51 2005 Jeff Parsons <j.parsons@vanderbilt.edu>
-
- * CIDLC/ServantSourceGenerator.cpp:
-
- Added '.in ()' to some _var type arguments in generated code.
-
-Mon Apr 18 08:38:14 2005 Jeff Parsons <j.parsons@vanderbilt.edu>
-
- * CIDLC/ServantSourceGenerator.cpp:
-
- Changed all instances of 'FALSE' to 'false'.
-
-Sun Apr 17 21:57:52 2005 Jeff Parsons <j.parsons@vanderbilt.edu>
-
- * CIDLC/ServantSourceGenerator.cpp:
-
- Removed unnecessary _narrow() and local variable from generated
- event push operations.
-
-Sun Apr 17 16:05:57 CDT 2005 Will Otte <wotte@dre.vanderbilt.edu>
-
- * DAnCE/examples/Swapping/Sender/Sender_exec_1.cpp
- * DAnCE/examples/Swapping/Sender/Sender_exec_2.cpp
-
- Fixed a compile error on platforms using emulated exceptions.
-
-Sun Apr 17 12:46:51 2005 Jeff Parsons <j.parsons@vanderbilt.edu>
-
- * ciao/CCM_Event.idl:
- * DAnCE/ciao/CCM_Event.idl:
-
- Added operation ciao_is_substitutable() to EventConsumerBase,
- so we can check if there is an inheritance relationship
- when a base class event consumer is passed to the subscribe()
- operation for a derived eventtype. Thanks to Boris Kolpackov
- <boris@dre.vanderbilt.edu> for suggesting this approach.
-
- * CIDLC/Literals.cpp:
-
- Cosmetic changes.
-
- * CIDLC/ServantHeaderGenerator.cpp:
- * CIDLC/ServantSourceGenerator.cpp:
-
- Added code generation to take advantage of the new
- EventConsumerBase operation described above.
-
-Sat Apr 16 20:17:38 2005 Emre Turkay <turkaye@dre.vanderbilt.edu>
-
- * DAnCE/examples/Hello/descriptors/run_test.pl:
-
- Fixed some perl errors.
-
-Sat Apr 16 18:31:40 2005 CDT Will Otte <wotte@dre.vanderbilt.edu>
-
- * DAnCE/ExecutionManager/ExecutionManager.mpc
-
- Removed typecodefactory fromt the base projects.
-
-Sat Apr 16 17:24:40 2005 Emre Turkay <turkaye@dre.vanderbilt.edu>
-
- * DAnCE/Plan_Launcher/Plan_Launcher.cpp:
-
- Added a missing include file.
-
-Sat Apr 16 17:22:42 2005 Emre Turkay <turkaye@dre.vanderbilt.edu>
-
- * DAnCE/examples/Hello/descriptors/run_test.pl:
-
- Added code to ensure killing open processes on failure.
-
-Sat Apr 16 16:38:09 2005 Emre Turkay <turkaye@dre.vanderbilt.edu>
-
- * DAnCE/examples/Hello/descriptors/run_test.pl:
-
- Added perl script running all the steps for deploying an application.
-
-Sat Apr 16 16:10:10 2005 Emre Turkay <turkaye@dre.vanderbilt.edu>
-
- * DAnCE/Plan_Launcher/Plan_Launcher.cpp:
-
- Added two command line options to plan_launcher to easily use in
- scripts. Now the launch and destruction of the application can be
- done in two steps.
-
-Sat Apr 16 15:00:31 2005 Emre Turkay <turkaye@dre.vanderbilt.edu>
-
- * DAnCE/examples/Hello/step-by-step.html:
-
- Fixed typo on the documentation.
-
-Fri Apr 15 12:54:46 CDT 2005 Will Otte <wotte@dre.vanderbilt.edu>
-
- * DAnCE/Config_Handlers/Req_Handler.h
-
- Fixed a compile error on builds using -pendantic.
-
-Fri Apr 15 10:46:56 CDT 2005 Gan Deng <dengg@dre.vanderbilt.edu>
-
- * DAnCE/ciao/Container_Impl.cpp
-
- Added a condition to check whether call standard configurator.
-
- * DAnCE/RepositoryManager/Repository_Manager.cpp
-
- Modified to make it work by using ORBDebugLevel.
-
- * DAnCE/examples/Hello/Sender/Sender_exec.cpp
-
- Fixed a warning message.
-
- * DAnCE/tests/NodeApplicationTest/NodeApp_test_client_simple.cpp
- * DAnCE/tests/NodeApplicationTest/NodeApp_test_client_ex.cpp
-
- This should fix the warning message on Dynamic_Hash_Op_Lookup
- build.
-
-Thu Apr 14 10:54:56 CDT 2005 Will Otte <wotte@dre.vanderbilt.edu>
-
- * DAnCE/ciao/Swapping_Servant_Home_Impl_T.cpp
-
- Fixed a warning due to ambiguous conversion.
-
-Thu Apr 143 10:21:58 2005 Gan Deng <dengg@dre.vanderbilt.edu>
-
- * DAnCE/examples/Hello/Sender/Sender.idl
- * DAnCE/examples/Hello/Sender/Sender_exec.cpp
- * DAnCE/examples/Hello/Sender/Sender_exec.h
- * DAnCE/examples/Hello/Sender/starter.cpp
- * DAnCE/examples/Hello/descriptors/Hello.cid
- * DAnCE/examples/Hello/descriptors/Receiver.cid
- * DAnCE/examples/Hello/descriptors/Sender.cid
-
- Modified the Hello example to showcase the feature of setting
- attributes through XML. "string" and "long" type attributes
- are put into the test.
-
- * DAnCE/ciao/Container_Impl.cpp
-
- Cleaned up a little bit.
-
-Thu Apr 14 10:14:44 CDT 2005 Will Otte <wotte@dre.vanderbilt.edu>
-
- * DAnCE/Plan_Launcher/Plan_Launcher.mpc
-
- Added 'naming' to the list of base projects to fix a compile
- error
-
-Thu Apr 14 02:02:13 CDT 2005 Will Otte <wotte@dre.vanderbilt.edu>
-
- * DAnCE/ExecutionManager/Execution_Manager.cpp
- * DAnCE/ciao/Context_Impl_T.cpp
- * DAnCE/ciao/Dynamic_Component_Servant_Base.h
- * DAnCE/ciao/Dynamic_Component_Servant_T.cpp
- * DAnCE/ciao/Dynamic_Component_Servant_T.h
- * DAnCE/ciao/Home_Servant_Impl_T.cpp
- * DAnCE/ciao/Servant_Impl_T.cpp
- * DAnCE/ciao/Swapping_Servant_Home_Impl_T.cpp
- * DAnCE/ciao/Upgradeable_Context_Impl_T.cpp
-
- Fixed a number of mistakes with emulated exceptions.
-
-Wed Apr 13 18:55:58 2005 Gan Deng <dengg@dre.vanderbilt.edu>
-
- * DAnCE/ciao/CCM_Component.idl
- * DAnCE/ciao/Container_Impl.cpp
- * DAnCE/ciao/Servant_Impl_Base.cpp
- * DAnCE/ciao/Servant_Impl_Base.h
-
- Added support for configuring component attributes through
- XML <configProperty> tags.
-
- * DAnCE/RepositoryManager/Update_Plan.cpp
- * DAnCE/RepositoryManager/Update_Plan.h
-
- Fixed to make sure correct component attributes are
- populated. Thanks Jai <jai@dre.vanderbilt.edu> for the fix.
-
-Wed Apr 13 15:14:58 2005 Emre Turkay <turkaye@dre.vanderbilt.edu>
-
- * DAnCE/ExecutionManager/ExecutionManager.mpc:
- * DAnCE/NodeApplication/NodeApplication.mpc:
- * DAnCE/NodeApplicationManager/NodeApplicationManager.mpc:
- * DAnCE/Plan_Launcher/Plan_Launcher.mpc:
- * DAnCE/DomainApplicationManager/DomainApplicationManager.mpc:
-
- Deleted typecodefactory base project to the mpc files.
-
-Wed Apr 13 11:39:58 2005 Emre Turkay <turkaye@dre.vanderbilt.edu>
-
- * DAnCE/ExecutionManager/ExecutionManager.mpc:
- * DAnCE/NodeApplication/NodeApplication.mpc:
- * DAnCE/NodeApplicationManager/NodeApplicationManager.mpc:
- * DAnCE/Plan_Launcher/Plan_Launcher.mpc:
- * DAnCE/DomainApplicationManager/DomainApplicationManager.mpc:
-
- Added typecodefactory base project to the mpc files.
-
-Tue Apr 12 17:12:35 2005 Jeff Parsons <j.parsons@vanderbilt.edu>
-
- * DAnCE/ciao/Servant_Impl_Base.cpp:
- * DAnCE/ciao/Servant_Impl_Base.h:
- * ciao/Servant_Impl_Base.cpp:
- * ciao/Servant_Impl_Base.h:
-
- Added a static method to generate a UUID. This method is
- called by the generated servant class to create unique
- object ids for port object references. Thanks to Steve
- Baker <steven_d_baker@raytheon.com> for reporting the
- problem of connecting to facets on multiple instances
- of the same component type.
-
- * CIDLC/ServantSourceGenerator.cpp:
-
- Changed code generation for provide_*_i() to use the
- new method described above.
-
-Tus Apr 12 16:04:21 2005 Gan Deng <dengg@dre.vanderbilt.edu>
-
- * DAnCE/Old_Config_Handlers/IAD_Handler.cpp
-
- Modified to ignore the <dependsOn> tag, since this might
- cause a problem where multiple _svnt or multiple _exec
- libraries to be specified as implArtifacts of a component
- type.
-
-Tue Apr 12 14:35:58 CDT 2005 Will Otte <wotte@dre.vanderbilt.edu>
-
- * CIAO-INSTALL.html
-
- Updated to include Xerces information. Also cleaned up the
- file a bit and made it XHTML compliant.
-
-Tue Apr 12 11:56:26 CDT 2005 Will Otte <wotte@dre.vanderbilt.edu>
-
- * DAnCE/ciao/Dynamic_Component_Activator.cpp
- * DAnCE/ciao/Servant_Activator.cpp
- * DAnCE/ciao/Servant_Impl_Base.cpp
-
- Fixed some more compile errors with emulated exceptions.
-
-Tue Apr 12 11:11:41 CDT 2005 Will Otte <wotte@dre.vanderbilt.edu>
-
- * DAnCE/ciao/Servant_Impl_Base.cpp
-
- Fixed some compile errors with emulated exceptions.
-
-Mon Apr 11 23:54:21 2005 Gan Deng <dengg@dre.vanderbilt.edu>
-
- * DAnCE/NodeApplicationManager/ImplementationInfo.cpp
-
- Fixed a bug where multiple "_svnt" and "_exec" libs for
- a given MonolithicDeploymentDescription could cause
- chaos while pupulating ImplementationInfo stuct. This
- fix now only consides the first "_svnt" and "_exec"
- libs, and ignore remaining ones. A better solution will
- be enforcing any MonolithicDeploymentDescription could
- only have exactly one _svnt and one _exec lib. This
- will be achieved through the flattened deployment plan.
-
-Mon Apr 11 17:56:22 2005 Jaiganesh B <jai@dre.vanderbilt.edu>
-
- * DAnCE/DomainApplicationManager/DomainApplicationManager.mpc:
- * DAnCE/ExecutionManager/ExecutionManager.mpc:
- * DAnCE/NodeApplication/NodeApplication.mpc:
- * DAnCE/NodeApplicationManager/NodeApplicationManager.mpc:
- * DAnCE/Plan_Launcher/Plan_Launcher.mpc:
-
- Added typecodefactory to the list of project files.
-
-Mon Apr 11 13:43:47 CDT 2005 Will Otte <wotte@dre.vanderbilt.edu>
-
- * DAnCE/Plan_Launcher/Plan_Launcher.cpp
-
- Corrected the ExecutionManager narrow operation.
-
-Mon Apr 11 08:29:50 2005 Jeff Parsons <j.parsons@vanderbilt.edu>
-
- * DAnCE/ciao/Container_Impl.cpp:
- * DAnCE/ciao/Dynamic_Component_Activator.cpp:
- * DAnCE/ciao/Dynamic_Component_Activator.h:
- * DAnCE/ciao/NodeApplication_Impl.cpp:
- * DAnCE/ciao/NodeApplication_Impl.h:
- * DAnCE/ciao/Swapping_Container.cpp:
- * DAnCE/ciao/Swapping_Container.h:
-
- Fixed various glitches with environment variables, unused variables,
- and ACE_TRY macros.
-
-Mon Apr 11 07:12:54 CDT 2005 Will Otte <wotte@dre.vanderbit.edu>
-
- * DAnCE/Config_Handlers/Basic_Deployment_Data.hpp
-
- Fixed a compile error.
-
-Sun Apr 10 18:44:22 CDT 2005 Will Otte <wotte@dre.vanderbilt.edu>
-
- * DAnCE/Config_Handlers/Basic_Deployment_Data.cpp
- * DAnCE/Config_Handlers/Basic_Deployment_Data.hpp
- * DAnCE/Config_Handlers/ccd.cpp
- * DAnCE/Config_Handlers/ccd.hpp
-
- Regenerated the handlers to reflect the changes in the previous
- commit.
-
-Sat Apr 09 18:35:23 CDT 2005 Will Otte <wotte@dre.vanderbilt.edu>
-
- * docs/schema/Basic_Deployment_Data.xsd
- * docs/schema/ccd.xsd
-
- Updated schemas to reflect changes made to Modified_Deployment
- in conformance to the spec.
-
-Sat Apr 09 17:15:23 CDT 2005 Will Otte <wotte@dre.vanderbilt.edu>
-
- * DAnCE/Plan_Launcher/Plan_Launcher.mpc
-
- Changed the after clause to point to the XSC_Config_Handlers
- instad of the old config handlers.
-
-Sat Apr 09 23:59:40 2005 Gan Deng <dengg@dre.vanderbilt.edu>
-
- * DAnCE/DomainApplicationManager/Deployment_Configuration.cpp
-
- Fixed a bug where duplicated CORBALOC specified in the
- NodeManagerMap could cause undetected exception. This fix
- will allow such duplication IOR error to be detected explicitly
- and error message will be printed out. Thanks Steve Baker
- <Steven_D_Baker@raytheon.com> for report this bug.
-
-Fri Apr 8 14:30:52 CDT 2005 Will Otte <wotte@dre.vanderbilt.edu>
-
- * DAnCE/Config_Handlers/cdp.cpp
- * DAnCE/Config_Handlers/cdp.hpp
-
- Regenerated handlers to reflect schema changes.
-
- * docs/schema/cdp.xsd
-
- Updated schema to allow 0 on the realizes element.
-
-Fri Apr 8 13:33:24 2005 Jeff Parsons <j.parsons@vanderbilt.edu>
-
- * CIDLC/ServantHeaderGenerator.cpp:
- * CIDLC/ServantSourceGenerator.cpp:
-
- Added backend support for attribute exceptions.
-
-Thu Apr 07 14:49:40 2005 Gan Deng <dengg@dre.vanderbilt.edu>
-
- * DAnCE/examples/Hello/descriptors/basicNodeDaemon.pl
- * DAnCE/examples/Hello/descriptors/runNodeDaemons.pl
-
- Removed the first file and added the second file since
- the name of the first file doens't make any sense. These
- two files are the same.
-
- * DAnCE/examples/BasicSP/descriptors/flattern_deploymentplan.cdp
- * DAnCE/examples/BasicSP/descriptors/flattened_deploymentplan.cdp
-
- Removed the first file and added the second file since
- the name of the first file contained a typo.
-
- * DAnCE/examples/Hello/descriptor/Modified_Deployment.xsd
-
- Changed the <deploymentPlan> tag to allow zero <realizes>
- tag in the XML.
-
- * DAnCE/Config_Handlers/DP_Handler.cpp
- * DAnCE/Config_Handlers/cdp.cpp
- * DAnCE/Config_Handlers/cdp.hpp
-
- Modified handlers to accomodate the above change.
-
- * DAnCE/examples/Hello/descriptors/flattened_deploymentplan.cdp
-
- Added this file in, which is a flattened deployment plan for
- for the Hello example. I will come back to remove the <realizes>
- tag some time later since it is useless.
-
- * DAnCE/examples/Hello/step-by-step.html
-
- Bring the documentation page up to date.
-
-Wed Apr 06 11:12:40 2005 Gan Deng <dengg@dre.vanderbilt.edu>
-
- * DAnCE/examples/BasicSP/descriptors/flattern_deploymentplan.cdp
-
- Cleaned this a little bit. Removed most <SupportedType> and
- <port> tags from the <realizes> tag.
-
-Wed Apr 06 10:30:40 2005 Gan Deng <dengg@dre.vanderbilt.edu>
-
- * DAnCE/examples/BasicSP/descriptors/NodeManagerMap.dat
-
- Modified virtual node names to make them more meaningful.
-
- * DAnCE/examples/BasicSP/descriptors/DeploymentPlan.cdp
-
- Added this file, which is a copy of the old HUDisplay.cdp
- file. This is the old version deployment plan XML metadata.
-
- * DAnCE/examples/BasicSP/descriptors/BasicSP.cdp
- * DAnCE/examples/BasicSP/descriptors/HUDisplay.cdp
-
- Removed these two files since they are redundant. The
- former one now is "flattern_deploymentplan.cdp",
- the latter one is "DeploymentPlan.cdp".
-
- * DAnCE/examples/BasicSP/descriptors/flattern_deploymentplan.cdp
-
- Fixed this file, which contains a invalid connection, i.e.,
- connecting a EventPublisher to a SimplexReceptacle. The root
- of this problem is that "data_read" is a Facet instead of
- a EventPublisher.
-
-Tue Apr 05 19:29:40 2005 Gan Deng <dengg@dre.vanderbilt.edu>
-
- * DAnCE/Plan_Launcher/Plan_Launcher.mpc
-
- Fixed project dependency.
-
- * DAnCE/ciao/Container_Impl.cpp
-
- Fixed a compilation error caused by specifying a
- wrong exception name.
-
- * DAnCE/examples/BasicSP/descriptors/NodeManagerMap.dat
-
- Fixed a wrong string to specify the vitual node name.
-
-Tue Apr 5 14:37:16 CDT 2005 Will Otte <wotte@dre.vanderbilt.edu>
-
- * DAnCE/Config_Handlers/Any_Handler.cpp
-
- Updated Gary's fix to work in Borland 6.
-
-Tue Apr 5 14:13:10 CDT 2005 Will Otte <wotte@dre.vanderbilt.edu>
-
- * DAnCE/Config_Handlers/Any_Handler.cpp
-
- Incorporated a fix to the Any handler from Gary Duzan.
-
-Tue Apr 5 11:34:32 CDT 2005 Will Otte <wotte@dre.vanderbilt.edu>
-
- * DAnCE/Config_Handlers/Basic_Deployment_Data.cpp
- * DAnCE/Config_Handlers/Basic_Deployment_Data.hpp
- * DAnCE/Config_Handlers/Deployment.cpp
- * DAnCE/Config_Handlers/Deployment.hpp
- * DAnCE/Config_Handlers/ccd.cpp
- * DAnCE/Config_Handlers/ccd.hpp
- * DAnCE/Config_Handlers/cdd.cpp
- * DAnCE/Config_Handlers/cdd.hpp
- * DAnCE/Config_Handlers/cdp.cpp
- * DAnCE/Config_Handlers/cdp.hpp
- * DAnCE/Config_Handlers/cid.cpp
- * DAnCE/Config_Handlers/cid.hpp
- * DAnCE/Config_Handlers/cpd.cpp
- * DAnCE/Config_Handlers/cpd.hpp
- * DAnCE/Config_Handlers/iad.cpp
- * DAnCE/Config_Handlers/iad.hpp
- * DAnCE/Config_Handlers/pcd.cpp
- * DAnCE/Config_Handlers/pcd.hpp
- * DAnCE/Config_Handlers/toplevel.cpp
- * DAnCE/Config_Handlers/toplevel.hpp
- * DAnCE/Config_Handlers/XMLSchema/Types.hpp
-
- New version of the generated XSC handlers fixing the following problems:
- - Use ACE_TCHAR instead of char as the character type
- - Export macros for the generated classes.
- - Borland 6 support
- - Misc VC6 warnings.
-
-Sun Apr 3 23:52:50 CDT 2005 Will Otte <wotte@dre.vanderbilt.edu>
-
- * examples/BasicSP/descriptors/flattern_deploymentplan.cdp
-
- Fixed a mistake in the descriptor.
-
-Sun Apr 3 18:08:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
-
- * ciao/Container_Base.h:
- * ciao/ServerActivator_Impl.h:
- Added missing include of ace/Hash_Map_Manager_T.h
-
-Sat Apr 02 13:12:40 2005 Nanbor Wang <nanbor@exothermic.txcorp.com>
-
- * DAnCE/examples/BasicSP/README.html: Brought the documentation a
- bit more up-to-date.
-
-Sat Apr 2 13:06:02 2005 Nanbor Wang <nanbor@exothermic.txcorp.com>
-
- * DAnCE/ciao/Container_Base.cpp: Added more debug print out
- statements in install_home method.
-
-Sat Apr 02 11:45:52 2005 Nanbor Wang <nanbor@exothermic.txcorp.com>
-
- * DAnCE/Plan_Launcher/Plan_Launcher.mpc:
- * DAnCE/Plan_Launcher/Plan_Launcher.cpp: Merged from xsc_handler_1
- branch. Added a missing break statement, otherwise, it will not
- run.
-
-Thu Mar 31 20:31:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
-
- * DAnCE/ciao/NodeApplication_Impl.h:
- * DAnCE/ciao/Container_Base.h:
- * DAnCE/NodeApplicationManager/NodeApplicationManager_Impl.h:
- Added missing include of ace/Hash_Map_Manager_T.h
-
-Thu Mar 31 09:45:07 2005 Boris Kolpackov <boris@kolpackov.net>
-
- * CCF/CCF/IDL2/LexicalAnalyzer.cpp:
- * CCF/CCF/IDL2/Parser.cpp:
- * CCF/CCF/IDL2/Parser.hpp:
- * CCF/CCF/IDL2/SemanticAction/Attribute.hpp:
- * CCF/CCF/IDL2/SemanticAction/Impl/Attribute.cpp:
- * CCF/CCF/IDL2/SemanticAction/Impl/Attribute.hpp:
- * CCF/CCF/IDL2/SemanticGraph/Attribute.cpp:
- * CCF/CCF/IDL2/SemanticGraph/Attribute.hpp:
- * CCF/CCF/IDL2/Traversal/Attribute.cpp:
- * CCF/CCF/IDL2/Traversal/Attribute.hpp:
- * CIDLC/ExecutorMappingGenerator.cpp:
-
- Added support for raises-specification in attributes.
-
-Wed Mar 30 21:48:14 2005 Nanbor Wang <nanbor@cs.wustl.edu>
-
- * DAnCE/Config_Handlers/Deployment.hpp: Made the function
- deploymentPlan an export function since it will be accessed
- externally. The handler test program needed this change to
- compile on Win32.
-
- * DAnCE/Config_Handlers/Config_Handlers.mpc: Changed to source in
- the Xerces library settings from the latest xerces MPC template
- that Kitty suggested.
-
- * DAnCE/Config_Handlers/Basic_Deployment_Data.hpp:
- * DAnCE/Config_Handlers/ccd.hpp:
- * DAnCE/Config_Handlers/cdd.hpp:
- * DAnCE/Config_Handlers/cdp.hpp:
- * DAnCE/Config_Handlers/cid.hpp:
- * DAnCE/Config_Handlers/cpd.hpp:
- * DAnCE/Config_Handlers/iad.hpp:
- * DAnCE/Config_Handlers/pcd.hpp:
- * DAnCE/Config_Handlers/toplevel.hpp:
- * DAnCE/Config_Handlers/XMLSchema/Types.hpp:
- * DAnCE/Config_Handlers/XSCRT/Elements.hpp:
- * DAnCE/Config_Handlers/XSCRT/Parser.hpp:
- * DAnCE/Config_Handlers/XSCRT/Traversal.hpp:
- * DAnCE/Config_Handlers/XSCRT/Writer.hpp:
- * DAnCE/Config_Handlers/XSCRT/XML.hpp: Changed all local include
- files to use the right syntax. I.e., they should be in the form
- of:
-
- #include "foo/bar.h"
-
- instead of
-
- #include <foo/bar.h>
-
-Wed Mar 30 22:03:23 2005 Will Otte <wotte@dre.vanderbilt.edu>
-
- * docs/schema/xsc-banner.cpp
- * docs/schema/xsc-banner.h
-
- These files are the banners that should be included at
- the top of XSC generated code.
-
-Wed Mar 30 13:23:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
-
- * ciao/ComponentsC.h:
- * DAnCE/ciao/ComponentsC.h:
- Fixed include of Typecode.h to TypeCode.h
-
-Wed Mar 30 13:20:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
-
- * DAnCE/Config_Handlers/DataType_Handler.cpp:
- * DAnCE/Old_Config_Handlers/DT_Handler.cpp:
- Fixed include of Typecode.h to TypeCode.h
-
-Thu Mar 24 17:02:34 Will Otte <wotte@dre.vanderbilt.edu>
-
- * DAnCE/Config_Handlers/Basic_Deployment_Data.hpp
- * DAnCE/Config_Handlers/Deployment.hpp
- * DAnCE/Config_Handlers/ccd.hpp
- * DAnCE/Config_Handlers/cdd.hpp
- * DAnCE/Config_Handlers/cdp.hpp
- * DAnCE/Config_Handlers/cid.hpp
- * DAnCE/Config_Handlers/cpd.hpp
- * DAnCE/Config_Handlers/iad.hpp
- * DAnCE/Config_Handlers/pcd.hpp
- * DAnCE/Config_Handlers/toplevel.hpp
- * DAnCE/Config_Handlers/XSCRT/XML.hpp
- * DAnCE/Config_Handlers/vc6-4786.h
-
- Finally beat a big warning problem in VC6.
-
-Thu Mar 24 15:19:21 2005 Will Otte <wotte@dre.vanderbilt.edu>
-
- * DAnCE/Config_Handlers/XSCRT/Elements.hpp
- * DAnCE/Config_Handlers/XSCRT/XML.hpp
-
- Moved a pragma disable from Elements.hpp to XML.hpp to
- attempt to silence more warnings in VC6.
-
-Thu Mar 24 14:52:03 2005 Will Otte <wotte@dre.vanderilt.edu>
-
- * DAnCE/Config_Handlers/Any_Handler.cpp
-
- Fixed a compile error for 64bit arch that resulted from
- the earlier VC6 fix.
-
-Thu Mar 24 09:21:59 2005 Jaiganesh B <jai@dre.vanderbilt.edu>
-
- * DAnCE/examples/Swapping/Sender/Sender.mpc:
-
- Added the "after" clause in the MPC file to fix a
- linker error.
-
-Thu Mar 24 08:46:07 2005 Jeff Parsons <j.parsons@vanderbilt.edu>
-
- * CIDLC/ExecImplSourceGenerator.cpp:
- * CIDLC/Literals.cpp:
- * CIDLC/Literals.hpp:
- * CIDLC/ServantSourceGenerator.cpp:
- * CIDLC/TypeNameEmitter.cpp:
-
- - Added generation of ACE_UNUSED_ARG macros for local variables in
- the get_registered_consumers() method for upgradeable components,
- to avoid unused argument warnings if the component has no
- event consumers.
-
- - Added predefined string literals for "ACE_UNUSED_ARG",
- "ACE_CHECK_RETURN", and "ACE_THROW_RETURN".
-
-Wed Mar 23 19:45:32 2005 Jeff Parsons <j.parsons@vanderbilt.edu>
-
- * CCF/CCF/IDL2/IDL2.vcpoj:
-
- Added more new files to the project, ValueTypeMember.hpp and
- ValueTypeMember.tpp in IDL2/Traversal.
-
- * CIDLC/ServantSourceGenerator.cpp:
-
- Restored backend code that was commented out until frontend
- support for traversal of valuetype/eventtype members was added.
-
-Wed Mar 23 13:00:32 2005 Will Otte <wotte@dre.vanderbilt.edu>
-
- * DAnCE/Config_Handlers/Any_Handler.cpp
-
- Fixed compile errors for VC6.
-
-Wed Mar 23 12:39:43 2005 Jaiganesh B <jai@dre.vanderbilt.edu>
-
- * DAnCE/examples/Swapping/Sender/Sender.mpc:
-
- Added a missing library include.
-
-Wed Mar 23 11:19:32 2005 Jaiganesh B <jai@dre.vanderbilt.edu>
-
- * DAnCE/examples/Swapping/Sender/Sender.mpc:
- * DAnCE/examples/Swapping/Sender/Sender_exec_1.cpp:
- * DAnCE/examples/Swapping/Sender/Sender_exec_1.h:
- * DAnCE/examples/Swapping/Sender/Sender_exec_1_export.h:
- * DAnCE/examples/Swapping/Sender/Sender_exec_2.cpp:
- * DAnCE/examples/Swapping/Sender/Sender_exec_2.h:
- * DAnCE/examples/Swapping/Sender/Sender_exec_2_export.h:
-
- Added new export macros to fix compiler problems in Windows
- builds.
-
-Wed Mar 23 11:41:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
-
- * DAnCE/Config_Handlers/Basic_Deployment_Data.hpp:
- Fixed compile errors
-
-Wed Mar 23 11:22:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
-
- * DAnCE/Config_Handlers/Basic_Deployment_Data.cpp:
- * DAnCE/Config_Handlers/DP_Handler.cpp:
- Fixed compile errors with Borland
-
-Tue Mar 22 21:21:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
-
- * DAnCE/ExecutionManager/Execution_Manager_Impl.h:
- Fixed fuzz error
-
-Tue Mar 22 13:08:32 2005 Will Otte <wotte@dre.vanderbilt.edu>
-
- * DAnCE/ExecutionManager/Execution_Manager_Impl.h
- * DAnCE/ciao/Swapping_Servant_Home_Impl_Base.h
- * DAnCE/ciao/Swapping_Servant_Home_Impl_T.h
- * DAnCE/examples/Swapping/Sender/Sender_exec_1.h
- * DAnCE/examples/Swapping/Sender/Sender_exec_2.h
-
- Silence some Fuzz errors.
-
-Tue Mar 22 11:45:57 2005 Will Otte <wotte@dre.vanderbilt.edu>
-
- * DAnCE/Config_Handlers/ADD_Handler.cpp
- * DAnCE/Config_Handlers/Any_Handler.cpp
- * DAnCE/Config_Handlers/CCD_Handler.cpp
- * DAnCE/Config_Handlers/XSCRT/Elements.hpp
-
- Changes to accomodate broken compilers (VC6).
-
-Tue Mar 22 10:40:21 2005 Jaiganesh B <jai@dre.vanderbilt.edu>
-
- * DAnCE/examples/Swapping/Sender/Sender_exec.cpp:
-
- Made changes to fix compiler warnings.
-
-Tue Mar 22 10:26:18 2005 Will Otte <wotte@dre.vanderbilt.edu>
- * DAnCE/Config_Handlers/CCD_Handler.cpp
-
- Silenced an error in VC6 that occured because it couldn't obey
- some simple scope rules.
-
- * DAnCE/Config_Handlers/XSCRT/Elements.hpp
-
- Silenced a warning in VC6 debug builds relating to debug identifiers being
- too long.
-
-Tue Mar 22 08:44:03 2005 Will Otte <wotte@dre.vanderbilt.edu>
-
- * DAnCE/ciao/Container_Base.cpp
-
- Silenced a warning.
-
-Tue Mar 22 08:05:57 2005 Jeff Parsons <j.parsons@vanderbilt.edu>
-
- * CCF/CCF/IDL2/IDL2.vcproj:
-
- Added new ValueTypeFactory files to SemanticAction and new
- ValueTypeMember files to SemanticGraph.
-
-Tue Mar 22 00:13:56 2005 Will Otte <wotte@dre.vanderbilt.edu>
-
- * DAnCE/Config_Handlers/Any_Handler.cpp
-
- Silenced warnings present in GCC >3 builds.
-
- * DAnCE/Config_Handlers/CCD_Handler.h
- * DAnCE/Config_Handlers/Config_Handlers.mpc
- * DAnCE/Config_Handlers/IDD_Handler.cpp
- * DAnCE/Config_Handlers/Property_Handler.h
- * DAnCE/Config_Handlers/Req_Handler.h
- * DAnCE/Config_Handlers/XML_Error_Handler.h
- * DAnCE/Config_Handlers/XML_File_Intf.h
-
- Silenced a few warnings present in the Fuzz build.
-
-Mon Mar 21 08:47:44 2005 Jeff Parsons <j.parsons@vanderbilt.edu>
-
- * CCF/CCF/IDL2/IDL2.vcproj:
-
- Added the new ValuetypeMember files in SemanticAction to
- the project.
-
-Mon Mar 21 16:25:07 2005 Boris Kolpackov <boris@kolpackov.net>
-
- * CCF/CCF/IDL2/SemanticAction/Impl/ValueTypeMember.cpp:
- * CCF/CCF/IDL2/SemanticAction/Impl/ValueTypeMember.hpp:
-
- Finished "full support" for valuetype members. It also
- adds "full support" for eventtype members since it just
- re-uses valuetype's rules.
-
-
- * CCF/CCF/IDL2/Parser.cpp:
- * CCF/CCF/IDL2/Parser.hpp:
- * CCF/CCF/IDL2/SemanticAction/ValueTypeFactory.hpp:
- * CCF/CCF/IDL2/SemanticAction/Impl/ValueTypeFactory.cpp:
- * CCF/CCF/IDL2/SemanticAction/Impl/ValueTypeFactory.hpp:
- * CCF/CCF/IDL2/SemanticAction.hpp:
- * CCF/CCF/IDL2/SemanticAction/Factory.hpp:
- * CCF/CCF/IDL2/SemanticAction/Impl/Factory.cpp:
- * CCF/CCF/IDL2/SemanticAction/Impl/Factory.hpp:
-
- Added support for valuetype factories.
-
-
- * CCF/CCF/IDL2/SemanticAction/Impl/ValueType.cpp:
- * CCF/CCF/IDL2/SemanticGraph/ValueType.hpp:
- * CCF/CCF/IDL2/Traversal/ValueType.tpp:
-
- Implemented support for valuetype inheritance and
- support of interfaces.
-
-
- * CCF/CCF/IDL3/SemanticAction/Impl/EventType.cpp:
- * CCF/CCF/IDL3/Traversal/EventType.tpp:
-
- Implemented support for eventtype inheritance and
- support of interfaces.
-
-
- * CCF/CCF/IDL2/SemanticAction/Impl/Member.cpp:
- * CCF/CCF/IDL3/SemanticAction/Impl/Component.cpp:
-
- Minor cleanups.
-
-Sun Mar 20 21:35:04 2005 Jaiganesh B <jai@dre.vanderbilt.edu>
-
- * DAnCE/examples/Swapping/Sender/Sender.mpc:
-
- Made a change to link to the right library.
-
-Sun Mar 20 21:12:55 2005 Will Otte <wotte@dre.vanderbilt.edu>
-
- * DAnCE/Config_Handlers/Config_Handlers.mpc
-
- Disabled the build of the test. There is no need for
- this to build for the most part - as it is not a great test -
- and appears to be lighting up the scoreboard for some reason.
-
-Sun Mar 20 14:05:08 2005 Jaiganesh B <jai@dre.vanderbilt.edu>
-
- * DAnCE/tests/Config_Handlers/CompImplDesc_Handler_Test.cpp:
- * DAnCE/tests/Config_Handlers/CompIntrDesc_Handler_Test.cpp:
- * DAnCE/tests/Config_Handlers/CompPkgDesc_Handler_Test.cpp:
- * DAnCE/tests/Config_Handlers/Domain_Handler_Test.cpp:
- * DAnCE/tests/Config_Handlers/Handler_Test.cpp:
- * DAnCE/tests/Config_Handlers/Handler_Test.h:
- * DAnCE/tests/Config_Handlers/IAD_Handler_Test.cpp:
- * DAnCE/tests/Config_Handlers/PC_Handler_Test.cpp:
- * DAnCE/tests/Config_Handlers/Plan_Handler_Test.cpp:
-
- Made changed to include the "right" config handlers
- to fix the compilation errors.
-
-Sun Mar 20 13:57:55 2005 Jaiganesh B <jai@dre.vanderbilt.edu>
-
- * DAnCE/Config_Handlers/XercesString.cpp:
- * DAnCE/Config_Handlers/XercesString.h:
-
- Added these new files from the old config handlers
- directory to the new config handlers directory
- to fix missing includes.
-
-Sun Mar 20 13:54:17 2005 Jaiganesh B <jai@dre.vanderbilt.edu>
-
- * DAnCE/Old_Config_Handlers/Process_Element_T.cpp:
-
- Changed a #include to fix a compilation error.
-
-Sun Mar 20 17:39:18 2005 Jaiganesh B <jai@dre.vanderbilt.edu>
- * ciao/Servant_Impl_Base.h:
- * ciao/Servant_Impl_Base.cpp:
- * ciao/Servant_Impl_T.h:
- * ciao/Servant_Impl_T.cpp:
- * ciao/Home_Servant_Impl_T.cpp:
-
- Made changes to the older version of the ciao
- infrastructure to reflect changes made in the
- newer version of ciao, which is DaNCE.
-
-Sun Mar 20 10:09:14 2005 Will Otte <wotte@dre.vanderbilt.edu>
- * DAnCE/Config_Handlers/Basic_Handler.cpp
- * DAnCE/Config_Handlers/Basic_Handler.h
- * DAnCE/Config_Handlers/CAD_Handler.cpp
- * DAnCE/Config_Handlers/CAD_Handler.h
- * DAnCE/Config_Handlers/CPK_Handler.cpp
- * DAnCE/Config_Handlers/CPK_Handler.h
- * DAnCE/Config_Handlers/CPR_Handler.cpp
- * DAnCE/Config_Handlers/CPR_Handler.h
- * DAnCE/Config_Handlers/Cap_Handler.cpp
- * DAnCE/Config_Handlers/Cap_Handler.h
- * DAnCE/Config_Handlers/CompImplDesc_Handler.cpp
- * DAnCE/Config_Handlers/CompImplDesc_Handler.h
- * DAnCE/Config_Handlers/CompIntrDesc_Handler.cpp
- * DAnCE/Config_Handlers/CompIntrDesc_Handler.h
- * DAnCE/Config_Handlers/CompPkgDesc_Handler.cpp
- * DAnCE/Config_Handlers/CompPkgDesc_Handler.h
- * DAnCE/Config_Handlers/Config.h
- * DAnCE/Config_Handlers/Config_Error_Handler.cpp
- * DAnCE/Config_Handlers/Config_Error_Handler.h
- * DAnCE/Config_Handlers/Config_Handler_export.h
- * DAnCE/Config_Handlers/DT_Handler.cpp
- * DAnCE/Config_Handlers/DT_Handler.h
- * DAnCE/Config_Handlers/Domain_Handler.cpp
- * DAnCE/Config_Handlers/Domain_Handler.h
- * DAnCE/Config_Handlers/IAD_Handler.cpp
- * DAnCE/Config_Handlers/IAD_Handler.h
- * DAnCE/Config_Handlers/IR_Handler.cpp
- * DAnCE/Config_Handlers/IR_Handler.h
- * DAnCE/Config_Handlers/MID_Handler.cpp
- * DAnCE/Config_Handlers/MID_Handler.h
- * DAnCE/Config_Handlers/NIA_Handler.cpp
- * DAnCE/Config_Handlers/NIA_Handler.h
- * DAnCE/Config_Handlers/PCI_Handler.cpp
- * DAnCE/Config_Handlers/PCI_Handler.h
- * DAnCE/Config_Handlers/PC_Handler.cpp
- * DAnCE/Config_Handlers/PC_Handler.h
- * DAnCE/Config_Handlers/Plan_Handler.cpp
- * DAnCE/Config_Handlers/Plan_Handler.h
- * DAnCE/Config_Handlers/Process_Element.cpp
- * DAnCE/Config_Handlers/Process_Element.h
- * DAnCE/Config_Handlers/Process_Element_T.cpp
- * DAnCE/Config_Handlers/Process_Element_T.h
- * DAnCE/Config_Handlers/RS_Handler.cpp
- * DAnCE/Config_Handlers/RS_Handler.h
- * DAnCE/Config_Handlers/RUK_Handler.cpp
- * DAnCE/Config_Handlers/RUK_Handler.h
- * DAnCE/Config_Handlers/Requirement_Handler.cpp
- * DAnCE/Config_Handlers/Requirement_Handler.h
- * DAnCE/Config_Handlers/SPK_Handler.cpp
- * DAnCE/Config_Handlers/SPK_Handler.h
- * DAnCE/Config_Handlers/SP_Handler.cpp
- * DAnCE/Config_Handlers/SP_Handler.h
- * DAnCE/Config_Handlers/TPD_Handler.cpp
- * DAnCE/Config_Handlers/TPD_Handler.h
- * DAnCE/Config_Handlers/Utils.cpp
- * DAnCE/Config_Handlers/Utils.h
- * DAnCE/Config_Handlers/XercesString.cpp
- * DAnCE/Config_Handlers/XercesString.h
-
- Removed files unused by the new config handlers.
-
- * DAnCE/Config_Handlers/Config_Handlers.mpc
-
- Enabled the config handlers build.
-
-Sat Mar 19 18:19:34 2005 Will Otte <wotte@dre.vanderbilt.edu>
-
- * DAnCE/Config_Handlers/XMLSchema/Traversal.hpp
- * DAnCE/Config_Handlers/XMLSchema/Traversal.ipp
- * DAnCE/Config_Handlers/XMLSchema/Traversal.tpp
- * DAnCE/Config_Handlers/XMLSchema/TypeInfo.hpp
- * DAnCE/Config_Handlers/XMLSchema/TypeInfo.ipp
- * DAnCE/Config_Handlers/XMLSchema/TypeInfo.tpp
- * DAnCE/Config_Handlers/XMLSchema/Types.hpp
- * DAnCE/Config_Handlers/XMLSchema/Types.ipp
- * DAnCE/Config_Handlers/XMLSchema/Types.tpp
- * DAnCE/Config_Handlers/XMLSchema/Writer.hpp
- * DAnCE/Config_Handlers/XMLSchema/Writer.ipp
- * DAnCE/Config_Handlers/XMLSchema/Writer.tpp
- * DAnCE/Config_Handlers/XSCRT/Elements.hpp
- * DAnCE/Config_Handlers/XSCRT/Elements.ipp
- * DAnCE/Config_Handlers/XSCRT/Elements.tpp
- * DAnCE/Config_Handlers/XSCRT/ExtendedTypeInfo.hpp
- * DAnCE/Config_Handlers/XSCRT/ExtendedTypeInfo.ipp
- * DAnCE/Config_Handlers/XSCRT/Parser.hpp
- * DAnCE/Config_Handlers/XSCRT/Parser.ipp
- * DAnCE/Config_Handlers/XSCRT/Parser.tpp
- * DAnCE/Config_Handlers/XSCRT/Traversal.hpp
- * DAnCE/Config_Handlers/XSCRT/Traversal.ipp
- * DAnCE/Config_Handlers/XSCRT/Traversal.tpp
- * DAnCE/Config_Handlers/XSCRT/Writer.hpp
- * DAnCE/Config_Handlers/XSCRT/Writer.ipp
- * DAnCE/Config_Handlers/XSCRT/Writer.tpp
- * DAnCE/Config_Handlers/XSCRT/XML.hpp
- * DAnCE/Config_Handlers/XSCRT/XML.ipp
- * DAnCE/Config_Handlers/XSCRT/XML.tpp
- * DAnCE/Config_Handlers/XSCRT/XMLSchema.ipp
- * DAnCE/Config_Handlers/XSCRT/XMLSchema.tpp
-
- Completed the merge of xsc_handler_1 into main.
-
-Sat Mar 19 17:29:50 2005 Jaiganesh B <jai@dre.vanderbilt.edu>
-
- * DAnCE/RepositoryManager/RepositoryManager_Impl.cpp:
- * DAnCE/RepositoryManager/RepositoryManager_Impl.h:
-
- Fixed compiler errors.
-
-Sat Mar 19 16:57:41 2005 Jaiganesh B <jai@dre.vanderbilt.edu>
-
- * DAnCE/Old_Config_Handlers/Any_Handler.cpp:
- * DAnCE/Old_Config_Handlers/Any_Handler.h:
- * DAnCE/Old_Config_Handlers/Basic_Deployment_Data.cpp:
- * DAnCE/Old_Config_Handlers/Basic_Deployment_Data.hpp:
- * DAnCE/Old_Config_Handlers/Basic_Handler.cpp:
- * DAnCE/Old_Config_Handlers/Basic_Handler.h:
- * DAnCE/Old_Config_Handlers/CAD_Handler.cpp:
- * DAnCE/Old_Config_Handlers/CAD_Handler.h:
- * DAnCE/Old_Config_Handlers/CEPE_Handler.cpp:
- * DAnCE/Old_Config_Handlers/CEPE_Handler.h:
- * DAnCE/Old_Config_Handlers/CPK_Handler.cpp:
- * DAnCE/Old_Config_Handlers/CPK_Handler.h:
- * DAnCE/Old_Config_Handlers/CPR_Handler.cpp:
- * DAnCE/Old_Config_Handlers/CPR_Handler.h:
- * DAnCE/Old_Config_Handlers/Cap_Handler.cpp:
- * DAnCE/Old_Config_Handlers/Cap_Handler.h:
- * DAnCE/Old_Config_Handlers/CompImplDesc_Handler.cpp:
- * DAnCE/Old_Config_Handlers/CompImplDesc_Handler.h:
- * DAnCE/Old_Config_Handlers/CompIntrDesc_Handler.cpp:
- * DAnCE/Old_Config_Handlers/CompIntrDesc_Handler.h:
- * DAnCE/Old_Config_Handlers/CompPkgDesc_Handler.cpp:
- * DAnCE/Old_Config_Handlers/CompPkgDesc_Handler.h:
- * DAnCE/Old_Config_Handlers/Config.h:
- * DAnCE/Old_Config_Handlers/Config_Error_Handler.cpp:
- * DAnCE/Old_Config_Handlers/Config_Error_Handler.h:
- * DAnCE/Old_Config_Handlers/Config_Handler_export.h:
- * DAnCE/Old_Config_Handlers/Config_Handlers.mpc:
- * DAnCE/Old_Config_Handlers/DT_Handler.cpp:
- * DAnCE/Old_Config_Handlers/DT_Handler.h:
- * DAnCE/Old_Config_Handlers/Deployment.cpp:
- * DAnCE/Old_Config_Handlers/Deployment.hpp:
- * DAnCE/Old_Config_Handlers/DnC_Dump.cpp:
- * DAnCE/Old_Config_Handlers/DnC_Dump.h:
- * DAnCE/Old_Config_Handlers/DnC_Dump_T.cpp:
- * DAnCE/Old_Config_Handlers/DnC_Dump_T.h:
- * DAnCE/Old_Config_Handlers/Domain_Handler.cpp:
- * DAnCE/Old_Config_Handlers/Domain_Handler.h:
- * DAnCE/Old_Config_Handlers/Dump_Obj.cpp:
- * DAnCE/Old_Config_Handlers/Dump_Obj.h:
- * DAnCE/Old_Config_Handlers/ERE_Handler.cpp:
- * DAnCE/Old_Config_Handlers/ERE_Handler.h:
- * DAnCE/Old_Config_Handlers/IAD_Handler.cpp:
- * DAnCE/Old_Config_Handlers/IAD_Handler.h:
- * DAnCE/Old_Config_Handlers/ID_Handler.cpp:
- * DAnCE/Old_Config_Handlers/ID_Handler.h:
- * DAnCE/Old_Config_Handlers/IR_Handler.cpp:
- * DAnCE/Old_Config_Handlers/MID_Handler.cpp:
- * DAnCE/Old_Config_Handlers/MID_Handler.h:
- * DAnCE/Old_Config_Handlers/NIA_Handler.cpp:
- * DAnCE/Old_Config_Handlers/NIA_Handler.h:
- * DAnCE/Old_Config_Handlers/PCI_Handler.cpp:
- * DAnCE/Old_Config_Handlers/PCI_Handler.h:
- * DAnCE/Old_Config_Handlers/PC_Handler.cpp:
- * DAnCE/Old_Config_Handlers/PC_Handler.h:
- * DAnCE/Old_Config_Handlers/Plan_Handler.cpp:
- * DAnCE/Old_Config_Handlers/Plan_Handler.h:
- * DAnCE/Old_Config_Handlers/Process_Element.cpp:
- * DAnCE/Old_Config_Handlers/Process_Element.h:
- * DAnCE/Old_Config_Handlers/Process_Element_T.cpp:
- * DAnCE/Old_Config_Handlers/Process_Element_T.h:
- * DAnCE/Old_Config_Handlers/Property_Handler.cpp:
- * DAnCE/Old_Config_Handlers/Property_Handler.h:
- * DAnCE/Old_Config_Handlers/RS_Handler.cpp:
- * DAnCE/Old_Config_Handlers/RS_Handler.h:
- * DAnCE/Old_Config_Handlers/RUK_Handler.cpp:
- * DAnCE/Old_Config_Handlers/RUK_Handler.h:
- * DAnCE/Old_Config_Handlers/Requirement_Handler.cpp:
- * DAnCE/Old_Config_Handlers/Requirement_Handler.h:
- * DAnCE/Old_Config_Handlers/SPK_Handler.cpp:
- * DAnCE/Old_Config_Handlers/SPK_Handler.h:
- * DAnCE/Old_Config_Handlers/SP_Handler.cpp:
- * DAnCE/Old_Config_Handlers/SP_Handler.h:
- * DAnCE/Old_Config_Handlers/TPD_Handler.cpp:
- * DAnCE/Old_Config_Handlers/TPD_Handler.h:
- * DAnCE/Old_Config_Handlers/Utils.cpp:
- * DAnCE/Old_Config_Handlers/Utils.h:
- * DAnCE/Old_Config_Handlers/XercesString.cpp:
- * DAnCE/Old_Config_Handlers/XercesString.h:
- * DAnCE/Old_Config_Handlers/ccd.cpp:
- * DAnCE/Old_Config_Handlers/ccd.hpp:
- * DAnCE/Old_Config_Handlers/cdd.cpp:
- * DAnCE/Old_Config_Handlers/cdd.hpp:
- * DAnCE/Old_Config_Handlers/cdp.cpp:
- * DAnCE/Old_Config_Handlers/cdp.hpp:
- * DAnCE/Old_Config_Handlers/cid.cpp:
- * DAnCE/Old_Config_Handlers/cid.hpp:
- * DAnCE/Old_Config_Handlers/cpd.cpp:
- * DAnCE/Old_Config_Handlers/cpd.hpp:
- * DAnCE/Old_Config_Handlers/iad.cpp:
- * DAnCE/Old_Config_Handlers/iad.hpp:
- * DAnCE/Old_Config_Handlers/pcd.cpp:
- * DAnCE/Old_Config_Handlers/pcd.hpp:
- * DAnCE/Old_Config_Handlers/toplevel.cpp:
- * DAnCE/Old_Config_Handlers/toplevel.hpp:
-
- Older version of config handlers.
-
-
-Sat Mar 19 16:14:20 2005 Jaiganesh B <jai@dre.vanderbilt.edu>
-
- * DAnCE/Config_Handlers/ccd.cpp:
- * DAnCE/Config_Handlers/ccd.hpp:
- * DAnCE/Config_Handlers/cdd.cpp:
- * DAnCE/Config_Handlers/cdd.hpp:
- * DAnCE/Config_Handlers/cdp.cpp:
- * DAnCE/Config_Handlers/cdp.hpp:
- * DAnCE/Config_Handlers/cid.cpp:
- * DAnCE/Config_Handlers/cid.hpp:
- * DAnCE/Config_Handlers/cpd.cpp:
- * DAnCE/Config_Handlers/cpd.hpp:
- * DAnCE/Config_Handlers/iad.cpp:
- * DAnCE/Config_Handlers/iad.hpp:
- * DAnCE/Config_Handlers/pcd.cpp:
- * DAnCE/Config_Handlers/pcd.hpp:
- * DAnCE/Config_Handlers/toplevel.cpp:
- * DAnCE/Config_Handlers/toplevel.hpp:
- * DAnCE/Config_Handlers/ERE_Handler.cpp:
- * DAnCE/Config_Handlers/ERE_Handler.h:
- * DAnCE/Config_Handlers/IDD_Handler.cpp:
- * DAnCE/Config_Handlers/IDD_Handler.h:
- * DAnCE/Config_Handlers/IDREF_Base.cpp:
- * DAnCE/Config_Handlers/IDREF_Base.h:
- * DAnCE/Config_Handlers/ID_Handler.cpp:
- * DAnCE/Config_Handlers/ID_Handler.h:
- * DAnCE/Config_Handlers/IRDD_Handler.cpp:
- * DAnCE/Config_Handlers/IRDD_Handler.h:
- * DAnCE/Config_Handlers/MDD_Handler.cpp:
- * DAnCE/Config_Handlers/MDD_Handler.h:
- * DAnCE/Config_Handlers/PCD_Handler.cpp:
- * DAnCE/Config_Handlers/PCD_Handler.h:
- * DAnCE/Config_Handlers/PSPE_Handler.cpp:
- * DAnCE/Config_Handlers/PSPE_Handler.h:
- * DAnCE/Config_Handlers/Property_Handler.cpp:
- * DAnCE/Config_Handlers/Property_Handler.h:
- * DAnCE/Config_Handlers/RDD_Handler.cpp:
- * DAnCE/Config_Handlers/RDD_Handler.h:
- * DAnCE/Config_Handlers/Req_Handler.cpp:
- * DAnCE/Config_Handlers/Req_Handler.h:
- * DAnCE/Config_Handlers/XML_Error_Handler.cpp:
- * DAnCE/Config_Handlers/XML_Error_Handler.h:
- * DAnCE/Config_Handlers/XML_File_Intf.cpp:
- * DAnCE/Config_Handlers/XML_File_Intf.h:
- * DAnCE/Config_Handlers/XML_Helper.cpp:
- * DAnCE/Config_Handlers/XML_Helper.h:
- * DAnCE/Config_Handlers/XercesString.cpp:
- * DAnCE/Config_Handlers/XercesString.h:
- * DAnCE/Config_Handlers/ADD_Handler.cpp:
- * DAnCE/Config_Handlers/ADD_Handler.h:
- * DAnCE/Config_Handlers/Any_Handler.cpp:
- * DAnCE/Config_Handlers/Any_Handler.h:
- * DAnCE/Config_Handlers/Basic_Deployment_Data.cpp:
- * DAnCE/Config_Handlers/Basic_Deployment_Data.hpp:
- * DAnCE/Config_Handlers/CCD_Handler.cpp:
- * DAnCE/Config_Handlers/CCD_Handler.h:
- * DAnCE/Config_Handlers/CEPE_Handler.cpp:
- * DAnCE/Config_Handlers/CEPE_Handler.h:
- * DAnCE/Config_Handlers/CPD_Handler.cpp:
- * DAnCE/Config_Handlers/CPD_Handler.h:
- * DAnCE/Config_Handlers/CRDD_Handler.cpp:
- * DAnCE/Config_Handlers/CRDD_Handler.h:
- * DAnCE/Config_Handlers/ComponentPropertyDescription_Handler.cpp:
- * DAnCE/Config_Handlers/ComponentPropertyDescription_Handler.h:
- * DAnCE/Config_Handlers/Config_Handlers.mpc:
- * DAnCE/Config_Handlers/Config_Handlers_Export.h:
- * DAnCE/Config_Handlers/DP_Handler.cpp:
- * DAnCE/Config_Handlers/DP_Handler.h:
- * DAnCE/Config_Handlers/DP_PCD_Handler.cpp:
- * DAnCE/Config_Handlers/DP_PCD_Handler.h:
- * DAnCE/Config_Handlers/DataType_Handler.cpp:
- * DAnCE/Config_Handlers/DataType_Handler.h:
- * DAnCE/Config_Handlers/Deployment.cpp:
- * DAnCE/Config_Handlers/Deployment.hpp:
- * DAnCE/Config_Handlers/DnC_Dump.cpp:
- * DAnCE/Config_Handlers/DnC_Dump.h:
- * DAnCE/Config_Handlers/DnC_Dump_T.cpp:
- * DAnCE/Config_Handlers/DnC_Dump_T.h:
- * DAnCE/Config_Handlers/Dump_Obj.cpp:
- * DAnCE/Config_Handlers/Dump_Obj.h:
-
- Merged branch xsc_handler_1 to main.
-
-Sat Mar 19 15:36:55 2005 Jaiganesh B <jai@dre.vanderbilt.edu>
-
- * DAnCE/Config_Handlers/RDD_Handler.cpp:
- * DAnCE/Config_Handlers/RDD_Handler.h:
- * DAnCE/Config_Handlers/Req_Handler.cpp:
- * DAnCE/Config_Handlers/Req_Handler.h:
- * DAnCE/Config_Handlers/XML_Error_Handler.cpp:
- * DAnCE/Config_Handlers/XML_Error_Handler.h:
- * DAnCE/Config_Handlers/XML_File_Intf.cpp:
- * DAnCE/Config_Handlers/XML_File_Intf.h:
- * DAnCE/Config_Handlers/XML_Helper.cpp:
- * DAnCE/Config_Handlers/XML_Helper.h:
-
- More XSC config handlers.
-
-Sat Mar 19 15:29:45 2005 Jaiganesh B <jai@dre.vanderbilt.edu>
-
- * DAnCE/Config_Handlers/Any_Handler.h:
- * DAnCE/Config_Handlers/Basic_Deployment_Data.cpp:
- * DAnCE/Config_Handlers/CEPE_Handler.cpp:
- * DAnCE/Config_Handlers/CEPE_Handler.h:
- * DAnCE/Config_Handlers/Deployment.cpp:
- * DAnCE/Config_Handlers/DnC_Dump.cpp:
- * DAnCE/Config_Handlers/DnC_Dump.h:
- * DAnCE/Config_Handlers/DnC_Dump_T.cpp:
- * DAnCE/Config_Handlers/DnC_Dump_T.h:
- * DAnCE/Config_Handlers/Dump_Obj.cpp:
- * DAnCE/Config_Handlers/Dump_Obj.h:
- * DAnCE/Config_Handlers/ERE_Handler.cpp:
- * DAnCE/Config_Handlers/ERE_Handler.h:
- * DAnCE/Config_Handlers/IDD_Handler.cpp:
- * DAnCE/Config_Handlers/IDD_Handler.h:
- * DAnCE/Config_Handlers/IDREF_Base.cpp:
- * DAnCE/Config_Handlers/IDREF_Base.h:
- * DAnCE/Config_Handlers/ID_Handler.cpp:
- * DAnCE/Config_Handlers/ID_Handler.h:
- * DAnCE/Config_Handlers/IRDD_Handler.cpp:
- * DAnCE/Config_Handlers/IRDD_Handler.h:
- * DAnCE/Config_Handlers/MDD_Handler.cpp:
- * DAnCE/Config_Handlers/MDD_Handler.h:
- * DAnCE/Config_Handlers/Modified_Deployment.xsd:
- * DAnCE/Config_Handlers/PCD_Handler.cpp:
- * DAnCE/Config_Handlers/PCD_Handler.h:
- * DAnCE/Config_Handlers/PSPE_Handler.cpp:
- * DAnCE/Config_Handlers/PSPE_Handler.h:
-
- More XML config handlers.
-
-Sat Mar 19 15:25:17 2005 Jaiganesh B <jai@dre.vanderbilt.edu>
-
- * DAnCE/Config_Handlers/ADD_Handler.cpp:
- * DAnCE/Config_Handlers/ADD_Handler.h:
- * DAnCE/Config_Handlers/BasicSP.cdp:
- * DAnCE/Config_Handlers/CCD_Handler.cpp:
- * DAnCE/Config_Handlers/CCD_Handler.h:
- * DAnCE/Config_Handlers/CPD_Handler.cpp:
- * DAnCE/Config_Handlers/CPD_Handler.h:
- * DAnCE/Config_Handlers/CRDD_Handler.cpp:
- * DAnCE/Config_Handlers/CRDD_Handler.h:
- * DAnCE/Config_Handlers/ComponentPropertyDescription_Handler.cpp:
- * DAnCE/Config_Handlers/ComponentPropertyDescription_Handler.h:
- * DAnCE/Config_Handlers/Config_Handlers_Export.h:
- * DAnCE/Config_Handlers/DP_Handler.cpp:
- * DAnCE/Config_Handlers/DP_Handler.h:
- * DAnCE/Config_Handlers/DP_PCD_Handler.cpp:
- * DAnCE/Config_Handlers/DP_PCD_Handler.h:
- * DAnCE/Config_Handlers/DataType_Handler.cpp:
- * DAnCE/Config_Handlers/DataType_Handler.h:
-
- Added a XSC compiler compliant config handlers.
-
-Sat Mar 19 15:22:54 2005 Jaiganesh B <jai@dre.vanderbilt.edu>
-
- * DAnCE/ExecutionManager/DAM_Map.cpp:
- * DAnCE/ExecutionManager/DAM_Map.h:
- * DAnCE/ExecutionManager/ExecutionManager.mpc:
- * DAnCE/ExecutionManager/ExecutionManager_Impl.h:
- * DAnCE/ExecutionManager/Execution_Manager.cpp:
- * DAnCE/ExecutionManager/Execution_Manager_Impl.cpp:
- * DAnCE/ExecutionManager/Execution_Manager_Impl.h:
-
- Fixed some more compiler errors.
-
-Sat Mar 19 15:06:37 2005 Jaiganesh B <jai@dre.vanderbilt.edu>
-
- * DAnCE/ExecutionManager/DAM_Map.cpp:
- * DAnCE/ExecutionManager/DAM_Map.h:
- * DAnCE/ExecutionManager/ExecutionManager.mpc:
- * DAnCE/ExecutionManager/Execution_Manager.cpp:
- * DAnCE/ExecutionManager/Execution_Manager_Impl.cpp:
- * DAnCE/ExecutionManager/Execution_Manager_Impl.h:
- * DAnCE/NodeApplication/NodeApplication.cpp:
- * DAnCE/NodeManager/NodeDaemon_Impl.cpp:
-
- Made changes to fix compile errors.
-
-Sat Mar 19 15:02:03 2005 Jaiganesh B <jai@dre.vanderbilt.edu>
-
- * DAnCE/DomainApplicationManager/Deployment_Configuration.h:
- * DAnCE/DomainApplicationManager/DomainApplicationManager.mpc:
- *
- DAnCE/DomainApplicationManager/DomainApplicationManager_Impl.cpp:
-
- Made changes to reflect changes made to the CIAO
- infrastructure to support NodeApplication instantiate
- multiple containers.
-
- Thanks to Gan Deng <dengg@dre.vanderbilt.edu> for making this
- change.
-
-Sat Mar 19 14:54:15 2005 Jaiganesh B <jai@dre.vanderbilt.edu>
-
- * DAnCE/examples/BasicSP/descriptors/BasicSP.cdp:
- * DAnCE/examples/BasicSP/descriptors/NodeManagerMap.dat:
- * DAnCE/examples/BasicSP/descriptors/basicNodeDaemon.pl:
- * DAnCE/examples/BasicSP/descriptors/flattern_deploymentplan.cdp:
-
- Added a flattened deployment plan for testing the DaNCE
- infrastructure.
-
- Thanks to Will Otte <w.otte@vanderbilt.edu> for helping
- out with this project.
-
-Sat Mar 19 14:23:49 2005 Jaiganesh B <jai@dre.vanderbilt.edu>
-
- * DAnCE/examples/Swapping/Hello_Base/Hello_Base.idl:
- * DAnCE/examples/Swapping/Hello_Base/Hello_Base.mpc:
- * DAnCE/examples/Swapping/Hello_Base/Hello_Base_stub_export.h:
- * DAnCE/examples/Swapping/Hello_Base/Hello_Base_svnt_export.h:
- * DAnCE/examples/Swapping/Receiver/Receiver.mpc:
- * DAnCE/examples/Swapping/Sender/Sender.mpc:
-
- Fixed few minor compiler errors.
-
-Sat Mar 19 13:40:30 2005 Jaiganesh B <jai@dre.vanderbilt.edu>
-
- * DAnCE/examples/Swapping/Hello_Base/Hello_Base.idl:
- * DAnCE/examples/Swapping/Hello_Base/Hello_Base.mpc:
- * DAnCE/examples/Swapping/Hello_Base/Hello_Base_stub_export.h:
- * DAnCE/examples/Swapping/Hello_Base/Hello_Base_svnt_export.h:
- * DAnCE/examples/Swapping/Receiver/Receiver.cidl:
- * DAnCE/examples/Swapping/Receiver/Receiver.idl:
- * DAnCE/examples/Swapping/Receiver/Receiver.mpc:
- * DAnCE/examples/Swapping/Receiver/Receiver_exec.cpp:
- * DAnCE/examples/Swapping/Receiver/Receiver_exec.h:
- * DAnCE/examples/Swapping/Receiver/Receiver_exec_export.h:
- * DAnCE/examples/Swapping/Receiver/Receiver_stub_export.h:
- * DAnCE/examples/Swapping/Receiver/Receiver_svnt_export.h:
- * DAnCE/examples/Swapping/Sender/Sender.cidl:
- * DAnCE/examples/Swapping/Sender/Sender.idl:
- * DAnCE/examples/Swapping/Sender/Sender.mpc:
- * DAnCE/examples/Swapping/Sender/Sender_exec.cpp:
- * DAnCE/examples/Swapping/Sender/Sender_exec.h:
- * DAnCE/examples/Swapping/Sender/Sender_exec_1.cpp:
- * DAnCE/examples/Swapping/Sender/Sender_exec_1.h:
- * DAnCE/examples/Swapping/Sender/Sender_exec_2.cpp:
- * DAnCE/examples/Swapping/Sender/Sender_exec_2.h:
- * DAnCE/examples/Swapping/Sender/Sender_exec_export.h:
- * DAnCE/examples/Swapping/Sender/Sender_stub_export.h:
- * DAnCE/examples/Swapping/Sender/Sender_svnt_export.h:
- * DAnCE/examples/Swapping/Sender/starter.cpp:
-
- Added a "HelloWorld" example that can test the dynamic
- swapping of component implementation capability.
-
- Thanks to Bala Natarajan <bala@dre.vanderbilt.edu>
- for helping me with this project.
-
-Sat Mar 19 13:17:37 2005 Jaiganesh B <jai@dre.vanderbilt.edu>
-
- * DAnCE/tests/NodeApplicationTest/NodeApp_test_client.cpp:
- * DAnCE/tests/NodeApplicationTest/NodeApp_test_client_ex.cpp:
- * DAnCE/tests/NodeApplicationTest/NodeApp_test_client_simple.cpp:
-
- Made changes to reflect changes made to the infrastructure
- to provide the capability in the NodeApplication
- to support multiple containers.
-
-Sat Mar 19 13:13:13 2005 Jaiganesh B <jai@dre.vanderbilt.edu>
-
- * DAnCE/NodeApplicationManager/ImplementationInfo.cpp:
- * DAnCE/NodeApplicationManager/ImplementationInfo.h:
- * DAnCE/NodeApplicationManager/NodeApplicationManager_Impl.cpp:
- * DAnCE/NodeApplicationManager/NodeApplicationManager_Impl.h:
-
- Changes to reflect the infrasrtuctural changes related
- to providing capability in the NodeApplication
- to support multiple containers.
-
- Thanks to Gan Deng <dengg@dre.vanderbilt.edu> for
- architecting and implementing this project.
-
-Sat Mar 19 13:08:18 2005 Jaiganesh B <jai@dre.vanderbilt.edu>
-
- * DAnCE/ciao/NodeApplication_Impl.inl:
-
- Made some changes to fix compiler errors.
-
-Sat Mar 19 12:48:44 2005 Jaiganesh B <jai@dre.vanderbilt.edu>
-
- * DAnCE/ciao/CCM_Core.mpc:
- * DAnCE/ciao/CIAO_Config.h:
- * DAnCE/ciao/Container_Base.cpp:
- * DAnCE/ciao/Container_Base.h:
- * DAnCE/ciao/Container_Impl.cpp:
- * DAnCE/ciao/Container_Impl.h:
- * DAnCE/ciao/Container_Impl.inl:
- * DAnCE/ciao/Context_Impl_T.cpp:
- * DAnCE/ciao/Deployment.idl:
- * DAnCE/ciao/Deployment_Core.idl:
- * DAnCE/ciao/Dynamic_Component_Activator.cpp:
- * DAnCE/ciao/Dynamic_Component_Activator.h:
- * DAnCE/ciao/Dynamic_Component_Servant_Base.cpp:
- * DAnCE/ciao/Dynamic_Component_Servant_Base.h:
- * DAnCE/ciao/Dynamic_Component_Servant_T.cpp:
- * DAnCE/ciao/Dynamic_Component_Servant_T.h:
- * DAnCE/ciao/Home_Servant_Impl_Base.h:
- * DAnCE/ciao/Home_Servant_Impl_T.cpp:
- * DAnCE/ciao/Home_Servant_Impl_T.h:
- * DAnCE/ciao/NodeApplication_Impl.cpp:
- * DAnCE/ciao/NodeApplication_Impl.h:
- * DAnCE/ciao/NodeApplication_Impl.inl:
- * DAnCE/ciao/Object_Set_T.cpp:
- * DAnCE/ciao/Object_Set_T.h:
- * DAnCE/ciao/Object_Set_T.inl:
- * DAnCE/ciao/Port_Activator_T.cpp:
- * DAnCE/ciao/Servant_Activator.cpp:
- * DAnCE/ciao/Servant_Activator.h:
- * DAnCE/ciao/Servant_Impl_Base.cpp:
- * DAnCE/ciao/Servant_Impl_Base.h:
- * DAnCE/ciao/Servant_Impl_T.cpp:
- * DAnCE/ciao/Servant_Impl_T.h:
- * DAnCE/ciao/SwapExec.idl:
- * DAnCE/ciao/Swapping_Container.cpp:
- * DAnCE/ciao/Swapping_Container.h:
- * DAnCE/ciao/Swapping_Container.inl:
- * DAnCE/ciao/Swapping_Servant_Home_Impl_Base.cpp:
- * DAnCE/ciao/Swapping_Servant_Home_Impl_Base.h:
- * DAnCE/ciao/Swapping_Servant_Home_Impl_T.cpp:
- * DAnCE/ciao/Swapping_Servant_Home_Impl_T.h:
- * DAnCE/ciao/UpgradeableContext.idl:
- * DAnCE/ciao/Upgradeable_Context_Impl_T.cpp:
- * DAnCE/ciao/Upgradeable_Context_Impl_T.h:
-
- Added CIAO infrastructure changes to allow NodeApplications
- to support multi container instantiation.
-
- Added CIAO infrastructure changes to allow dynamic
- swapping of component implementations.
-
- Thanks to Gan Deng <dengg@dre.vanderbilt.edu> and
- Bala Natarajan <bala@dre.vanderbilt.edu> for their
- help in architecting and implementing these changes.
-
-Fri Mar 18 18:34:20 2005 Boris Kolpackov <boris@kolpackov.net>
-
- * CCF/CCF/IDL2/Parser.cpp:
- * CCF/CCF/IDL2/Parser.hpp:
- * CCF/CCF/IDL2/SemanticAction.hpp:
- * CCF/CCF/IDL2/SemanticGraph.hpp:
- * CCF/CCF/IDL2/Traversal.hpp:
- * CCF/CCF/IDL2/SemanticAction/Factory.hpp:
- * CCF/CCF/IDL2/SemanticAction/ValueTypeMember.hpp:
- * CCF/CCF/IDL2/SemanticAction/Impl/Factory.cpp:
- * CCF/CCF/IDL2/SemanticAction/Impl/Factory.hpp:
- * CCF/CCF/IDL2/SemanticAction/Impl/ValueTypeMember.cpp:
- * CCF/CCF/IDL2/SemanticAction/Impl/ValueTypeMember.hpp:
- * CCF/CCF/IDL2/SemanticGraph/ValueTypeMember.cpp:
- * CCF/CCF/IDL2/SemanticGraph/ValueTypeMember.hpp:
- * CCF/CCF/IDL2/Traversal/ValueTypeMember.hpp:
- * CCF/CCF/IDL2/Traversal/ValueTypeMember.tpp:
-
- First part of the "full" support for members in valuetypes.
-
-
-Thu Mar 17 10:18:33 2005 Jeff Parsons <j.parsons@vanderbilt.edu>
-
- * CIDLC/ExecutorMappingGenerator.cpp:
- * CIDLC/Literals.cpp:
- * CIDLC/Literals.hpp:
- * CIDLC/ServantGenerator.cpp:
- * CIDLC/ServantHeaderGenerator.cpp:
- * CIDLC/ServantSourceGenerator.cpp:
- * CIDLC/TypeNameEmitter.cpp:
- * CIDLC/TypeNameEmitter.hpp:
-
- Added command line option 'custom-container' to the CIDL
- compiler backend, and code generation to execute if the
- argument to the new option is 'upgradeable'. CIAO
- infrastructure changes to support dynamic component
- swapping will be merged from a branch shortly - these
- CIDL compiler changes will not affect any existing builds
- or tests since they don't use the new command line option.
-
-Fri Mar 11 10:33:28 2005 Will Otte <wotte@dre.vanderbilt.edu>
-
- * docs/schema/cdp.xsd
-
- Corrected an incorrect element in the schema.
-
-Fri Mar 11 12:01:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
-
- * ciao/ComponentsC.h:
- * ciao/ComponentsS.h:
- * DAnCE/ciao/ComponentsC.h:
- * DAnCE/ciao/ComponentsS.h:
- * DAnCE/NodeManager/NodeDaemon_Impl.h:
- * performance-tests/Benchmark/LatencyTest.h:
- * performance-tests/Benchmark/RoundTripServer/LatencyTest.h:
- Changed _MSC_VER check
-
-Fri Mar 4 17:13:16 2005 Jeff Parsons <j.parsons@vanderbilt.edu>
-
- * examples/Hello/Hello_Base/Hello_Base.idl:
- * examples/Hello/Hello_Base/Hello_Base.mpc:
- * examples/Hello/Receiver/Receiver.idl:
- * examples/Hello/Receiver/Receiver.mpc:
- * examples/Hello/Sender/Sender.mpc:
-
- Cosmetic changes to IDL files and changes to MPC files to
- eliminate unnecessary files in a given project and bring
- in missing export header files.
-
-Thu Mar 3 10:31:10 2005 Jeff Parsons <j.parsons@vanderbilt.edu>
-
- * CIDLC/ExecImplGenerator.cpp:
- * CIDLC/ExecImplHeaderGenerator.cpp:
-
- - Added support for .cdl file extension similar to
- support already in the servant generators.
-
- - Fixed bug in export include generation.
-
- Thanks to Matt Emerson <mjemerson@isis.vanderbilt.edu>,
- Ming Xiong <xiongm@isi.vanderbilt.edu>, James Hill
- <jhill@isis.vanderbilt.edu> and Stoyan Paunov
- <spaunov@isis.vanderbilt.edu> for reporting these
- problems.
-
- * CIDLC/ServantSourceGenerator.cpp:
-
- - Replaced remaining instances of generation of 'new' with
- 'ACE_NEW' and changed code generation to reduce line
- lengths.
-
- - Changed code generation of Cookie_var for multiplex
- receptacles to pass a Cookie* to ACE_NEW, then
- assign to the _var, instead of passing in _var.out(),
- which causes the allocation to fail on some platforms.
- Thanks to Don Busch <busch_d@ociweb.com> for reporting
- the problem.
-
-Mon Mar 03 09:37:23 2005 Gan Deng <gan.deng@vanderbilt.edu>
-
- * DAnCE/examples/Hello/descriptors/Hello.cdp
- * DAnCE/examples/Hello/descriptors/hello.dat
-
- Remove these two files because the file name is bad.
-
- * DAnCE/examples/Hello/descriptors/DeploymentPlan.cdp
- * DAnCE/examples/Hello/descriptors/NodeManagerMap.dat
-
- Added these two files.
-
- * DAnCE/examples/Hello/step-by-step.html
-
- Fixed this page to reflex the above change.
-
-Mon Mar 03 08:59:23 2005 Gan Deng <gan.deng@vanderbilt.edu>
-
- * DAnCE/examples/Hello/Hello_Base/Hello_Base.mpc
-
- Fixed the Hello_Base_DnC_svnt project settings which
- caused comilation errors.
-
-Wed Mar 02 11:42:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
-
- * DAnCE/Config_Handlers/Config_Handlers.mpc
- * DAnCE/RepositoryManager/RepositoryManager.mpc
- * performance-tests/Protocols/Controller/Controller.mpc
- * performance-tests/Protocols/Receiver/Receiver.mpc
- * performance-tests/Protocols/Sender/Sender.mpc
- * tests/RTCCM/DiffServ/Controller/Controller.mpc
- Use exceptions as base project instead of requires exceptions
-
-Mon Mar 02 18:30:25 2005 Gan Deng <gan.deng@vanderbilt.edu>
-
- * examples/Hello/step-by-step.html
- * DAnCE/examples/Hello/step-by-step.html
-
- Modified these two documentation page to fix some errors.
-
- * DAnCE/examples/Hello/Hello_Base/Hello_Base.mpc
-
- Fixed wrong shared library names and project names.
-
-Sat Feb 26 14:38:46 2005 Arvind S. Krishna <arvindk@tango.dre.vanderbilt.edu>
-
- * examples/handcrafted/BasicSP_EC/BMClosedED/BMClosedED.mpc:
- * examples/handcrafted/BasicSP_EC/BMDevice/BMDevice.mpc:
- * examples/handcrafted/BasicSP_EC/BMDisplay/BMDisplay.mpc:
- * examples/handcrafted/BasicSP_EC/EC/EC.mpc:
- * examples/handcrafted/BasicSP_EC/BasicSP.mpc:
- * examples/handcrafted/BasicSP_EC2/BMClosedED/BMClosedED.mpc:
- * examples/handcrafted/BasicSP_EC2/BMDevice/BMDevice.mpc:
- * examples/handcrafted/BasicSP_EC2/BMDisplay/BMDisplay.mpc:
- * examples/handcrafted/BasicSP_EC2/EC/EC.mpc:
- * examples/handcrafted/BasicSP_EC2/RTEventService/RTEventService.mpc:
- * examples/handcrafted/BasicSP_EC2/BasicSP.mpc:
-
- Replaced all occurances of "dummy" with "dummy_label"
-
- * bin/replace_dummy_with_dummylabel.sh:
-
- Shell script that can be used to do this. In case people find it
- useful.
-
-
-Tue Feb 22 09:55:51 2005 Jeff Parsons <j.parsons@vanderbilt.edu>
-
- * CIDLC/TypeNameEmitter.cpp:
-
- Fixed typos in code generation that were omitting a space
- between the type name and '_ciao_extract_val' for enums,
- structs and unions when used as component or home attributes.
- Thanks to Steve Baker <steven_d_baker@raytheon.com> for
- reporting the bug with enums.
-
-Fri Feb 18 10:11:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
-
- * DAnCE/ciao/Servant_Activator.h:
- * ciao/Servant_Activator.h:
- Added missing includes because of POA refactoring
-
-Thu Feb 17 14:04:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
-
- * ciao/Component_Base.idl:
- Fixed typo in include of orb.idl. Thanks to Roland Schimmack
- <Roland dot Schimmack at gmx dot de> for reporting this
-
-Tue Feb 15 22:43:34 2005 Arvind S. Krishna <arvindk@dre.vanderbilt.edu>
-
- * DAnCE/examples/BasicSP/BMDisplay_exec.h:
-
- Added missing export file to make things compile on Windows
- platforms. Thanks to Diana Ukleja <Diana_Ukleja@raytheon.com>
- for pointing this out.
-
-Mon Feb 14 14:52:32 2005 Gan Deng <gan.deng@vanderbilt.edu>
-
- * DAnCE/NEWS
-
- Updated the NEWS file by adding support for parsing
- hierarchical assembly of component descriptors.
-
-Sun Feb 13 13:25:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
-
- * Release:
- Removed CIAO-INSTALL from the release files. It is already
- picked up because we include the complete CIAO directory
-
-Fri Feb 11 11:12:21 2005 Gan Deng <gan.deng@vanderbilt.edu>
-
- * DAnCE/NEWS
-
- Updated the NEWS file by adding support for setting up
- attribute in component configuration.
-
-Fri Feb 11 11:10:54 2005 Will Otte <wotte@dre.vanderbilt.edu>
-
- * docs/schema/Modified_Deployment.xsd:
-
- Corrected a couple mistakes in the schema.
-
-Thu Feb 10 07:11:04 2005 Johnny Willemsen <jwillemsen@remedy.nl>
-
- * CIAO version 0.4.4 released.
-
-Tue Feb 08 10:04:21 2005 Gan Deng <gan.deng@vanderbilt.edu>
-
- * DAnCE/NEWS
-
- Updated the NEWS file for the coming 0.4.4 release.
-
-Mon Feb 7 09:49:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
-
- * Release:
- Added CIAO-INSTALL to the release files
-
-Fri Feb 4 09:35:00 2005 Emre Turkay <turkaye@dre.vanderbilt.edu>
-
- * DAnCE/examples/Hello/descriptors/basicNodeDaemon.pl:
- The perl script to create node daemons created.
-
- * DAnCE/examples/Hello/step-by-step.html:
- Step by step tutorial for the DAnCE.
-
-Fri Feb 4 12:11:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
-
- * tools/RTComponentServer/RTConfig_Manager.h:
- Include SString.h instead of SStringfwd.h to fix compile errors with
- CBuilderX
-
-Thu Feb 3 20:01:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
-
- * tools/Segment_Timer/Segment_Timer.mpc:
- Removed TAO_ROOT again, the gnu template has been changed so that
- when CIAO is detected, also TAO_ROOT is set
-
-Thu Feb 3 12:32:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
-
- * DAnCE/ciao/NodeApplication_Impl.h:
- Added include of ace/SString.h to fix compile errors with CBuilderX
-
-Thu Feb 3 10:11:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
-
- * tools/Segment_Timer/Segment_Timer.mpc:
- Added $(TAO_ROOT) so that MPC creates a correct GNU makefile
-
-Wed Feb 2 19:48:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
-
- * rules.ciao.GNU:
- Fixed error in this file
-
-Wed Feb 2 09:39:25 2005 Chad Elliott <elliott_c@ociweb.com>
-
- * CCF/CCF/CIDL/CIDL.mpc:
- * CCF/CCF/CodeGenerationKit/CodeGenerationKit.mpc:
- * CCF/CCF/CompilerElements/CompilerElements.mpc:
- * CCF/CCF/IDL2/IDL2.mpc:
- * CCF/CCF/IDL3/IDL3.mpc:
- * CIDLC/CIDLC.mpc:
-
- Converted includes to incorporate $(CIAO_ROOT). This allows the
- GNUACEProjectCreator to recognize these projects as CIAO projects.
-
- * DAnCE/ciao/CCM_Core.mpc:
- * ciao/CCM_Core.mpc:
- * tools/IDL3_to_IDL2/IDL3_to_IDL2.mpc:
- * tools/Segment_Timer/Segment_Timer.mpc:
-
- Added a bogus include of $(CIAO_ROOT). This allows the
- GNUACEProjectCreator to recognize these projects as CIAO projects.
-
-Wed Feb 2 14:33:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
-
- * rules.ciao.GNU:
- New rules file to set the correct SOVERSION and SONAME values
-
-Wed Feb 2 10:51:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
-
- * ciao/Port_Activator_T.cpp:
- Added include of OS_NS_string.h to get ACE_OS::strcmp
-
-Tue Feb 1 18:09:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
-
- * ciao/CCM_Core.mpc:
- * DAnCE/ciao/CCM_Core.mpc:
- Removed some ciaoversion based projects I missed during my checkin
- below
-
-Tue Feb 1 13:41:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
-
- * ciao/CCM_Core.mpc:
- * DAnCE/ciao/CCM_Core.mpc:
- Removed ciaoversion as base project. This will be removed because it
- results in the fact that each generated GNU makefile will get the
- version number generated. We want that the GNU make rules get the
- version number from Version.h
-
-Mon Jan 31 21:00:12 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
-
- * CIDLC/ServantSourceGenerator.cpp (pre):
-
- Generate '#include "ace/OS_NS_string.h"' directive. CIAO CIDL
- servant sources call ACE_OS::strcmp(), the prototype of which is
- found in that header. Necessitated by inter-header dependency
- reductions in ACE.
-
-Mon Jan 31 11:59:04 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
-
- * DAnCE/Config_Handlers/Any_Handler.cpp:
- * DAnCE/Config_Handlers/CPK_Handler.cpp:
- * DAnCE/Config_Handlers/DT_Handler.cpp:
- * DAnCE/Config_Handlers/Property_Handler.cpp:
- * DAnCE/Config_Handlers/RS_Handler.cpp:
- * DAnCE/Config_Handlers/Requirement_Handler.cpp:
- * DAnCE/Config_Handlers/SP_Handler.cpp:
- * DAnCE/ciao/Port_Activator_T.cpp:
- * DAnCE/examples/BasicSP/BMClosedED/BMClosedED_exec.cpp:
- * ciao/Container_Impl.cpp:
- * performance-tests/Protocols/Controller/Controller.cpp:
- * tools/RTComponentServer/RTConfig_Manager.cpp:
- * tools/RTComponentServer/RTConfig_Manager.h:
- * tools/RTComponentServer/RTServer_Impl.cpp:
-
- Added missing header include directives that are necessary due
- to inter-header dependency reductions in ACE.
-
-Sun Jan 30 20:30:46 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
-
- * DAnCE/DomainApplicationManager/Deployment_Configuration.h:
- * DAnCE/DomainApplicationManager/DomainApplicationManager_Impl.cpp:
- * DAnCE/ExecutionManager/ExecutionManager_Impl.h:
- * DAnCE/NodeApplicationManager/ImplementationInfo.cpp:
- * DAnCE/NodeApplicationManager/NodeApplicationManager_Impl.h:
- * DAnCE/ciao/Container_Base.cpp:
- * DAnCE/ciao/NodeApplication_Impl.cpp:
- * ciao/Container_Base.cpp:
- * ciao/ServerActivator_Impl.h:
- * docs/tutorial/Hello/hello_exec.cpp:
- * examples/OEP/BasicSP/BMClosedED/BMClosedED_exec.cpp:
- * tests/RTCCM/Priority_Test/Controllers/client.cpp:
- * tests/RTCCM/Priority_Test/Workers/CB_Worker_exec.cpp:
- * tools/Assembly_Deployer/Deployment_Configuration.h:
- * tools/RTComponentServer/RTServer_Impl.cpp:
-
- Added missing header include directives that are necessary due
- to inter-header dependency reductions in ACE.
-
-Sun Jan 23 01:49:51 2005 Marek Brudka <mbrudka@aster.pl>
-
- * examples/OEP/Display/NavDisplayGUI_exec/README (Module):
- * examples/OEP/Display/NavDisplayGUI_exec/NavDisplayGUI.mpc (Module):
- Changes related with separation of GUI reactors.
- The additional information is avalaible in ChangeLog at REACTOR_SEPARATION branch (below).
-
- Mon Dec 6 00:39:19 2004 Marek Brudka <mbrudka@aster.pl>
-
- * examples/OEP/Display/NavDisplayGUI_exec/README (Module):
- Remove reference to ACE_HAS_QT.
-
- * examples/OEP/Display/NavDisplayGUI_exec/NavDisplayGUI.mpc (Module):
- Removed deprecated qt_moc base project.
-
-Fri Jan 21 17:27:12 2005 Gan Deng <gan.deng@vanderbilt.edu>
-
- * DAnCE/tests/NodeApplicationTest/NodeAppTest.mpc
-
- Fixed dependency relationship by making
- NodeAppTest_RoundTrip_stub depending on CIAO_DnC_Container.
-
- * examples/OEP/Display/NavDisplayGUI_exec/NavDisplayGUI_exec.cpp
-
- Fixed warning on Debian_Full_Reactor build. The warning is
- caused because of assigning "const char*" to a "char *" type.
-
- Thanks Johnny Willemsen <jwillemsen@remedy.nl> for pointing
- these.
-
-Thu Jan 20 18:29:47 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
-
- * DAnCE/Config_Handlers/Any_Handler.cpp:
- * DAnCE/Config_Handlers/Utils.cpp:
- * performance-tests/Protocols/Sender/Sender_exec.cpp:
- * tools/Daemon/Daemon_Impl.cpp:
-
- Converted all ACE_{static,dynamic,reinterpret,const}_cast macros
- calls to their standard C++ counterparts using new
- bin/ACE-casts-convert script. The ACE cast macros were
- deprecated back in ACE 5.4.2.
-
-Thu Jan 20 09:54:04 2005 Nanbor Wang <nanbor@cs.wustl.edu>
-
- * examples/OEP/Display/descriptors/NOTE.txt:
- * examples/OEP/Display/descriptors/NOTE-win.txt:
-
- Fixed the discrepancy on using Assembly_Deployer. Thanks to
- Martina Yen <martina_h_yen@raytheon.com> for reporting this.
-
-Wed Jan 19 09:39:14 2005 Gan Deng <gan.deng@vanderbilt.edu>
-
- * DAnCE/examples/BasicSP/BasicSP.mpc
- * DAnCE/examples/BasicSP/BMClosedED/BMClosedED.mpc
- * DAnCE/examples/BasicSP/BMDevice/BMDevice.mpc
- * DAnCE/examples/BasicSP/BMDisplay/BMDisplay.mpc
- * DAnCE/examples/BasicSP/EC/EC.mpc
-
- Changed the shared component library name from
- <what_ever_component>_DnC_<stub> to <What_ever_component>_<stub>,
- since it doesn't make sense to let the modelers to put _DnC
- trailing a component name.
-
- The same change applied to _svnt and _exec libraries.
-
- * DAnCE/examples/BasicSP/descriptors/basicNodeDaemon.pl
-
- Fixed this script since Some earlier cosmetic change make
- this perl script broken.
-
- Thanks Steven Baker <Steven_D_Baker@raytheon.com> and
- Sam Abbe <sam_abbe@raytheon.com> to pointing errors to
- run this example.
-
-Sat Jan 15 15:16:14 2005 Gan Deng <gan.deng@vanderbilt.edu>
-
- * DAnCE/examples/BasicSP/README.html
-
- Updated this README file for instructions on running the BasicSP
- example by using DAnCE. Thanks Sam Abbe <sam_abbe@raytheon.com>
- for pointing errors on this document page. This fixes bugid
- 2031.
-
-Mon Jan 10 09:45:14 2005 Nanbor Wang <nanbor@cs.wustl.edu>
-
- * DAnCE/RTNodeApplication/RTServer_Impl.h:
- * DAnCE/RTNodeApplication/RTServer_Impl.cpp: Removed init method
- altogether. VC6 can't handle the syntax and we'll deal with
- later.
-
-Fri Jan 7 10:02:02 2005 Nanbor Wang <nanbor@cs.wustl.edu>
-
- * DAnCE/RTNodeApplication/RTServer_Impl.cpp (init): Changed to
- call the virtual function defined by the parent explicitly with
- this pointer to work around a VC6 bug.
-
-Wed Jan 5 15:20:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
-
- * DAnCE/DomainApplicationManager/Deployment_Configuration.inl:
- * DAnCE/tests/Config_Handlers/Handler_Test.i:
- Removed inl/i file, updated h,cpp
-
-Wed Jan 5 14:57:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
-
- * tools/Assembly_Deployer/Deployment_Configuration.{h,cpp,inl}:
- * tools/XML_Helpers/XML_Utils.{h,cpp,inl}:
- Removed inl file, updated h,cpp
-
-Wed Jan 5 10:45:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
-
- * DAnCE/RTNodeApplication/RTServer_Impl.h:
- Fixed compile problem in emulated exception builds due to
- incorrect environment macro
-
-Mon Jan 3 10:01:09 2005 Nanbor Wang <nanbor@cs.wustl.edu>
-
- * DAnCE/RTNodeApplication/README:
- * DAnCE/RTNodeApplication/NodeApplication_Task.cpp:
- * DAnCE/RTNodeApplication/NodeApplication_Task.h:
- * DAnCE/RTNodeApplication/NodeApplication_Task.inl:
- * DAnCE/RTNodeApplication/RTNodeApplication.cpp:
- * DAnCE/RTNodeApplication/RTNodeApplication.mpc:
- * DAnCE/RTNodeApplication/RTServer_Impl.cpp:
- * DAnCE/RTNodeApplication/RTServer_Impl.h:
- * DAnCE/RTNodeApplication/RTServer_Impl.inl:
- * DAnCE/RTNodeApplication/senv.sh: Added a minimal
- real-time-enabled NodeApplication server.
-
-Mon Jan 3 12:20:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
-
- * ciao/CCM_Core.mpc:
- * DAnCE/ciao/CCM_Core.mpc:
- Added ciaoversion as base project to all projects so that SOVERSION
- is set to the correct version number in the GNU makefiles
-
-Thu Dec 30 13:24:16 2004 Chris Cleeland <cleeland@ociweb.com>
-
- * CIAO version 0.4.3 released.
-
-Local Variables:
-add-log-time-format: current-time-string
-End: