Fri Aug 05 08:00:08 2005  Simon Massey  <sma@prismtech.com>

        * CIAO version 0.4.7 released.

Wed Aug  3 12:34:12 UTC 2005  Johnny Willemsen  <jwillemsen@remedy.nl>

        * DAnCE/Plan_Launcher/Plan_Launcher.mpc:
          Corrected order of the libraries to resolve static link
          errors

Tue Aug  2 08:36:40 2005  William Otte  <wotte@dre.vanderbilt.edu>

	* DAnCE/Plan_Launcher/Plan_Launcher.mpc

          Possiible fix for borlan build problem.

Mon Aug 01 16:01:43 2005  Ming Xiong <mxiong@dre.vanderbilt.edu>

        * ChangeLog

          Fixed several incorrect checkin date

Mon Aug 01 14:55:43 2005  Ming Xiong <mxiong@dre.vanderbilt.edu>

        * DAnCE/new_RepositoryManager/RepositoryManager_Impl.cpp

        Fixed a C4715 warning under MSVC7.1

Mon Aug  1 19:39:30 UTC 2005  Jeff Parsons <j.parsons@vanderbilt.edu>

        * DAnCE/Plan_Launcher/Plan_Launcher.mpc:

          Removed duplicate 'after' and 'libs' items, and added the
          new export macro definition file (see below) to
          Header_Files.

        * DAnCE/Plan_Launcher/Plan_Launcher_Impl.h:

          Added export macro to class declaration and include of export
          macro definitin file.

        * DAnCE/Plan_Launcher/Plan_Launcher_Impl_Export.h:

          New file to define the export macro for the Plan_Launcher_Impl
          library.

Sun Jul 31 21:56:43 2005  Ming Xiong <mxiong@dre.vanderbilt.edu>

        * DAnCE/new_RepositoryManager/Options.h

          Improved documentation to meet the requirement of Doxygen

Sun Jul 31 21:45:43 2005  Ming Xiong <mxiong@dre.vanderbilt.edu>

        * DAnCE/new_RepositoryManager/RMadmin.cpp

          Fixed C4101 warnings in MSVC

Sun Jul 31 21:26:43 2005  Ming Xiong <mxiong@dre.vanderbilt.edu>

        * DAnCE/new_RepositoryManager/RMadmin.cpp

          Updated RMadmin.cpp to merge latest changes

Fri Jul 29 15:02:43 2005  Gan Deng  <dengg@dre.vanderbilt.edu>

        * DAnCE/examples/Hello/descriptors/flattened_deploymentplan_without_ns.cdp
        * DAnCE/examples/Hello/descriptors/run_test_without_ns.pl

          Added a flattened deployment plan and test script which
          doesn't use naming service.

        * DAnCE/examples/Hello/descriptors/flattened_deploymentplan.cdp

          Documented the above another available test in the file.

Fri Jul 29 09:30:43 2005  Nishanth Shanakran  <nshankar@dre.vanderbilt.edu>

        * NEWS:

          Added a brief description about Resource Allocation and Control
          Engine (RACE).

Fri Jul 29 06:56:12 UTC 2005  Johnny Willemsen  <jwillemsen@remedy.nl>

        * DAnCE/new_RepositoryManager/new_RepositoryManager.mpc:
          Fixed fuzz error

Thu Jul 28 23:00:11 2005  Ming Xiong <mxiong@dre.vanderbilt.edu>

        * DAnCE/new_RepositoryManager/Options.cpp
        * DAnCE/new_RepositoryManager/Options.h
        * DAnCE/new_RepositoryManager/README.txt
        * DAnCE/new_RepositoryManager/RepositoryManager.cpp
        * DAnCE/new_RepositoryManager/RepositoryManager.idl
        * DAnCE/new_RepositoryManager/RepositoryManager_Impl.cpp
        * DAnCE/new_RepositoryManager/RepositoryManager_Impl.h
        * DAnCE/new_RepositoryManager/ZIP_Wrapper.cpp
        * DAnCE/new_RepositoryManager/ZIP_Wrapper.h
        * DAnCE/new_RepositoryManager/new_RepositoryManager.mpc

        Checked in the changes to new_RepositoryManager

Fri Jul 29 03:52:11 2005  William Otte  <wotte@dre.vanderbilt.edu>

        * DAnCE/Plan_Launcher/Plan_Launcher.mpc

        Made is such that Plan_Launcher_Impl library gets generated
        and installed.

Wed Jul 28 15:18:14 2005 Ming Xiong <mxiong@dre.vanderbilt.edu>

        * docs\schema\Modified_Deployment.xsd

          Change the XML element order of IAD to conform to spec

Wed Jul 27 19:20:14 2005 Gan Deng  <dengg@dre.vanderbilt.edu>

        * NEWS

          Added news about naming service integration.

Wed Jul 27 07:40:12 UTC 2005  Johnny Willemsen  <jwillemsen@remedy.nl>

        * DAnCE/Config_Handlers/cid.cpp:
        * DAnCE/Config_Handlers/cpd.cpp:
        * DAnCE/Config_Handlers/iad.cpp:
          Explicitly initialise base class

Wed Jul 27 07:35:12 UTC 2005  Johnny Willemsen  <jwillemsen@remedy.nl>

        * DAnCE/Config_Handlers/STD_IAD_Handler.h:
          Fixed fuzz error

Tue Jul 26 21:22:45 UTC 2005  Jeff Parsons <j.parsons@vanderbilt.edu>

        * DAnCE/examples/Display/NavDisplayGUI_exec/NavDisplayGUI_exec.h:

          Added 'CIDL_' prefix to the scoped name of the exec impl class's
          base class, in the impl class declaration inheritance list. This
          file was overlooked when making similar changes to other exec
          impl classes in CIAO tests and examples.

Mon Jul 26 13:54:12 2005  Ming Xiong <mxiong@dre.vanderbilt.edu>

        * docs/schema/cid.xsd
        * docs/schema/cpd.xsd
        * docs/schema/iad.xsd
        * docs/schema/Modified_Deployment.xsd

        Added <xsd:attribute name="href"> for cid/cpd/iad(.xsd) and changed Modified_Deployment.xsd
        accordingly.We will need href attribute in the repository manager process.

        * DAnCE/Config_Handlers/iad.cpp
        * DAnCE/Config_Handlers/iad.hpp
        * DAnCE/Config_Handlers/cid.cpp
        * DAnCE/Config_Handlers/cid.hpp
        * DAnCE/Config_Handlers/cpd.cpp
        * DAnCE/Config_Handlers/cpd.hpp

        Regenerated xsc codes for updated schemas in CIAO/docs/schema/

        * DAnCE/Config_Handlers/STD_CID_Handler.cpp
        * DAnCE/Config_Handlers/STD_CID_Handler.h
        * DAnCE/Config_Handlers/STD_CPD_Handler.cpp
        * DAnCE/Config_Handlers/STD_CPD_Handler.h
        * DAnCE/Config_Handlers/STD_IAD_Handler.cpp
        * DAnCE/Config_Handlers/STD_IAD_Handler.h
        * DAnCE/Config_Handlers/STD_PC_Intf.cpp
        * DAnCE/Config_Handlers/STD_PC_Intf.h
        * DAnCE/Config_Handlers/STD_PCD_Handler.cpp
        * DAnCE/Config_Handlers/STD_PCD_Handler.h
        * DAnCE/Config_Handlers/Config_Handlers.mpc

        Added new handlers for mapping Config_Handlers::PackageConfiguration to Deployment:PackageConfiguration.
        Updated Config_Handlers.mpc accordingly

Tue Jul 26 12:53:12 UTC 2005  Johnny Willemsen  <jwillemsen@remedy.nl>

        * DAnCE/new_RepositoryManager/RMadmin.cpp:
          Fixed vc71 warnings

Tue Jul 26 10:53:12 UTC 2005  Johnny Willemsen  <jwillemsen@remedy.nl>

        * DAnCE/tests/NodeApplicationTest/NodeApp_test_client_ex.cpp:
        * DAnCE/tests/NodeApplicationTest/NodeApp_test_client_simple.cpp:
          Added some missing CORBA::string_dup calls, this fixes these
          tests on Windows

Tue Jul 26 07:32:12 UTC 2005  Johnny Willemsen  <jwillemsen@remedy.nl>

        * DAnCE/NodeManager/NodeDaemon_Impl.{h,cpp}:
          Fixed warning and use doxygen comment style

Mon Jul 25 22:14:20 UTC 2005  Jeff Parsons <j.parsons@vanderbilt.edu>

        * CIDLC/SizeTypeCalculator.cpp:

          Fixed visitor to handle types declared inside the scope of
          an interface, valuetype, or home. Thanks to Friedhelm Wolf
          <Friedhelm.wolf@gmx.de> for reporting a CIDL compiler
          problem with a struct declared inside an interface.

Mon Jul 25 18:40:12 UTC 2005  Johnny Willemsen  <jwillemsen@remedy.nl>

        * DAnCE/tests/NodeApplicationTest/run_test_ex.pl:
          Corrected NodeApplication path

Mon Jul 25 08:39:12 UTC 2005  Johnny Willemsen  <jwillemsen@remedy.nl>

        * DAnCE/tests/NodeApplicationTest/run_test.pl:
        * DAnCE/tests/NodeApplicationTest/run_test_ex.pl:
        * DAnCE/tests/NodeApplicationTest/run_test_simple.pl:
          Made these tests independent of setting of CIAO_ROOT

Sun Jul 24 07:45:19 2005  Gan Deng  <dengg@dre.vanderbilt.edu>

        * DAnCE/NodeManager/NodeDaemon_Impl.cpp

          Fixed an exception emulation warning in Debian_Full_Reactor
          build.

Sun Jul 24 07:40:19 2005  Gan Deng  <dengg@dre.vanderbilt.edu>

        * DAnCE/Plan_Launcher/Plan_Launcher.cpp

          Enhanced error output information a little bit by
          adding process ID and thread ID.

        * DAnCE/ciao/Container_Impl.cpp

          Fixed exception emulation warnings in Debian_Full_Reactor
          build.

Sun Jul 24 01:19:21 2005  Gan Deng  <dengg@dre.vanderbilt.edu>

        * DAnCE/Plan_Launcher/Plan_Launcher.cpp
        * DAnCE/Plan_Launcher/Plan_Launcher_Impl.cpp

          Fixed a bug (memory problem) in the plan_launcher which caused
          the "tearing down" assembly failure.

        * DAnCE/examples/Hello/descriptors/flattened_deploymentplan.cdp
        * DAnCE/examples/BasicSP/descriptors/flattened_deploymentplan.cdp

          Added a UUID tag to the flattened deployment plan.

Sat Jul 23 23:11:21 2005  Gan Deng  <dengg@dre.vanderbilt.edu>

        * DAnCE/tests/Minimum/Receiver/Receiver.mpc
        * DAnCE/tests/Minimum/Sender/Sender.mpc

          Modified shared library names to fix some linking erros
          on build scoreboard.

        * DAnCE/examples/Hello/descriptors/run_test.pl

          Fixed the script so naming service could be started
          correctly.

        * DAnCE/examples/Hello/step-by-step.html

          Simple instruction about using naming service.

Sat Jul 23 14:53:22 2005  Jaiganesh B  <jai@dre.vanderbilt.edu>

        * DAnCE/ciao/Port_Activator.cpp:
        * DAnCE/ciao/Port_Activator.h:
        * DAnCE/ciao/Servant_Activator.cpp:
        * DAnCE/ciao/Servant_Impl_Base.cpp:

          Added a method in Port_Activator to set the name of
          port activator. The port activator is used to activate
          the ports of the component.

          Fixed a incorrect delete call in the update_port_activator
          function in Servant_Activator.cpp. This will fix the core
          dump in the CIAO tests.

          Modified the calling sequence to deactivate ports when we
          deactivate the component.

Sat Jul 23 12:23:12 UTC 2005  Johnny Willemsen  <jwillemsen@remedy.nl>

        * DAnCE/ciao/Servant_Impl_Base.cpp:
          Added several missing ACE_TRY_CHECK macros.

Mon Jul 18 22:31:12 2005  Gan Deng  <gan.deng@vanderbilt.edu>

        * DAnCE/ciao/Container_Impl.cpp

          Fixed some compilation error about using NamingContextEx.

        * DAnCE/examples/Hello/descriptors/run_test.pl

          Fixed this script so naming service will be started
          explicitly. Thanks Simon McQueen <sm@prismtech.com>
          for pointing the error.

Mon Jul 18 22:31:12 2005  Gan Deng  <gan.deng@vanderbilt.edu>

        * DAnCE/ciao/Container_Impl.cpp
        * DAnCE/ciao/Container_Impl.h
        * DAnCE/ciao/CCM_Core.mpc
        * DAnCE/ciao/NodeApplication_Impl.cpp

          Added support for registering components with naming service.
          A system deployer could config such capability through XML tag

        * DAnCE/examples/BasicSP/descriptors/flattened_deploymentplan.cdp
        * DAnCE/examples/Hello/descriptors/flattened_deploymentplan.cdp

          Added a couple of examples for using naming service by adding
          some <ConfigProperty> tag to the deployment plan descriptor.

Fri Jul 15 23:50:12 2005  Gan Deng  <gan.deng@vanderbilt.edu>

        * NEWS:
          Updated the NEWS file to include the result of our latest
          discussion/plan about DAnCE.

Fri Jul 15 10:02:12 UTC 2005  Johnny Willemsen  <jwillemsen@remedy.nl>

        * DAnCE/NodeManager/NAM_Map.h:
          Fixed fuzz error

Tue Jul  12 00:03:57 2005  Ming Xiong <mxiong@dre.vanderbilt.edu>

        * docs/tutorials/Quoter/Simple/README.html

        Updated some directory information in this file since the quoter example has been
        moved to new directory.

Mon Jul  11 11:44:57 2005  Ming Xiong <mxiong@dre.vanderbilt.edu>

        * TAO/CIAO/DAnCE/examples/Quoter/README.html
        * TAO/CIAO/DAnCE/examples/Quoter/Broker/Broker.cidl
        * TAO/CIAO/DAnCE/examples/Quoter/Broker/Broker.cpp
        * TAO/CIAO/DAnCE/examples/Quoter/Broker/Broker.idl
        * TAO/CIAO/DAnCE/examples/Quoter/Broker/Broker.mpc
        * TAO/CIAO/DAnCE/examples/Quoter/Broker/Broker_exec.cpp
        * TAO/CIAO/DAnCE/examples/Quoter/Broker/Broker_exec.h
        * TAO/CIAO/DAnCE/examples/Quoter/Broker/Broker_exec_export.h
        * TAO/CIAO/DAnCE/examples/Quoter/Broker/Broker_stub_export.h
        * TAO/CIAO/DAnCE/examples/Quoter/Broker/Broker_svnt_export.h
        * TAO/CIAO/DAnCE/examples/Quoter/Distributor/Distributor.cidl
        * TAO/CIAO/DAnCE/examples/Quoter/Distributor/Distributor.cpp
        * TAO/CIAO/DAnCE/examples/Quoter/Distributor/Distributor.idl
        * TAO/CIAO/DAnCE/examples/Quoter/Distributor/Distributor.mpc
        * TAO/CIAO/DAnCE/examples/Quoter/Distributor/Distributor_exec.cpp
        * TAO/CIAO/DAnCE/examples/Quoter/Distributor/Distributor_exec.h
        * TAO/CIAO/DAnCE/examples/Quoter/Distributor/Distributor_exec_export.h
        * TAO/CIAO/DAnCE/examples/Quoter/Distributor/Distributor_stub_export.h
        * TAO/CIAO/DAnCE/examples/Quoter/Distributor/Distributor_svnt_export.h
        * TAO/CIAO/DAnCE/examples/Quoter/Stock_Base/Stock_Base.idl
        * TAO/CIAO/DAnCE/examples/Quoter/Stock_Base/Stock_Base.mpc
        * TAO/CIAO/DAnCE/examples/Quoter/Stock_Base/Stock_Base_stub_export.h
        * TAO/CIAO/DAnCE/examples/Quoter/Stock_Base/Stock_Base_svnt_export.h
        * TAO/CIAO/DAnCE/examples/Quoter/descriptors/Broker.ccd
        * TAO/CIAO/DAnCE/examples/Quoter/descriptors/Broker.cid
        * TAO/CIAO/DAnCE/examples/Quoter/descriptors/Broker.cpd
        * TAO/CIAO/DAnCE/examples/Quoter/descriptors/Broker_Exec.iad
        * TAO/CIAO/DAnCE/examples/Quoter/descriptors/Broker_Stub.iad
        * TAO/CIAO/DAnCE/examples/Quoter/descriptors/Broker_Svnt.iad
        * TAO/CIAO/DAnCE/examples/Quoter/descriptors/Deployment.xsd
        * TAO/CIAO/DAnCE/examples/Quoter/descriptors/Distributor.ccd
        * TAO/CIAO/DAnCE/examples/Quoter/descriptors/Distributor.cid
        * TAO/CIAO/DAnCE/examples/Quoter/descriptors/Distributor.cpd
        * TAO/CIAO/DAnCE/examples/Quoter/descriptors/Distributor_Exec.iad
        * TAO/CIAO/DAnCE/examples/Quoter/descriptors/Distributor_Stub.iad
        * TAO/CIAO/DAnCE/examples/Quoter/descriptors/Distributor_Svnt.iad
        * TAO/CIAO/DAnCE/examples/Quoter/descriptors/Domain.cdd
        * TAO/CIAO/DAnCE/examples/Quoter/descriptors/Libraries.iad
        * TAO/CIAO/DAnCE/examples/Quoter/descriptors/Modified_Deployment.xsd
        * TAO/CIAO/DAnCE/examples/Quoter/descriptors/Stock.cdp
        * TAO/CIAO/DAnCE/examples/Quoter/descriptors/Stock.cid
        * TAO/CIAO/DAnCE/examples/Quoter/descriptors/Stock.cpd
        * TAO/CIAO/DAnCE/examples/Quoter/descriptors/Stock.dat
        * TAO/CIAO/DAnCE/examples/Quoter/descriptors/Stock.pcd
        * TAO/CIAO/DAnCE/examples/Quoter/descriptors/XMI.xsd
        * TAO/CIAO/DAnCE/examples/Quoter/descriptors/flattened_deploymentplan.cdp
        * TAO/CIAO/DAnCE/examples/Quoter/descriptors/package.tpd
        * TAO/CIAO/DAnCE/examples/Quoter/descriptors/runNodeDaemons.pl
        * TAO/CIAO/DAnCE/examples/Quoter/images/quoter.jpg

        Removed Quoter example in DAnCE/examples/ directory to avoid duplicate. The orignal
        example could be found in CIAO/docs/tutorials/Quoter/Simple.

Fri Jul  8 17:42:57 2005  Ming Xiong <mxiong@dre.vanderbilt.edu>

        * CIAO/docs/tutorials/Quoter/Simple/Stock_Base/Stock_Base.mpc
        * CIAO/docs/tutorials/Quoter/Simple/Stock_Base/Stock_Base.idl
        * CIAO/docs/tutorials/Quoter/Simple/Stock_Base/Stock_Base_svnt_export.h
        * CIAO/docs/tutorials/Quoter/Simple/Stock_Base/Stock_Base_stub_export.h
        * CIAO/docs/tutorials/Quoter/Simple/Broker/Broker.mpc
        * CIAO/docs/tutorials/Quoter/Simple/Broker/Broker.idl
        * CIAO/docs/tutorials/Quoter/Simple/Broker/Broker.cidl
        * CIAO/docs/tutorials/Quoter/Simple/Broker/Broker.cpp
        * CIAO/docs/tutorials/Quoter/Simple/Broker/Broker_exec.h
        * CIAO/docs/tutorials/Quoter/Simple/Broker/Broker_exec.cpp
        * CIAO/docs/tutorials/Quoter/Simple/Broker/Broker_svnt_export.h
        * CIAO/docs/tutorials/Quoter/Simple/Broker/Broker_stub_export.h
        * CIAO/docs/tutorials/Quoter/Simple/Broker/Broker_exec_export.h
        * CIAO/docs/tutorials/Quoter/Simple/Distributor/Distributor.mpc
        * CIAO/docs/tutorials/Quoter/Simple/Distributor/Distributor.idl
        * CIAO/docs/tutorials/Quoter/Simple/Distributor/Distributor.cidl
        * CIAO/docs/tutorials/Quoter/Simple/Distributor/Distributor.cpp
        * CIAO/docs/tutorials/Quoter/Simple/Distributor/Distributor_exec.h
        * CIAO/docs/tutorials/Quoter/Simple/Distributor/Distributor_exec.cpp
        * CIAO/docs/tutorials/Quoter/Simple/Distributor/Distributor_svnt_export.h
        * CIAO/docs/tutorials/Quoter/Simple/Distributor/Distributor_stub_export.h
        * CIAO/docs/tutorials/Quoter/Simple/Distributor/Distributor_exec_export.h
        * CIAO/docs/tutorials/Quoter/Simple/descriptors/Broker.ccd
        * CIAO/docs/tutorials/Quoter/Simple/descriptors/Broker.cid
        * CIAO/docs/tutorials/Quoter/Simple/descriptors/Broker.cpd
        * CIAO/docs/tutorials/Quoter/Simple/descriptors/Broker_Exec.iad
        * CIAO/docs/tutorials/Quoter/Simple/descriptors/Broker_Stub.iad
        * CIAO/docs/tutorials/Quoter/Simple/descriptors/Broker_Svnt.iad
        * CIAO/docs/tutorials/Quoter/Simple/descriptors/Deployment.xsd
        * CIAO/docs/tutorials/Quoter/Simple/descriptors/Distributor.ccd
        * CIAO/docs/tutorials/Quoter/Simple/descriptors/Distributor.cid
        * CIAO/docs/tutorials/Quoter/Simple/descriptors/Distributor.cpd
        * CIAO/docs/tutorials/Quoter/Simple/descriptors/Distributor_Exec.iad
        * CIAO/docs/tutorials/Quoter/Simple/descriptors/Distributor_Stub.iad
        * CIAO/docs/tutorials/Quoter/Simple/descriptors/Distributor_Svnt.iad
        * CIAO/docs/tutorials/Quoter/Simple/descriptors/Domain.cdd
        * CIAO/docs/tutorials/Quoter/Simple/descriptors/flattened_deploymentplan.cdp
        * CIAO/docs/tutorials/Quoter/Simple/descriptors/Libraries.iad
        * CIAO/docs/tutorials/Quoter/Simple/descriptors/Modified_Deployment.xsd
        * CIAO/docs/tutorials/Quoter/Simple/descriptors/package.tpd
        * CIAO/docs/tutorials/Quoter/Simple/descriptors/runNodeDaemons.pl
        * CIAO/docs/tutorials/Quoter/Simple/descriptors/Stock.cdp
        * CIAO/docs/tutorials/Quoter/Simple/descriptors/Stock.cid
        * CIAO/docs/tutorials/Quoter/Simple/descriptors/Stock.cpd
        * CIAO/docs/tutorials/Quoter/Simple/descriptors/Stock.dat
        * CIAO/docs/tutorials/Quoter/Simple/descriptors/Stock.pcd
        * CIAO/docs/tutorials/Quoter/Simple/descriptors/XMI.xsd

        Created a new directory tutorials to hold multiple tutorial examples, added quoter
        to this directory as simple quoter example. Will add a multiple receptacle quoter
        example soon.


Fri Jul  8 17:13:57 2005  Ming Xiong <mxiong@dre.vanderbilt.edu>

        * DAnCE/examples/Quoter/descriptors/flattened_deploymentplan.cdp

        Updated the plan so that it includes the base libraries as artifact. This
        will help ComponentPackager to wrap up everything in the archive.


Fri Jul  8 15:49:57 2005  Ming Xiong <mxiong@dre.vanderbilt.edu>

        * DAnCE/ComponentPackager/Base_Packager.h
        * DAnCE/ComponentPackager/ComponentPackager.mpc
        * DAnCE/ComponentPackager/CPK_Packager.cpp
        * DAnCE/ComponentPackager/Package.xsd
        * DAnCE/ComponentPackager/pdl.cpp
        * DAnCE/ComponentPackager/pdl.hpp
        * DAnCE/ComponentPackager/PDL_Handler.cpp
        * DAnCE/ComponentPackager/PDL_Handler.h
        * DAnCE/ComponentPackager/README.html
        * DAnCE/ComponentPackager/Sample.pdl

        Updated ComponentPackager to support XSC, eliminating the coupling with
        Old_Config_Handlers.Move the schema for .pdl file from Deployment.xsd to
        Package.xsd so that it's independently helpful by itself.

Fri Jul  8 09:43:57 2005  William Otte  <wotte@dre.vanderbilt.edu>

        * DAnCE/Plan_Launcher/Plan_Launcher.cpp

        Fixed a compile error on Debian Core.

Thu Jul  7 23:38:32 UTC 2005  Gan Deng <gan.deng@vanderbilt.edu>

        * docs/index.html

          Modofied this page a little bit to include our work in DAnCE.

Wed Jul  6 17:21:58 UTC 2005  Jeff Parsons <j.parsons@vanderbilt.edu>

        * DAnCE/NodeManager/NodeDaemon_Impl.cpp:

          Fixed incorrect syntax in ACE_THROW macro.

Tue Jul  5 11:16:44 2005  William Otte  <wotte@dre.vanderbilt.edu>

        * DAnCE/NodeManager/NAM_Map.h
        * DAnCE/Plan_Launcher/Plan_Launcher.mpc
        * DAnCE/new_RepositoryManager/ZIP_Wrapper.cpp

        Fixed some misc fuzz errors.

Tue Jul  5 16:01:39 UTC 2005  Jeff Parsons <j.parsons@vanderbilt.edu>

        * CIDLC/TypeNameEmitter.cpp:

          Small change to the checkin of

          Mon Jul  4 22:50:17 UTC 2005  Jeff Parsons <j.parsons@vanderbilt.edu>

          to emit an error message when attempting to set a wstring
          attribute from a CCM property value, since wstrings are
          not yet supported for this activity.

Mon Jul  4 22:50:17 UTC 2005  Jeff Parsons <j.parsons@vanderbilt.edu>

        * CIDLC/ServantSourceGenerator.cpp:
        * CIDLC/TypeNameEmitter.cpp:
        * CIDLC/TypeNameEmitter.hpp:

          Created a new code emitter that knows which types CIAO
          supports as component attribute types (basic types) and
          which it does not (everything else). In the former case,
          when DAnCE is assigning attribute values from XML properties -
          in set_attributes () - it emits the usual code delegating
          the assignment to the specific attribute mutator method
          based on a string compare of the given attribute name to
          the known attribute names of that component. In the latter
          case, it emits an error message, stating that this particular
          IDL kind is not supported by CIAO as a component attribute
          type. Thanks to Sunil Rottoo <srottoo@airsage.com> for
          pointing out that trying to set the value of an unsupported
          component attribute type from a DnC property value in XML
          caused a crash.

Mon Jul  4 09:15:12 UTC 2005  Johnny Willemsen  <jwillemsen@remedy.nl>

        * CIDLC/Literals.cpp:
        * CIDLC/Literals.h:pp:
        * CIDLC/ServantHeaderGenerator.cpp:
        * DAnCE/DomainApplicationManager/DomainApplicationManager_Impl.h:
        * DAnCE/ExecutionManager/ExecutionManager_Impl.h:
        * DAnCE/ExecutionManager/Execution_Manager_Impl.h:
        * DAnCE/NodeApplicationManager/NodeApplicationManager_Impl.h:
        * DAnCE/NodeManager/NodeDaemon_Impl.h:
        * DAnCE/RepositoryManager/RepositoryManager_Impl.h:
        * DAnCE/ciao/Container_Impl.h:
        * DAnCE/ciao/Home_Servant_Impl_T.h:
        * DAnCE/ciao/NodeApp_CB_Impl.h:
        * DAnCE/ciao/NodeApplication_Impl.h:
        * DAnCE/ciao/Servant_Impl_T.h:
        * DAnCE/ciao/StandardConfigurator_Impl.h:
        * DAnCE/ciao/Swapping_Servant_Home_Impl_T.h:
        * DAnCE/new_RepositoryManager/new_RepositoryManager_Impl.h:
        * ciao/ComponentInstallation_Impl.h:
        * ciao/ComponentServer_Impl.h:
        * ciao/Container_Impl.h:
        * ciao/HomeRegistrar_i.h:
        * ciao/Home_Servant_Impl_T.h:
        * ciao/Servant_Impl_T.h:
        * ciao/ServerActivator_Impl.h:
        * ciao/StandardConfigurator_Impl.h:
        * docs/templates/CIAO_Glue_Session_Template.h:
        * examples/handcrafted/BasicSP_EC2/BMClosedED/BMClosedED_svnt.h:
        * examples/handcrafted/BasicSP_EC2/BMDevice/BMDevice_svnt.h:
        * examples/handcrafted/BasicSP_EC2/BMDisplay/BMDisplay_svnt.h:
        * examples/handcrafted/BasicSP_EC2/EC/EC_svnt.h:
        * examples/handcrafted/BasicSP_EC2/RTEventService/RTEventService_exec.h:
        * examples/handcrafted/BasicSP_EC2/RTEventService/RTEventService_svnt.h:
        * performance-tests/Benchmark/LatencyTest.h:
        * performance-tests/Benchmark/RoundTripServer/LatencyTest.h:
        * tools/Assembly_Deployer/Assembly_Impl.h:
        * tools/Assembly_Deployer/Assembly_Service_Impl.h:
        * tools/Daemon/Daemon_Impl.h:
        * tools/Simple_Component_Server/Simple_Server_i.h:
          All servants are reference counted by default, no need anymore to
          derive the servant from RefCountServantBase

Sat Jul  2 12:16:49 2005  Cassia Tatibana  <cassia@dre.vanderbilt.edu>

        * DAnCE/DomainApplicationManager/DomainApplicationManager_Impl.cpp:
        * DAnCE/NodeApplicationManager/NodeApplicationManager_Impl.cpp:
        * DAnCE/NodeManager/NodeDaemon_Impl.cpp:

        Added CIAO_TRACE messages.

Fri Jul  1 08:42:27 2005  William Otte  <wotte@dre.vanderbilt.edu>

        * DAnCE/NodeApplicationManager/NodeApplicationManager_Impl.cpp
        * DAnCE/NodeManager/NodeDaemon_Impl.cpp

        Fixed compile errors with emulated exceptions turned on.

Thu Jun 30 23:34:40 UTC 2005  Jeff Parsons <j.parsons@vanderbilt.edu>

        * DAnCE/tests/Minimum/Receiver/Receiver_exec.cpp:
        * DAnCE/tests/Minimum/Receiver/Receiver_exec.h:
        * DAnCE/tests/Minimum/Sender/Sender_exec.cpp:
        * DAnCE/tests/Minimum/Sender/Sender_exec.h:

          More overlooked changes to exec files corresponding to
          CIDL compiler code generation changes of

          Wed Jun 22 23:20:04 UTC 2005  Jeff Parsons <j.parsons@vanderbilt.edu>

Thu Jun 30 12:36:06 2005  William Otte  <wotte@atl.lmco.com>

        * DAnCE/Plan_Launcher/DAM_Map.cpp
        * DAnCE/Plan_Launcher/DAM_Map.h
        * DAnCE/Plan_Launcher/Plan_Launcher.mpc

        Added DAM_Map to the Plan_Launcher directory, as make wouldn't
        handle the relative reference properly.

Thu Jun 30 09:29:24 2005  William Otte  <wotte@dre.vanderbilt.edu>

        * DAnCE/new_RepositoryManager/RMadmin.cpp
        * DAnCE/new_RepositoryManager/RepositoryManager.cpp
        * DAnCE/new_RepositoryManager/ZIP_Wrapper.cpp
        * DAnCE/new_RepositoryManager/ZIP_Wrapper.h
        * DAnCE/new_RepositoryManager/new_RepositoryManager_Impl.cpp
        * DAnCE/new_RepositoryManager/new_RepositoryManager_Impl.h

        Fixed Doxygen documentation tags, fixed some indenting,
        removed tabs.

Thu Jun 30 09:59:17 2005  William Otte  <wotte@atl.lmco.com>

        * DAnCE/Plan_Launcher/Plan_Launcher.cpp
        * DAnCE/Plan_Launcher/Plan_Launcher.mpc
        * DAnCE/Plan_Launcher/Plan_Launcher_Impl.cpp
        * DAnCE/Plan_Launcher/Plan_Launcher_Impl.h

        Factored out the plan launcher capability into a shared library so
        applications can use its functionality.

Thu Jun 30 04:33:35 2005 ming xiong <mxiong@dre.vanderbilt.edu>

       * DAnCE/ComponentPackager/Base_Packager.h
       * DAnCE/ComponentPackager/CPK_Packager.cpp
       * DAnCE/ComponentPackager/CPK_Packager.h
       * DAnCE/ComponentPackager/PDL_Handler.cpp
       * DAnCE/ComponentPackager/PDL_Handler.h
       * DAnCE/ComponentPackager/Base_Packager.cpp

       Added a release operation for destructor of PDL_Handler;Changed the
       definition of input parameter for CPK_Packager::createPackager to const
       to indicate it can not be changed

Thu Jun 30 00:37:35 EDT 2005 Stoyan Paunov <s.paunov@vanderbilt.edu>

        * DAnCE/new_RepositoryManager/RMadmin.cpp
        * DAnCE/new_RepositoryManager/RepositoryManager.cpp
        * DAnCE/new_RepositoryManager/ZIP_Wrapper.cpp
        * DAnCE/new_RepositoryManager/ZIP_Wrapper.h
        * DAnCE/new_RepositoryManager/new_RepositoryManager_Impl.cpp
        * DAnCE/new_RepositoryManager/new_RepositoryManager_Impl.h

        removed the "@file" comments which apparently confuse Doxygen.


Wed Jun 29 17:00:57 2005  Cassia Tatibana  <cassia@dre.vanderbilt.edu>

       * DAnCE/ExecutionManager/DAM_Map.cpp:
       * DAnCE/ExecutionManager/Execution_Manager_Impl.cpp:

         Added CIAO_TRACE messages.

Wed Jun 29 16:38:42 2005  Ming Xiong <mxiong@dre.vanderbilt.edu>

        * DAnCE/ComponentPackager/Base_Packager.h
        * DAnCE/ComponentPackager/CPK_Packager.h
        * DAnCE/ComponentPackager/CPK_Packager.h

        Changed a couplfe of places to meet the Doxygen test and TChar test for
        bin/fuzz.pl

Wed Jun 29 16:28:52 2005  William Otte  <wotte@dre.vanderbilt.edu>

        * DAnCE/DomainApplicationManager/Deployment_Configuration.cpp
        * DAnCE/DomainApplicationManager/DomainApplicationManager_Impl.cpp
        * DAnCE/NodeApplicationManager/NodeApplicationManager_Impl.cpp
        * DAnCE/NodeApplicationManager/NodeApplicationManager_Impl.h
        * DAnCE/NodeManager/NAM_Map.cpp
        * DAnCE/NodeManager/NAM_Map.h
        * DAnCE/NodeManager/NodeDaemon.mpc
        * DAnCE/NodeManager/NodeDaemon_Impl.cpp
        * DAnCE/NodeManager/NodeDaemon_Impl.h
        * DAnCE/NodeManager/Node_Daemon.cpp
        * DAnCE/ciao/Deployment.idl

        Merged dance_multiple_assemblies to main.  This merge
        contains code necessary to be able to deploy multiple assemblies
        into a single NodeManager.

Wed Jun 29 18:09:11 UTC 2005  Jeff Parsons <j.parsons@vanderbilt.edu>

        * tools/IDL3_to_IDL2/idl3_to_idl2_visitor.cpp:

          Added check for successful opening of target file, which prevents
          a crash when the file open is unsuccessful, for example when
          write permissions are denied in the directory. Thanks to Will
          Otte <wotte@dre.vanderbilt.edu> for pointing out the problem.

Tue Jun 28 08:55:12 EDT 2005 Ming Xiong <mxiong@dre.vanderbilt.edu>

        * DAnCE/ComponentPackager/Base_Packager.cpp
        * DAnCE/ComponentPackager/Base_Packager.h
        * DAnCE/ComponentPackager/CPK_Packager.cpp
        * DAnCE/ComponentPackager/CPK_Packager.h
        * DAnCE/ComponentPackager/ComponentPackager.mpc
        * DAnCE/ComponentPackager/Component_Packager.cpp
        * DAnCE/ComponentPackager/Modified_Deployment.xsd
        * DAnCE/ComponentPackager/PDL_Handler.cpp
        * DAnCE/ComponentPackager/PDL_Handler.h
        * DAnCE/ComponentPackager/README.html
        * DAnCE/ComponentPackager/Sample.pdl
        * DAnCE/ComponentPackager/XercesString.cpp
        * DAnCE/ComponentPackager/XercesString.h

        Added the files implementing ComponentPackager, for details
        please read README.html

Tue Jun 28 01:03:12 EDT 2005 Stoyan Paunov <s.paunov@vanderbilt.edu>

        * TAO/CIAO/DAnCE/new_RepositoryManager/RMadmin.cpp
        * TAO/CIAO/DAnCE/new_RepositoryManager/ZIP_Wrapper.cpp
        * TAO/CIAO/DAnCE/new_RepositoryManager/new_RepositoryManager_Impl.cpp

        removed the _O_* flags to ACE_OS::open ();

Mon Jun 27 16:25:52 UTC 2005  Jeff Parsons <j.parsons@vanderbilt.edu>

        * DAnCE/examples/Swapping/Sender/Sender_exec.cpp:

          Fixed cut-and-paste error.

Mon Jun 27 07:04:01 2005  Chad Elliott  <elliott_c@ociweb.com>

        * DAnCE/new_RepositoryManager/new_RepositoryManager.mpc:
        * DAnCE/new_RepositoryManager/README.txt:

          Switch to using the existing zlib and zzip base projects.

Sun Jun 26 23:53:23 EDT 2005 Stoyan Paunov <s.paunov@vanderbilt.edu>

        * DAnCE/new_RepositoryManager/Modified_Deployment.xsd
        * DAnCE/new_RepositoryManager/Options.cpp
        * DAnCE/new_RepositoryManager/Options.h
        * DAnCE/new_RepositoryManager/README.txt
        * DAnCE/new_RepositoryManager/RMadmin.cpp
        * DAnCE/new_RepositoryManager/RepositoryManager.cpp
        * DAnCE/new_RepositoryManager/ZIP_Wrapper.cpp
        * DAnCE/new_RepositoryManager/ZIP_Wrapper.h
        * DAnCE/new_RepositoryManager/new_RepositoryManager.idl
        * DAnCE/new_RepositoryManager/new_RepositoryManager.mpc
        * DAnCE/new_RepositoryManager/new_RepositoryManager_Impl.cpp
        * DAnCE/new_RepositoryManager/new_RepositoryManager_Impl.h
        * DAnCE/new_RepositoryManager/packages/inconsistent.cpk
        * DAnCE/new_RepositoryManager/packages/package.cpk

        Added these files to the head. The files are implementing the repository
        manager.

        * DAnCE/new_RepositoryManager/Modified_Deployment.xsd
        needed for the retrievePlan function that retrieves the Deployment plan

        * DAnCE/new_RepositoryManager/Options.cpp
        * DAnCE/new_RepositoryManager/Options.h
        options class for the RMadmin.cpp

        * DAnCE/new_RepositoryManager/README.txt

        * DAnCE/new_RepositoryManager/RMadmin.cpp
        a sample client program. You can use it as an example on how to use the RM

        * DAnCE/new_RepositoryManager/ZIP_Wrapper.cpp
        * DAnCE/new_RepositoryManager/ZIP_Wrapper.h
        The ZIP Wrapper class that allows read access to ZIP packages and CCM packages
        that have the cpk extension.

        * DAnCE/new_RepositoryManager/RepositoryManager.cpp
        * DAnCE/new_RepositoryManager/new_RepositoryManager.idl
        * DAnCE/new_RepositoryManager/new_RepositoryManager.mpc
        * DAnCE/new_RepositoryManager/new_RepositoryManager_Impl.cpp
        * DAnCE/new_RepositoryManager/new_RepositoryManager_Impl.h
        The Repository Manager implementation files

        * DAnCE/new_RepositoryManager/packages/inconsistent.cpk
        * DAnCE/new_RepositoryManager/packages/package.cpk
        couple of sample packages that I created manually to test the RM.


Fri Jun 24 14:36:02 2005  Cassia Tatibana  <cassia@dre.vanderbilt.edu>

        * DAnCE/ciao/CIAO_common.h:

          Added definition for CIAO_TRACE.

Fri Jun 24 14:21:31 UTC 2005  Jeff Parsons <j.parsons@vanderbilt.edu>

        * docs/tutorial/Hello/hello_exec.cpp:
        * docs/tutorial/Hello/hello_exec.h:
        * examples/Hello/Receiver/Receiver_exec.cpp:
        * examples/Hello/Receiver/Receiver_exec.h:
        * examples/Hello/Sender/Sender_exec.cpp:
        * examples/Hello/Sender/Sender_exec.h:
        * performance-tests/Protocols/Receiver/Receiver_exec.cpp:
        * performance-tests/Protocols/Receiver/Receiver_exec.h:
        * performance-tests/Protocols/Sender/Sender_exec.cpp:
        * performance-tests/Protocols/Sender/Sender_exec.h:
        * tests/RTCCM/DiffServ/Receiver/Receiver_exec.cpp:
        * tests/RTCCM/DiffServ/Receiver/Receiver_exec.h:
        * tests/RTCCM/DiffServ/Sender/Sender_exec.cpp:
        * tests/RTCCM/DiffServ/Sender/Sender_exec.h:

          More fixes to hand-written executor code to bring the file up
          to date with the recent changes in generated code. These were
          overlooked in

          Wed Jun 22 23:20:04 UTC 2005  Jeff Parsons <j.parsons@vanderbilt.edu>

Wed Jun 22 23:20:04 UTC 2005  Jeff Parsons <j.parsons@vanderbilt.edu>

        * CIAO/CIDLC/ExecImplHeaderGenerator.cpp:
        * CIAO/CIDLC/ExecImplSourceGenerator.cpp:
        * CIAO/CIDLC/ExecutorMappingGenerator.cpp:
        * CIAO/CIDLC/Literals.cpp:
        * CIAO/CIDLC/Literals.hpp:
        * CIAO/CIDLC/ServantHeaderGenerator.cpp:
        * CIAO/CIDLC/ServantSourceGenerator.cpp:
        * CIAO/DAnCE/examples/Display/NavDisplay/NavDisplay_exec.h:
        * CIAO/DAnCE/examples/Display/RateGen/RateGen_exec.h:
        * CIAO/DAnCE/examples/Hello/Receiver/Receiver_exec.cpp:
        * CIAO/DAnCE/examples/Hello/Receiver/Receiver_exec.h:
        * CIAO/DAnCE/examples/Hello/Sender/Sender_exec.cpp:
        * CIAO/DAnCE/examples/Hello/Sender/Sender_exec.h:
        * CIAO/DAnCE/examples/Quoter/Broker/Broker_exec.cpp:
        * CIAO/DAnCE/examples/Quoter/Broker/Broker_exec.h:
        * CIAO/DAnCE/examples/Quoter/Distributor/Distributor_exec.cpp:
        * CIAO/DAnCE/examples/Quoter/Distributor/Distributor_exec.h:
        * CIAO/DAnCE/examples/Swapping/Receiver/Receiver_exec.cpp:
        * CIAO/DAnCE/examples/Swapping/Receiver/Receiver_exec.h:
        * CIAO/DAnCE/examples/Swapping/Sender/Sender_exec.cpp:
        * CIAO/DAnCE/examples/Swapping/Sender/Sender_exec.h:
        * CIAO/DAnCE/examples/Swapping/Sender/Sender_exec_1.cpp:
        * CIAO/DAnCE/examples/Swapping/Sender/Sender_exec_1.h:
        * CIAO/DAnCE/examples/Swapping/Sender/Sender_exec_2.cpp:
        * CIAO/DAnCE/examples/Swapping/Sender/Sender_exec_2.h:
        * CIAO/DAnCE/tests/NodeApplicationTest/RoundTrip_exec.cpp:
        * CIAO/DAnCE/tests/NodeApplicationTest/RoundTrip_exec.h:
        * CIAO/docs/releasenotes/index.html:

          Eliminated generation of the CIAO_GLUE_-prefixed namespace
          and replaced it with a namespace constructed from the
          composition local name and a CIDL_ prefix. Whereas the
          previos namespace was always at global scope, the new one
          will be generated inside namespaces mapped from IDL module
          declarations, if the composition is declared inside any.
          These changes were motivated by an example sent in by
          Will Otte <wotte@dre.vanderbilt.edu>, where the composition
          was declared inside several nested modules, and the generated
          code would not compile. The new namespace encloses

            - the component servant
            - the home servant
            - the facet servants, if any
            - the executor interface in the executor IDL file
            - optionally generated executor impl classes

          Minor changes were required to existing executor impl
          files as a result of the changes to generated code.

Wed Jun 22 10:59:00 2005  Gary Maxey <gary.maxey@hp.com>

        * tools/IDL3_to_IDL2/idl3_to_idl2_visitor.cpp
          Updated visitor for valuebox support.

Mon Jun 20 18:10:12 UTC 2005  Johnny Willemsen  <jwillemsen@remedy.nl>

        * DAnCE/examples/Display/NavDisplayGUI_exec/DetailView_moc.cpp:
        * DAnCE/examples/Display/NavDisplayGUI_exec/MapView_moc.cpp:
        * DAnCE/examples/Display/NavDisplayGUI_exec/NodeItem_moc.cpp:
        * DAnCE/examples/Display/NavDisplayGUI_exec/RootPanel_moc.cpp:
          Removed these files, these are generated and shouldn't be in the
          archive

Mon Jun 20 09:29:00 2005  Gary Maxey <gary.maxey@hp.com>

        * tools/IDL3_to_IDL2/idl3_to_idl2_visitor.cpp
        * tools/IDL3_to_IDL2/idl3_to_idl2_visitor.h
          Add visitor for valuebox support.

Sun Jun 19 20:18:50 2005  Ming Xiong  <mxiong@tango.dre.vanderbilt.edu>

        * NEWS:

          Updated NEWS on upcoming support for Component Packaging

Thu Jun 16 21:46:10 2005  Gan Deng  <dengg@dre.vanderbilt.edu>

        * DAnCE/examples/Display/descriptors/Modified_Deployment.xsd
        * DAnCE/examples/Quoter/descriptors/Modified_Deployment.xsd
        * docs/schema/Modified_Deployment.xsd

          Modified the <InstanceDeploymentDescription> element type
          to allow having unbounded number of <configProperty> elements.
          Thanks Will Chai <willchai@126.com> to report this problem.

Wed Jun 15 14:46:00 2005  Gautam Thaker  <gthaker@atl.lmco.com>

        * DAnCE/examples/Hello/step-by-step.html:

          Fixed a typo regarding name of script "run_NodeDaemons.pl" and
          one other sentence fragement.

Mon Jun 13 13:44:41 2005  Emre Turkay  <turkaye@dre.vanderbilt.edu>

        * DAnCE/tests/NodeApplicationTest/run_test_simple.pl:
        * DAnCE/tests/NodeApplicationTest/run_test.pl:
        * DAnCE/tests/NodeApplicationTest/run_test_ex.pl:

          Fixed a typo.

Thu Jun  4 14:36:00 UTC 2005  Ming Xiong <mxiong@dre.vanderbilt.edu>

        * DAnCE/examples/Quoter/Distributor/Distributor_exec.h
        * DAnCE/examples/Quoter/Distributor/Distributor_exec.cpp

          Fixed a virtual hiding warning reported on WinXP_BCB6_Pro_Dynamic_Debug

Thu Jun  9 09:31:28 2005  Simon McQueen  <sm@prismtech.com>

        * NEWS:

          Updated with late release note submissions.

Wed Jun 08 08:50:35 2005  Simon McQueen  <sm@prismtech.com>

        * CIAO version 0.4.6 released.

Wed Jun  8 11:21:50 2005  Simon McQueen  <sm@prismtech.com>

        * NEWS:

          Updated with release note entries.

Mon Jun  6 12:33:16 2005  Simon McQueen  <sm@prismtech.com>

        * DAnCE/examples/Display/GPS/GPS.mpc:

          Added HUDisplay_DnC_svnt to after tag for project GPS_DnC_svnt
          to fix build error on BCB 6 dynamic build.


Thu Jun  2 22:56:11 UTC 2005  Gan Deng <gan.deng@vanderbilt.edu>

        * DAnCE/examples/Quoter/README.html

          Added a link to the CoSMIC quoter tutorial page hosted by
          Ming Xiong.

        * NEWS

          Updated NEWS file.

Tue May 31 22:46:06 UTC 2005  Jeff Parsons <j.parsons@vanderbilt.edu>

        * CIDLC/ExecutorMappingGenerator.cpp:
        * CIDLC/ServantHeaderGenerator.cpp:
        * CIDLC/TypeNameEmitter.cpp:

          Eliminated unused arguments.

Mon May 30 15:22:16 2005  Emre Turkay  <turkaye@dre.vanderbilt.edu>

        * DAnCE/Config_Handlers/XML_File_Intf.h:
        * DAnCE/Config_Handlers/DP_Handler.h:

          auto_ptr is changed with ACE_Auto_Ptr, auto_ptr does not have
          reset in VC6.

Mon May 30 17:59:28 UTC 2005  Jeff Parsons <j.parsons@vanderbilt.edu>

        * CIDLC/TypeNameEmitter.cpp:

          Fixed incorrect code generation in *_svnt.cpp file for
          attribute assignment of sequence types. Thanks to Sunil Rottoo
          <srottoo@adacelcanada.com> for reporting the problem.

Mon May 30 12:19:42 2005  Jaiganesh B  <jai@dre.vanderbilt.edu>

        * DAnCE/ciao/Port_Activator_T.cpp:
        * DAnCE/ciao/Servant_Activator.cpp:
        * DAnCE/ciao/Servant_Impl_Base.cpp:

          Made use of ACE_ENV macros to fix Debian Full Reactor
          build errors.

Fri May 27 23:35:23 2005  Jaiganesh B  <jai@dre.vanderbilt.edu>

        * DAnCE/ciao/Container_Impl.cpp:
        * DAnCE/ciao/Container_Impl.h:
        * DAnCE/ciao/Home_Servant_Impl_T.cpp:
        * DAnCE/ciao/Home_Servant_Impl_T.h:

        Changed the structure of the utility maps that maintain
        the component references, to use "_var" instead of "_ptr"
        in order to facilitate effective memory destructions.

Fri May 27 20:26:33 2005  Emre Turkay  <turkaye@dre.vanderbilt.edu>

        * CCF/CCF/CCF.sln:
        * CCF/Example/Example.sln:
        * CIDLC/CIDLC.sln:
        * CCF/CCF/CIDL/CIDL.vcproj:
        * CCF/CCF/CodeGenerationKit/CodeGenerationKit.vcproj:
        * CCF/CCF/CompilerElements/CompilerElements.vcproj:
        * CCF/CCF/IDL2/IDL2.vcproj:
        * CCF/CCF/IDL3/IDL3.vcproj:
        * CCF/Example/CIDL/LocalExecutorMapping/LocalExecutorMapping.vcproj:
        * CCF/Example/CodeGenerationKit/Indentation/IDL/IDL.vcproj:
        * CIDLC/CIDLC.vcproj:

          Deleted MSVC solution and project files, these are generated by the
          mwc.

Fri May 27 13:41:20 2005  Jaiganesh B  <jai@dre.vanderbilt.edu>

        * DAnCE/ciao/Port_Activator.h:
        * DAnCE/ciao/Port_Activator_T.cpp:
        * DAnCE/ciao/Port_Activator_T.h:
        * DAnCE/ciao/Servant_Activator.cpp:
        * DAnCE/ciao/Servant_Impl_Base.cpp:

        Added support for deactivating facets and event consumers
        when a component is getting deactivated. This fixes
        couple of memory leaks in the DAnCE deployment scenarios.


Thu May 26 22:55:26 2005  Jaiganesh B  <jai@dre.vanderbilt.edu>

        * DAnCE/ciao/Servant_Impl_Base.cpp:

          Added code to deactivate facets when component
          is getting removed.

Thu May 26 20:41:04 2005  Jaiganesh B  <jai@dre.vanderbilt.edu>

        * DAnCE/ciao/Home_Servant_Impl_T.cpp:
        * DAnCE/ciao/Servant_Impl_Base.cpp:
        * DAnCE/ciao/Servant_Impl_T.cpp:
        * DAnCE/ciao/Servant_Impl_T.h:

        Added support for the component servants to inherit
        from RefCountServantBase, to allow freeing up of
        servants in a more standard and effective manner.

        Added support functions in Servant_Impl_T class to
        clean up the component executor memory.

        Added support functions in Home_Servant_Impl_T and
        Servant_Impl_Base classes to uninstall components
        by executing operations like ccm_remove () in the
        right order.

        Finally fixed couple of memory leaks with respect
        to cleaning up component servants and component
        executors.

        Thanks to Steve Baker <Steve_D_Baker@Raytheon.com>
        for reporting the problem.

Thu May 26 21:09:22 2005  Gan Deng <gan.deng@vanderbilt.edu>

        * tools/Simple_Component_Server/Simple_Component_Server.mpc

          Put an empty IDL_Files segment in the
          "Simple_Component_Server" project so the IDL
          file is not picked up automatically. Thanks to Will Chai
          <willchai@126.com> for reporting this.

        * NEWS
        * DAnCE/NEWS

          Merged these two files and deleted the DAnCE/NEWS file,
          since these two files serve similar purposes.

Thu May 26 14:46:53 CDT 2005  Will Otte <wotte@dre.vanderbilt.edu>

        * DAnCE/NodeManager/NodeDaemon_Impl.cpp

        Fixed a memory leak which would cause NodeManagers to leak
        when destroyed.

Thu May 26 07:53:12 UTC 2005  Johnny Willemsen  <jwillemsen@remedy.nl>

        * DAnCE/examples/Quoter/Broker/Broker.cpp:
          Fixed doxygen file tag

Wed May 25 11:05:05 2005  Ming Xiong  <mxiong@dre.vanderbilt.edu>

        * DAnCE/examples/Quoter/Stock_Base/Stock_Base.mpc:
        * DAnCE/examples/Quoter/Stock_Base/Stock_Base.idl:
        * DAnCE/examples/Quoter/Stock_Base/Stock_Base_svnt_export.h:
        * DAnCE/examples/Quoter/Stock_Base/Stock_Base_stub_export.h:
        * DAnCE/examples/Quoter/Broker/Broker.mpc:
        * DAnCE/examples/Quoter/Broker/Broker.idl:
        * DAnCE/examples/Quoter/Broker/Broker.cidl:
        * DAnCE/examples/Quoter/Broker/Broker.cpp:
        * DAnCE/examples/Quoter/Broker/Broker_exec.h:
        * DAnCE/examples/Quoter/Broker/Broker_exec.cpp:
        * DAnCE/examples/Quoter/Broker/Broker_svnt_export.h:
        * DAnCE/examples/Quoter/Broker/Broker_stub_export.h:
        * DAnCE/examples/Quoter/Broker/Broker_exec_export.h:
        * DAnCE/examples/Quoter/Distributor/Distributor.mpc:
        * DAnCE/examples/Quoter/Distributor/Distributor.idl:
        * DAnCE/examples/Quoter/Distributor/Distributor.cidl:
        * DAnCE/examples/Quoter/Distributor/Distributor.cpp:
        * DAnCE/examples/Quoter/Distributor/Distributor_exec.h:
        * DAnCE/examples/Quoter/Distributor/Distributor_exec.cpp:
        * DAnCE/examples/Quoter/Distributor/Distributor_svnt_export.h:
        * DAnCE/examples/Quoter/Distributor/Distributor_stub_export.h:
        * DAnCE/examples/Quoter/Distributor/Distributor_exec_export.h:
        * DAnCE/examples/Quoter/descriptors/Broker.ccd:
        * DAnCE/examples/Quoter/descriptors/Broker.cid:
        * DAnCE/examples/Quoter/descriptors/Broker.cpd:
        * DAnCE/examples/Quoter/descriptors/Broker_Exec.iad:
        * DAnCE/examples/Quoter/descriptors/Broker_Stub.iad:
        * DAnCE/examples/Quoter/descriptors/Broker_Svnt.iad:
        * DAnCE/examples/Quoter/descriptors/Deployment.xsd:
        * DAnCE/examples/Quoter/descriptors/Distributor.ccd:
        * DAnCE/examples/Quoter/descriptors/Distributor.cid:
        * DAnCE/examples/Quoter/descriptors/Distributor.cpd:
        * DAnCE/examples/Quoter/descriptors/Distributor_Exec.iad:
        * DAnCE/examples/Quoter/descriptors/Distributor_Stub.iad:
        * DAnCE/examples/Quoter/descriptors/Distributor_Svnt.iad:
        * DAnCE/examples/Quoter/descriptors/Domain.cdd:
        * DAnCE/examples/Quoter/descriptors/flattened_deploymentplan.cdp:
        * DAnCE/examples/Quoter/descriptors/Libraries.iad:
        * DAnCE/examples/Quoter/descriptors/Modified_Deployment.xsd:
        * DAnCE/examples/Quoter/descriptors/package.tpd:
        * DAnCE/examples/Quoter/descriptors/runNodeDaemons.pl:
        * DAnCE/examples/Quoter/descriptors/Stock.cdp:
        * DAnCE/examples/Quoter/descriptors/Stock.cid:
        * DAnCE/examples/Quoter/descriptors/Stock.cpd:
        * DAnCE/examples/Quoter/descriptors/Stock.dat:
        * DAnCE/examples/Quoter/descriptors/Stock.pcd:
        * DAnCE/examples/Quoter/descriptors/XMI.xsd:

          Added a Quoter example for DAnCE

Wed May 25 11:13:19 2005  Jaiganesh B  <jai@dre.vanderbilt.edu>

        * DAnCE/ciao/Servant_Impl_Base.cpp:

          Added code to call ccm_remove () on the executor
          before removing the component.

          Thanks to Steven Baker <Steven_D_Baker@raytheon.com> for
          identifying the problem.

Wed May 25 10:52:39 2005  Cassia Tatibana  <cassia@dre.vanderbilt.edu>

        * DAnCE/examples/Display/HUDisplay.idl:
        * DAnCE/examples/Display/HUDisplay.mpc:
        * DAnCE/examples/Display/HUDisplay_stub_export.h:
        * DAnCE/examples/Display/HUDisplay_svnt_export.h:
        * DAnCE/examples/Display/README.html:
        * DAnCE/examples/Display/GPS/GPS.cidl:
        * DAnCE/examples/Display/GPS/GPS.idl:
        * DAnCE/examples/Display/GPS/GPS.mpc:
        * DAnCE/examples/Display/GPS/GPSEI.idl:
        * DAnCE/examples/Display/GPS/GPS_exec.cpp:
        * DAnCE/examples/Display/GPS/GPS_exec.h:
        * DAnCE/examples/Display/GPS/GPS_exec_export.h:
        * DAnCE/examples/Display/GPS/GPS_stub_export.h:
        * DAnCE/examples/Display/GPS/GPS_svnt_export.h:
        * DAnCE/examples/Display/GPS/GPS_tracing_exec.cpp:
        * DAnCE/examples/Display/GPS/GPS_tracing_exec.h:
        * DAnCE/examples/Display/NavDisplay/NavDisplay.cidl:
        * DAnCE/examples/Display/NavDisplay/NavDisplay.idl:
        * DAnCE/examples/Display/NavDisplay/NavDisplay.mpc:
        * DAnCE/examples/Display/NavDisplay/NavDisplay_exec.cpp:
        * DAnCE/examples/Display/NavDisplay/NavDisplay_exec.h:
        * DAnCE/examples/Display/NavDisplay/NavDisplay_exec_export.h:
        * DAnCE/examples/Display/NavDisplay/NavDisplay_stub_export.h:
        * DAnCE/examples/Display/NavDisplay/NavDisplay_svnt_export.h:
        * DAnCE/examples/Display/NavDisplayGUI_exec/AddNavUnitCmd.cpp:
        * DAnCE/examples/Display/NavDisplayGUI_exec/AddNavUnitCmd.h:
        * DAnCE/examples/Display/NavDisplayGUI_exec/Command.h:
        * DAnCE/examples/Display/NavDisplayGUI_exec/DetailView.cpp:
        * DAnCE/examples/Display/NavDisplayGUI_exec/DetailView.h:
        * DAnCE/examples/Display/NavDisplayGUI_exec/DetailView_moc.cpp:
        * DAnCE/examples/Display/NavDisplayGUI_exec/MapView.cpp:
        * DAnCE/examples/Display/NavDisplayGUI_exec/MapView.h:
        * DAnCE/examples/Display/NavDisplayGUI_exec/MapView_moc.cpp:
        * DAnCE/examples/Display/NavDisplayGUI_exec/NavDisplayGUI.mpc:
        * DAnCE/examples/Display/NavDisplayGUI_exec/NavDisplayGUI_exec.cpp:
        * DAnCE/examples/Display/NavDisplayGUI_exec/NavDisplayGUI_exec.h:
        * DAnCE/examples/Display/NavDisplayGUI_exec/NavDisplayGUI_exec_exec_export.h:
        * DAnCE/examples/Display/NavDisplayGUI_exec/NavDisplayGUI_exec_export.h:
        * DAnCE/examples/Display/NavDisplayGUI_exec/NavDisplayGUI_exec_stub_export.h:
        * DAnCE/examples/Display/NavDisplayGUI_exec/NavDisplayGUI_exec_svnt_export.h:
        * DAnCE/examples/Display/NavDisplayGUI_exec/NavDisplayGUI_stub_export.h:
        * DAnCE/examples/Display/NavDisplayGUI_exec/NavDisplayGUI_svnt_export.h:
        * DAnCE/examples/Display/NavDisplayGUI_exec/NavUnit.cpp:
        * DAnCE/examples/Display/NavDisplayGUI_exec/NavUnit.h:
        * DAnCE/examples/Display/NavDisplayGUI_exec/NodeItem.cpp:
        * DAnCE/examples/Display/NavDisplayGUI_exec/NodeItem.h:
        * DAnCE/examples/Display/NavDisplayGUI_exec/NodeItem_moc.cpp:
        * DAnCE/examples/Display/NavDisplayGUI_exec/QuitCmd.cpp:
        * DAnCE/examples/Display/NavDisplayGUI_exec/QuitCmd.h:
        * DAnCE/examples/Display/NavDisplayGUI_exec/RootPanel.cpp:
        * DAnCE/examples/Display/NavDisplayGUI_exec/RootPanel.h:
        * DAnCE/examples/Display/NavDisplayGUI_exec/RootPanel_moc.cpp:
        * DAnCE/examples/Display/NavDisplayGUI_exec/UpdatePositionCmd.cpp:
        * DAnCE/examples/Display/NavDisplayGUI_exec/UpdatePositionCmd.h:
        * DAnCE/examples/Display/NavDisplayGUI_exec/Worker.cpp:
        * DAnCE/examples/Display/NavDisplayGUI_exec/Worker.h:
        * DAnCE/examples/Display/NavDisplayGUI_exec/trolltech.gif:
        * DAnCE/examples/Display/NavDisplayGUI_exec/worldmap1.gif:
        * DAnCE/examples/Display/NavDisplayGUI_exec/worldmap1.xpm:
        * DAnCE/examples/Display/RateGen/RateGen.cidl:
        * DAnCE/examples/Display/RateGen/RateGen.idl:
        * DAnCE/examples/Display/RateGen/RateGen.mpc:
        * DAnCE/examples/Display/RateGen/RateGen_exec.cpp:
        * DAnCE/examples/Display/RateGen/RateGen_exec.h:
        * DAnCE/examples/Display/RateGen/RateGen_exec_export.h:
        * DAnCE/examples/Display/RateGen/RateGen_stub_export.h:
        * DAnCE/examples/Display/RateGen/RateGen_svnt_export.h:
        * DAnCE/examples/Display/RateGen/controller.cpp:
        * DAnCE/examples/Display/descriptors/Deployment.xsd:
        * DAnCE/examples/Display/descriptors/EM.ior:
        * DAnCE/examples/Display/descriptors/GPS.ior:
        * DAnCE/examples/Display/descriptors/Modified_Deployment.xsd:
        * DAnCE/examples/Display/descriptors/NavDisplay.ior:
        * DAnCE/examples/Display/descriptors/NavDisplayGUI.ior:
        * DAnCE/examples/Display/descriptors/NodeManagerMap.dat:
        * DAnCE/examples/Display/descriptors/RateGen.ior:
        * DAnCE/examples/Display/descriptors/XMI.xsd:
        * DAnCE/examples/Display/descriptors/basicNodeDaemon.pl:
        * DAnCE/examples/Display/descriptors/flattened_deploymentplan.cdp:

        Ported the Display example in CIAO to DAnCE.

Tue May 24 22:23:48 2005  Gan Deng <gan.deng@vanderbilt.edu>

        * DAnCE/examples/Hello/step-by-step.html

          Fixed a typo in the command line option.  Thanks to Will Chai
          <willchai@126.com> for reporting this.

Tue May 24 00:23:26 2005  Emre Turkay  <turkaye@dre.vanderbilt.edu>

        * 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:

          Changed the mpc files to use the cidlc.mpb.

Sun May 22 21:23:48 2005  Gan Deng <gan.deng@vanderbilt.edu>

        * DAnCE/ciao/Swapping_Servant_Home_Impl_T.cpp

          Modified the operation from <_ciao_passivate> to <ciao_passivate>
          due to my earlier interface changes.

Sun May 22 11:29:36 2005  Jaiganesh B  <jai@dre.vanderbilt.edu>

        * DAnCE/ciao/Container_Base.cpp:

          Fixed a memory leak in the container code to
          delete the ServantActivator pointer.

Sat May 21 16:08:48 2005  Gan Deng <gan.deng@vanderbilt.edu>

        * DAnCE/ciao/Deployment_Core.idl

          Added <ciao_passivate> operation on the NodeApplication interface,
          which is useful for enforce the correct component deactivation
          sequence.

        * DAnCE/ciao/Deployment.idl

          Moved the StopError exception definition and put into the
          Deployment_Core.idl, since <ciao_passviate> operation needs
          such exception declaration.

        * DAnCE/ciao/CCM_Component.idl

          Added <ciao_passivate> operation to the CCM_Object interface.

        * DAnCE/ciao/NodeApplication_Impl.cpp
        * DAnCE/ciao/NodeApplication_Impl.h

          Implementation of the above added operation <ciao_passivate>.

        * DAnCE/DomainApplicationManager/DomainApplicationManager_Impl.cpp

          Modified to call <ciao_passivate> before calling <destroyApplication>.

        * DAnCE/RepositoryManager/Repository_Manager.cpp

          Modified the Repository_Manager/executor to invoke <start>
          separately from invoking finishLaunch.

        * DAnCE/ciao/Servant_Impl_Base.cpp

          Removed the call of <ciao_passivate> from the
          Servant_Impl_Base::remove() function since this will be
          called separately on the whole assembly, i.e. passivate ALL
          components in the assembly before removing components.

        * DAnCE/ciao/Servant_Impl_T.cpp
        * DAnCE/ciao/Servant_Impl_T.h

          Changed the operation name from "_ciao_passivate" to
          "ciao_passivate", in order to make it to be the implementation
          of the <ciao_passivate> operation added on the CCM_Object
          interface.

Sat May 21 14:39:48 2005  Gan Deng <gan.deng@vanderbilt.edu>

        * DAnCE/ciao/Deployment_Core.idl

          Added <ciao_preactivate> and <ciao_postactivate>
          operations on the NodeApplication interface, which is useful
          for enforce the correct component activation operation
          sequence.

        * DAnCE/ciao/NodeApplication_Impl.cpp
        * DAnCE/ciao/NodeApplication_Impl.h

          Implemented the above operations.

        * DAnCE/DomainApplicationManager/DomainApplicationManager_Impl.cpp
        * DAnCE/DomainApplicationManager/DomainApplicationManager_Impl.h

          Modified it to call ciao_preactivate and ciao_postactivate
          on NodeApplications accordingly

        * DAnCE/Plan_Launcher/Plan_Launcher.cpp

          Modified to disable the "start" while "finishLaunch", since
          it is the application developer's control to invoke start
          operation in the whole assembly.

        * DAnCE/ciao/Container_Base.cpp
        * DAnCE/ciao/Container_Impl.cpp

          Put some debug output into the CIAO_DebugLevel control

        * DAnCE/examples/Hello/Sender/Sender_exec.cpp

          Cosmetic changes.

Tue May 17 20:49:48 UTC 2005  Jeff Parsons <j.parsons@vanderbilt.edu>

        * CIAO/tests/IDL3/ImpliedIDL/All/all.mpc:
        * CIAO/tests/IDL3/ImpliedIDL/All/convert.idl:
        * CIAO/tests/IDL3/ImpliedIDL/All/pass_through.idl:
        * CIAO/tests/IDL3/ImpliedIDL/All/include.idl:
        * CIAO/tests/IDL3/ImpliedIDL/All/README:

          New files comprising a test for the tao_idl3_to_idl2
          executable. The test executes tao_idl3_to_idl2 on the
          listed IDL files, then executes the TAO IDL compiler on
          the resulting IDL files. The resulting C++ code is compiled,
          and if there are no errors or warnings in this last step,
          the test is a success.

Tue May 17 07:51:47 2005  Ossama Othman  <ossama@dre.vanderbilt.edu>

        * DAnCE/Old_Config_Handlers/Process_Element.h:
        * DAnCE/Old_Config_Handlers/Process_Element.cpp:

          Fixed unresolved symbol link error.

Mon May 16 21:29:49 2005  Ossama Othman  <ossama@dre.vanderbilt.edu>

        * DAnCE/Old_Config_Handlers/Process_Element.cpp:
        * DAnCE/ciao/Home_Servant_Impl_T.cpp (remove_component):

          Fixed syntax errors.

Mon May 16 12:06:51 2005  Ossama Othman  <ossama@dre.vanderbilt.edu>

        * DAnCE/Config_Handlers/XSCRT/Elements.hpp (~IndentityProvider):
        * DAnCE/Old_Config_Handlers/Process_Element.h (Process_Function):
        * DAnCE/Old_Config_Handlers/Process_Element.cpp
          (~Process_Function):
        * tests/RTCCM/Priority_Test/Controllers/Pulser.h (Pulse_Handler):
        * tests/RTCCM/Priority_Test/Controllers/Pulser.cpp
          (~Pulse_Handler):

          Added missing virtual destructor.  Fixes g++ 4.0 "class with
          virtual functions but no virtual destructor" warnings.

        * DAnCE/Plan_Launcher/Plan_Launcher.cpp (mode):

          Fixed "non-local variable uses anonymous type" g++ 4.0 warning.

        * DAnCE/ciao/Home_Servant_Impl_T.cpp (remove_component):
        * tools/RTComponentServer/RTConfig_Manager.cpp
          (find_threadpool_by_name):
        * tools/XML_Helpers/RTConfig_Handlers.cpp (add_threadpoollane):
          (add_priorityband):

          Fixed "variable may be used uninitialized" warnings.

        * tools/Assembly_Deployer/Assembly_Deployer.cpp
          (teardown_assembly):

          Fixed format specifier mismatch.

Mon May 16 11:27:30 2005  Jeff Parsons <j.parsons@vanderbilt.edu>

        * CIAO-INSTALL.html:

          Added line to table about availability of binaries for MacOS
          and Solaris.

Sat May 14 06:12:44 2005  Johnny Willemsen  <jwillemsen@remedy.nl>

        * CIAO version 0.4.5 released.

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:
