summaryrefslogtreecommitdiff
path: root/CIAO/ciao/Contexts
Commit message (Collapse)AuthorAgeFilesLines
* Remove CIAO/DAnCE here because they are migrated to their own repositoriesJohnny Willemsen2016-04-194-386/+0
|
* Remove doxygen style Id tag with two space before $Id#Johnny Willemsen2015-01-072-4/+0
|
* Removed single line Id tagJohnny Willemsen2015-01-072-4/+0
|
* (no commit message)Johnny Willemsen2012-06-261-1/+0
|
* Wed Jun 20 08:13:50 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2012-06-202-1/+49
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merged service_connector branch. This adds support for so called service components which are available through the component context using resolve_service_reference. Service components are deployed as regular components, but are installed by the installation handler (see the TTSCTest test) or they install themselves into the service registry (see TTSConnContext). These components can be seen as container plugins which are going to be used for various extensions without causing the container to be huge and unmaintainable commit a5d5158d22435059f4488e1ff96ed1862fba8ab7 Author: Marijke Hengstmengel <MHengstmengel@remedy.nl> Date: Tue Jun 19 10:20:23 2012 +0200 * CIAO/tests/TTSConnContext/README.txt: Explain test commit 859f54123a96f8474cbd7f4be8e10a8cb5e4b776 Author: Marijke Hengstmengel <MHengstmengel@remedy.nl> Date: Mon Jun 18 17:34:33 2012 +0200 * CIAO/bin/ciao_tests.lst: * CIAO/ccm/CCM_Context.idl: * CIAO/ciao/Contexts/Context_Impl_Base_T.cpp: * CIAO/ciao/Contexts/Context_Impl_Base_T.h: Made (un)install_service_component_reference available on context. * CIAO/tests/TTSConnContext/Sender/Sender.idl: * CIAO/tests/TTSConnContext/Sender/Sender.mpc: * CIAO/tests/TTSConnContext/Sender/Sender_exec.cpp: * CIAO/tests/TTSConnContext/Sender/Sender_exec.h: * CIAO/tests/TTSConnContext/TTSCConnector/TTSCConnector.idl: * CIAO/tests/TTSConnContext/TTSCConnector/TTSCConnector.mpc: * CIAO/tests/TTSConnContext/TTSCConnector/TTSCConnector_conn.cpp: * CIAO/tests/TTSConnContext/TTSCConnector/TTSCConnector_conn.h: * CIAO/tests/TTSConnContext/descriptors/DeploymentPlan.cdp: * CIAO/tests/TTSConnContext/descriptors/run_test.pl: New test for ServiceConnector, self installing its service_component_reference, not via cdp file. commit c56a6b0fb4a6d72b2b3dc94032f9ec290ebcd004 Author: Marijke Hengstmengel <MHengstmengel@remedy.nl> Date: Mon Jun 18 15:04:13 2012 +0200 * CIAO/bin/ciao_tests.lst: * CIAO/ciao/Containers/Container_Base.idl: * CIAO/ciao/Containers/Container_Base_T.cpp: * CIAO/ciao/Containers/Container_Base_T.h: * CIAO/ciao/Containers/Session/Session_Container.cpp: * CIAO/ciao/Containers/Session/Session_Container.h: * CIAO/ciao/Deployment/Handlers/Component_Handler.cpp: Remove (un)install_service_reference frm session- to base container Renamed (un)install_service_reference_obj to (un)install_service_component_reference Added extra checks. * CIAO/tests/TTSCTest/Sender/Sender_exec.cpp: * CIAO/tests/TTSCTest/TTSConnector/TTSConnector_conn.cpp: Use ACE_time_value in handle_timeout. * CIAO/ciao/Base/CIAO_Properties.idl: * CIAO/tests/TTSCTest/TimeTriggerServiceConnector.odt: * CIAO/tests/TTSCTest/descriptors/DeploymentPlan.cdp: Renamed ConfigPropertye FacetServiceId to ServiceReference commit 50b0fe093573fead1c9467b4554bbb99ca64612d Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Fri Jun 15 11:38:28 2012 +0200 * CIAO/ChangeLog.BRANCH: No need anymore for a branch changelog, git log will list all changes commit 46251df1af9301ac288eb4b20043dd22dce5ab35 Author: Marijke Hengstmengel <MHengstmengel@remedy.nl> Date: Thu Jun 7 14:05:52 2012 +0200 Removed and added comments. commit d9001269233f15621aea6a10d589e9719c3cb1c1 Author: Marijke Hengstmengel <MHengstmengel@remedy.nl> Date: Thu Jun 7 13:47:20 2012 +0200 Added the use of separate configproperties for ServiceName and portname in a cdp file commit e3012f925994adfdcb516de79aed021814705566 Author: Marijke Hengstmengel <MHengstmengel@remedy.nl> Date: Tue Jun 5 12:06:33 2012 +0200 Tue June 5 10:02:03 UTC 2012 Marijke Hengstmengel <mhengstmengel@remedy.nl> * tests/TTSCTest/TimeTriggerServiceConnector.odt: * tests/TTSCTest/Sender/Sender_exec.cpp: * tests/TTSCTest/Sender/Sender_exec.h: * tests/TTSCTest/TTSConnector/TTSConnector.idl: * tests/TTSCTest/TTSConnector/TTSConnector_conn.cpp: * tests/TTSCTest/TTSConnector/TTSConnector_conn.h: * tests/TTSCTest/descriptors/DeploymentPlan.cdp: Changed naming and typedefs. * tests/TTSCTest/TimeTriggerServiceConnector.pdf: Removed commit a8a163c9d8e84fdfd6aba54ff0531efca5133d1e Author: Marijke Hengstmengel <MHengstmengel@remedy.nl> Date: Thu May 31 16:03:35 2012 +0200 Thu May 31 14:03:03 UTC 2012 Marijke Hengstmengel <mhengstmengel@remedy.nl> * bin/ciao_tests.lst Corrected path to TTSConnector test: TimeTrigger ServiceConnector commit f76a9cc488f02ed945b58782afa386fc088fdac1 Author: Marijke Hengstmengel <MHengstmengel@remedy.nl> Date: Thu May 31 15:43:21 2012 +0200 Thu May 31 13:406:03 UTC 2012 Marijke Hengstmengel <mhengstmengel@remedy.nl> * tests/TTSCTest/Sender/Sender.idl * tests/TTSCTest/descriptors/DeploymentPlan.cdp * tests/TTSCTest/TimeTriggerSeviceConnector.pdf Add document and removed debug lines. commit c5aaf93075ac6370a23ca6e6d7c63ccd31efa6ff Author: Marijke Hengstmengel <MHengstmengel@remedy.nl> Date: Thu May 31 12:39:40 2012 +0200 Thu May 31 10:36:03 UTC 2012 Marijke Hengstmengel <mhengstmengel@remedy.nl> * bin/ciao_tests.lst Add TTSConnector test: TimeTrigger ServiceConnector commit de4da760c21c86f0b50f604d0d0bb18e3b00c11b Author: Marijke Hengstmengel <MHengstmengel@remedy.nl> Date: Thu May 31 12:34:30 2012 +0200 Thu May 31 10:26:03 UTC 2012 Marijke Hengstmengel <mhengstmengel@remedy.nl> * ciao/Base/CIAO_Properties.idl * ciao/Containers/Container_Base.idl * ciao/Containers/Container_Base_T.cpp * ciao/Containers/Container_Base_T.h * ciao/Containers/Session/Session_Container.cpp * ciao/Containers/Session/Session_Container.h * ciao/Deployment/Handlers/Component_Handler.cpp Implemented get_local_facet. Use port-name in Config property. * tests/TTSCTest/Base/Base.idl * tests/TTSCTest/Base/Base.mpc Deleted * tests/TTSCTest/Sender/Sender.idl * tests/TTSCTest/Sender/Sender.mpc * tests/TTSCTest/Sender/Sender_exec.cpp * tests/TTSCTest/Sender/Sender_exec.h * tests/TTSCTest/TTSConnector/TTSConnector.idl * tests/TTSCTest/TTSConnector/TTSConnector.mpc * tests/TTSCTest/TTSConnector/TTSConnector_conn.cpp * tests/TTSCTest/TTSConnector/TTSConnector_conn.h * tests/TTSCTest/descriptors/DeploymentPlan.cdp Completed test , use local interface connector and time struct commit 2b4d033f94ffcd83db90c2eb1509e1cb2559d61c Author: Marijke Hengstmengel <MHengstmengel@remedy.nl> Date: Thu May 24 17:44:45 2012 +0200 Thu May 24 15:36:03 UTC 2012 Marijke Hengstmengel <mhengstmengel@remedy.nl> * ciao/Base/CIAO_Properties.idl: * ciao/Containers/Session/Session_Container.cpp: * ciao/Deployment/Handlers/Component_Handler.cpp: * tests/TTSCTest/Base/Base.idl: * tests/TTSCTest/Sender/Sender.idl: * tests/TTSCTest/Sender/Sender_exec.cpp: * tests/TTSCTest/Sender/Sender_exec.h: * tests/TTSCTest/TTSConnector/TTSConnector.idl: * tests/TTSCTest/descriptors/DeploymentPlan.cdp: * modified: tests/TTSCTest/descriptors/run_test.pl: install_service_ref via cdp and via resolve_service_ref in Sender, it is now possible to get a facet from the connector. commit 30f5e90d95adabe0d7f39f362da37d1b3d6460e2 Author: Marijke Hengstmengel <MHengstmengel@remedy.nl> Date: Thu May 24 12:37:57 2012 +0200 Thu May 24 10:36:03 UTC 2012 Marijke Hengstmengel <mhengstmengel@remedy.nl> * CIAO/TTSCTest/Base/Base.idl: * CIAO/TTSCTest/Base/Base.mpc: * CIAO/TTSCTest/Sender/Sender.idl: * CIAO/TTSCTest/Sender/Sender.mpc: * CIAO/TTSCTest/Sender/Sender_exec.cpp: * CIAO/TTSCTest/Sender/Sender_exec.h: * CIAO/TTSCTest/TTSConnector/TTSConnector.idl: * CIAO/TTSCTest/TTSConnector/TTSConnector.mpc: * CIAO/TTSCTest/TTSConnector/TTSConnector_conn.cpp: * CIAO/TTSCTest/TTSConnector/TTSConnector_conn.h: * CIAO/TTSCTest/descriptors/DeploymentPlan.cdp: * CIAO/TTSCTest/descriptors/run_test.pl: Start for test TimeTrigger Service-Connector commit eb171f8a57639871888adef323762d232f83959e Author: Marijke Hengstmengel <MHengstmengel@remedy.nl> Date: Thu May 24 12:27:35 2012 +0200 Thud May 24 10:11:03 UTC 2012 Marijke Hengstmengel <mhengstmengel@remedy.nl> * CIAO/ciao/Containers/Container_Base.idl * CIAO/ciao/Containers/Container_Base_T.cpp * CIAO/ciao/Containers/Container_Base_T.h * CIAO/ciao/Containers/Session/Session_Container.cpp * CIAO/ciao/Containers/Session/Session_Container.h * CIAO/ciao/Deployment/Handlers/Component_Handler.cpp Changes for registering and resolving service reference on session container
* Fri Jun 15 09:14:56 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2012-06-153-185/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ciao/Deployment/Handlers/CIAO_Deployment_Handlers.mpc: * MPC/config/ccm_extension_stub.mpb: * MPC/config/ciao_extension_container.mpb: * MPC/config/ciao_extension_container_stub.mpb: * ccm/Extension: * ccm/Extension/CCM_ClientContainerInterceptor.idl: * ccm/Extension/CCM_ClientContainerInterceptorRegistration.idl: * ccm/Extension/CCM_ContainerClientRequestInfo.idl: * ccm/Extension/CCM_ContainerInterceptor.idl: * ccm/Extension/CCM_ContainerRequestInfo.idl: * ccm/Extension/CCM_ContainerServantRequestInfo.idl: * ccm/Extension/CCM_ContainerServerRequestInfo.idl: * ccm/Extension/CCM_ContainerStubRequestInfo.idl: * ccm/Extension/CCM_ExtensionComponent.idl: * ccm/Extension/CCM_ExtensionContext.idl: * ccm/Extension/CCM_InvalidRegistration.idl: * ccm/Extension/CCM_QoS.idl: * ccm/Extension/CCM_ServantContainerInterceptor.idl: * ccm/Extension/CCM_ServantContainerInterceptorRegistration.idl: * ccm/Extension/CCM_ServerContainerInterceptor.idl: * ccm/Extension/CCM_ServerContainerInterceptorRegistration.idl: * ccm/Extension/CCM_StubContainerInterceptor.idl: * ccm/Extension/CCM_StubContainerInterceptorRegistration.idl: * ccm/Extension/CCM_extension.mpc: * ciao/Containers/Extension: * ciao/Containers/Extension/ClientContainerInterceptorRegistration_Impl.h: * ciao/Containers/Extension/ClientContainerInterceptorRegistration_Impl.cpp: * ciao/Containers/Extension/Extension_Container.h: * ciao/Containers/Extension/Extension_Container.cpp: * ciao/Containers/Extension/Extension_Container.idl: * ciao/Containers/Extension/Extension_Container.mpc: * ciao/Containers/Extension/Interceptor_Registration_T.h: * ciao/Containers/Extension/Interceptor_Registration_T.cpp: * ciao/Containers/Extension/README: * ciao/Containers/Extension/ServantContainerInterceptorRegistration_Impl.h: * ciao/Containers/Extension/ServantContainerInterceptorRegistration_Impl.cpp: * ciao/Containers/Extension/ServerContainerInterceptorRegistration_Impl.h: * ciao/Containers/Extension/ServerContainerInterceptorRegistration_Impl.cpp: * ciao/Containers/Extension/StubContainerInterceptorRegistration_Impl.h: * ciao/Containers/Extension/StubContainerInterceptorRegistration_Impl.cpp: * ciao/Contexts/Extension: * ciao/Contexts/Extension/Extension_Context_T.h: * ciao/Contexts/Extension/Extension_Context_T.cpp: * ciao/Contexts/Extension/README: * ciao/Servants/Extension: * ciao/Servants/Extension/README: * ciao/Servants/Extension/Servant_Impl_T.h: * ciao/Servants/Extension/Servant_Impl_T.cpp: * tests/COPI: * tests/COPI/Registration: * tests/COPI/Registration/Client: * tests/COPI/Registration/Client/Component: * tests/COPI/Registration/Client/Component/Component.idl: * tests/COPI/Registration/Client/Component/Component.mpc: * tests/COPI/Registration/Client/Component/Component_exec.h: * tests/COPI/Registration/Client/Component/Component_exec.cpp: * tests/COPI/Registration/Client/descriptors: * tests/COPI/Registration/Client/descriptors/Plan.cdp: * tests/COPI/Registration/Client/descriptors/run_test.pl: * tests/COPI/Registration/Servant: * tests/COPI/Registration/Servant/Component: * tests/COPI/Registration/Servant/Component/Component.idl: * tests/COPI/Registration/Servant/Component/Component.mpc: * tests/COPI/Registration/Servant/Component/Component_exec.h: * tests/COPI/Registration/Servant/Component/Component_exec.cpp: * tests/COPI/Registration/Servant/descriptors: * tests/COPI/Registration/Servant/descriptors/Plan.cdp: * tests/COPI/Registration/Servant/descriptors/run_test.pl: * tests/COPI/Registration/Server: * tests/COPI/Registration/Server/Component: * tests/COPI/Registration/Server/Component/Component.idl: * tests/COPI/Registration/Server/Component/Component.mpc: * tests/COPI/Registration/Server/Component/Component_exec.h: * tests/COPI/Registration/Server/Component/Component_exec.cpp: * tests/COPI/Registration/Server/descriptors: * tests/COPI/Registration/Server/descriptors/Plan.cdp: * tests/COPI/Registration/Server/descriptors/run_test.pl: * tests/COPI/Registration/Stub: * tests/COPI/Registration/Stub/Component: * tests/COPI/Registration/Stub/Component/Component.idl: * tests/COPI/Registration/Stub/Component/Component.mpc: * tests/COPI/Registration/Stub/Component/Component_exec.h: * tests/COPI/Registration/Stub/Component/Component_exec.cpp: * tests/COPI/Registration/Stub/descriptors: * tests/COPI/Registration/Stub/descriptors/Plan.cdp: * tests/COPI/Registration/Stub/descriptors/run_test.pl: * tests/IDL_Test/Extension: * tests/IDL_Test/Extension/Cornucopia.idl: * tests/IDL_Test/Extension/Cornucopia.mpc: Removed the disabled extension container from CIAO. We started with this container as part of QoS4CCM some time ago, but never finished it. The extension container is really CORBA specific and doesn't fit into our plans for CIAO to make it a Common Component Model implementation.
* Mon Dec 12 07:33:25 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2011-12-124-22/+22
| | | | | | | | | | | Merged changes from our work branch. Facet servants are now generated as C++ template at the moment the interface is declared, this reduces the amount of code generated heavily. Component/Connector context is now also generated as C++ template
* Wed Nov 02 08:30:13 UTC 2011 Martin Corino <mcorino@remedy.nl>mcorino2011-11-022-7/+23
| | | | | | Merged changes from Remedy work branch.
* Tue Oct 20 09:30:13 UTC 2011 Martin Corino <mcorino@remedy.nl>mcorino2011-10-202-2/+26
| | | | | | Merged changes from Remedy work branch.
* reverting bad mergeWilliam R. Otte2011-06-143-162/+0
|
* Tue Jun 14 18:50:43 UTC 2011 Akshay V. Dabholkar <aky@dre.vanderbilt.edu>aky2011-06-143-0/+162
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * CIAO_TAO_DAnCE.mwc: * ciao/Containers/FTSession: * ciao/Containers/FTSession/FT_Session_Container.h: * ciao/Containers/FTSession/FT_Session_Container.idl: * ciao/Containers/FTSession/FT_Session_Container.inl: * ciao/Containers/FTSession/FT_Session_Container.cpp: * ciao/Containers/FTSession/FT_Session_Container.mpc: * ciao/Containers/FTSession/FT_Session_Container_export.h: * ciao/Containers/Generic/ClientContainerInterceptorRegistration_Impl.h: * ciao/Containers/Generic/Generic_Container.idl: * ciao/Containers/Generic/ServantContainerInterceptorRegistration_Impl.h: * ciao/Containers/Generic/ServerContainerInterceptorRegistration_Impl.h: * ciao/Containers/Generic/StubContainerInterceptorRegistration_Impl.h: * ciao/Containers/Swapping: * ciao/Containers/Swapping/Dynamic_Component_Activator.h: * ciao/Containers/Swapping/Dynamic_Component_Activator.inl: * ciao/Containers/Swapping/Dynamic_Component_Activator.cpp: * ciao/Containers/Swapping/Swapping_Container.h: * ciao/Containers/Swapping/Swapping_Container.inl: * ciao/Containers/Swapping/Swapping_Container.cpp: * ciao/Containers/Swapping/Swapping_Container.mpc: * ciao/Containers/Swapping/Swapping_Container_export.h: * ciao/Contexts/Swapping: * ciao/Contexts/Swapping/CIAO_UpgradeableContext.idl: * ciao/Contexts/Swapping/Upgradeable_Context_Impl_T.h: * ciao/Contexts/Swapping/Upgradeable_Context_Impl_T.cpp: * ciao/FTComponentServer: * ciao/FTComponentServer/CIAO_CS_Client.idl: * ciao/FTComponentServer/CIAO_CS_Client_svnt_export.h: * ciao/FTComponentServer/CIAO_ComponentInstallation_Impl.h: * ciao/FTComponentServer/CIAO_ComponentInstallation_Impl.cpp: * ciao/FTComponentServer/CIAO_ComponentServer.idl: * ciao/FTComponentServer/CIAO_ComponentServer.mpc: * ciao/FTComponentServer/CIAO_Container_Impl.h: * ciao/FTComponentServer/CIAO_Container_Impl.cpp: * ciao/FTComponentServer/CIAO_FTComponentServer.h: * ciao/FTComponentServer/CIAO_FTComponentServer.cpp: * ciao/FTComponentServer/CIAO_FTComponentServer_Impl.h: * ciao/FTComponentServer/CIAO_FTComponentServer_Impl.cpp: * ciao/FTComponentServer/CIAO_FTComponentServer_stub_export.h: * ciao/FTComponentServer/CIAO_FTComponentServer_svnt_export.h: * ciao/FTComponentServer/CIAO_Properties.idl: * ciao/FTComponentServer/CIAO_ServerActivator_Impl.h: * ciao/FTComponentServer/CIAO_ServerActivator_Impl.cpp: * ciao/FTComponentServer/CIAO_ServerResources.idl: * ciao/FTComponentServer/Configurator_Factory.h: * ciao/FTComponentServer/Configurator_Factory.cpp: * ciao/FTComponentServer/Configurators: * ciao/FTComponentServer/Configurators/Basic_Config_Manager.h: * ciao/FTComponentServer/Configurators/Basic_Config_Manager.inl: * ciao/FTComponentServer/Configurators/Basic_Config_Manager.cpp: * ciao/FTComponentServer/Configurators/Basic_Config_Manager_export.h: * ciao/FTComponentServer/Configurators/Basic_Configurator_export.h: * ciao/FTComponentServer/Configurators/ComponentServer_Configurator_export.h: * ciao/FTComponentServer/Configurators/Config_Manager.h: * ciao/FTComponentServer/Configurators/Config_Manager.cpp: * ciao/FTComponentServer/Configurators/Configurators.mpc: * ciao/FTComponentServer/Configurators/NA_Configurator_Export.h: * ciao/FTComponentServer/Configurators/NoOp: * ciao/FTComponentServer/Configurators/NoOp/FT_NoOp_Configurator.mpc: * ciao/FTComponentServer/Configurators/NoOp/NoOp_Configurator.h: * ciao/FTComponentServer/Configurators/NoOp/NoOp_Configurator.cpp: * ciao/FTComponentServer/Configurators/NoOp/NoOp_Configurator_export.h: * ciao/FTComponentServer/Configurators/RT: * ciao/FTComponentServer/Configurators/RT/RTConfig_Manager.h: * ciao/FTComponentServer/Configurators/RT/RTConfig_Manager.inl: * ciao/FTComponentServer/Configurators/RT/RTConfig_Manager.cpp: * ciao/FTComponentServer/Configurators/RT/RTNA_Configurator_Export.h: * ciao/FTComponentServer/Configurators/RTNodeApp_Configurator.h: * ciao/FTComponentServer/Configurators/RTNodeApp_Configurator.cpp: * ciao/FTComponentServer/Configurators/Server_Configurator.h: * ciao/FTComponentServer/Configurators/Server_Configurator.cpp: * ciao/FTComponentServer/Name_Helper_T.h: * ciao/Servants/Swapping: * ciao/Servants/Swapping/CIAO_SwapExec.idl: * ciao/Servants/Swapping/CIAO_Swapping_Servant_export.h: * ciao/Servants/Swapping/Dynamic_Component_Servant_Base.h: * ciao/Servants/Swapping/Dynamic_Component_Servant_Base.cpp: * ciao/Servants/Swapping/Dynamic_Component_Servant_T.h: * ciao/Servants/Swapping/Dynamic_Component_Servant_T.cpp: * ciao/Servants/Swapping/Swapping_Servant_Home_Impl_Base.h: * ciao/Servants/Swapping/Swapping_Servant_Home_Impl_Base.cpp: * ciao/Servants/Swapping/Swapping_Servant_Home_Impl_T.h: * ciao/Servants/Swapping/Swapping_Servant_Home_Impl_T.cpp: * ciao/Servants/Swapping/Swapping_Servants.mpc: Started CORFU and SwapCIAO integration
* Mon Oct 18 13:49:56 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2010-10-182-20/+16
| | | | | | | | | | | | * ciao/Contexts/Session/Session_Context_T.h: * ciao/Contexts/Session/Session_Context_T.cpp: Don't cache the component * ciao/Deployment/Handlers/Container_Handler.cpp: Fixed some leaks * connectors/dds4ccm/impl/DomainParticipantManager.cpp: Added a debug statement to show when we are finalizing dds
* Mon Oct 4 18:15:41 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2010-10-041-6/+5
| | | | | | | | | | | | | | | | | | | * CIAO-INSTALL.html: Minor updates * COPYING: Small update * ciao/Base/Client_init.h: * ciao/Containers/Extension/Extension_Container.cpp: * ciao/Contexts/Session/Session_Context_T.cpp: * ciao/Deployment/Handlers/CIAO_Handler_Common.cpp: * ciao/Deployment/Handlers/Homed_Component_Handler.cpp: * ciao/Servants/Connector_Servant_Impl_Base.h: Layout changes * ciao/Servants/Servant_Impl_Base.h: Fixed merge problem
* Fri Oct 1 13:03:01 UTC 2010 Marcel Smit <msmit@remedy.nl>msmit2010-10-012-13/+13
| | | | | | | | | | | | | | | | | | | | | * ciao/Containers/Extension/ClientContainerInterceptorRegistration_Impl.h: * ciao/Containers/Extension/ClientContainerInterceptorRegistration_Impl.cpp: * ciao/Containers/Extension/Extension_Container.h: * ciao/Containers/Extension/Extension_Container.cpp: * ciao/Containers/Extension/Extension_Container.idl: * ciao/Containers/Extension/Extension_Container.mpc: * ciao/Containers/Extension/Interceptor_Registration_T.h: * ciao/Containers/Extension/Interceptor_Registration_T.cpp: * ciao/Containers/Extension/ServantContainerInterceptorRegistration_Impl.h: * ciao/Containers/Extension/ServantContainerInterceptorRegistration_Impl.cpp: * ciao/Containers/Extension/ServerContainerInterceptorRegistration_Impl.h: * ciao/Containers/Extension/ServerContainerInterceptorRegistration_Impl.cpp: * ciao/Containers/Extension/StubContainerInterceptorRegistration_Impl.h: * ciao/Containers/Extension/StubContainerInterceptorRegistration_Impl.cpp: * ciao/Contexts/Extension/Extension_Context_T.h: * ciao/Contexts/Extension/Extension_Context_T.cpp: Implemented the registration of Container Portable Interceptors within CIAO. This is part of the Extension Container.
* Wed Sep 29 10:23:38 UTC 2010 Marcel Smit <msmit@remedy.nl>msmit2010-09-291-5/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | * ccm/CCM_CCMException.idl: * ciao/Containers/Container_Base_T.cpp: * ciao/Containers/Extension/Extension_Container.h: * ciao/Containers/Extension/Extension_Container.idl: * ciao/Containers/Extension/Extension_Container.cpp: Added and implemented install_service_reference, uninstall_service_reference, and, resolve_service_reference. * ciao/Containers/Servant_Activator.h: * ciao/Contexts/Extension/Extension_Context_T.cpp: Calling new implemented methods (install_service_refence and uninstall_service_reference). * ciao/Servants/Connector_Servant_Impl_Base.h: * ciao/Servants/Connector_Servant_Impl_Base.cpp: * ciao/Servants/Connector_Servant_Impl_Utils_T.cpp: * ciao/Servants/Servant_Impl_Base.h: * ciao/Servants/Servant_Impl_Base.cpp: * ciao/Servants/Servant_Impl_Utils_T.cpp: Replaced ACE_Array_Map with a std::map.
* Mon Sep 27 07:30:13 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2010-09-271-1/+1
| | | | | | | | | | | | * ciao/Base/CIAO_Base.mpc: * ciao/Contexts/Extension/Extension_Context_T.cpp: * ciao/Servants/Connector_Servant_Impl_Base.h: * ciao/Servants/Connector_Servant_Impl_Base.cpp: * ciao/Servants/Home_Servant_Impl_T.cpp: Several cleanup and layout changes * ciao/Base/CIAO_FailureReasons.idl: Removed this file, not needed anymore
* Mon Sep 27 07:09:14 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2010-09-272-2/+2
| | | | | | * ciao/Contexts/Extension/Extension_Context_T.cpp: * ciao/Contexts/Session/Session_Context_T.cpp: Fixed compile problems
* (no commit message)Johnny Willemsen2010-09-261-3/+3
|
* (no commit message)Johnny Willemsen2010-09-261-7/+0
|
* (no commit message)Johnny Willemsen2010-09-261-3/+3
|
* Fri Sep 24 18:08:37 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2010-09-242-12/+21
| | | | | | | | | | | * ciao/Containers/Extension/Extension_Container.idl: * ciao/Contexts/Extension/Extension_Context_T.h: * ciao/Contexts/Extension/Extension_Context_T.cpp: * ciao/Servants/Extension/Servant_Impl_T.h: * ciao/Servants/Extension/Servant_Impl_T.cpp: * ciao/Servants/Home_Servant_Impl_T.cpp: Another set of changes for extension components, more will follow next week together with some changes to all mpc files
* (no commit message)Johnny Willemsen2010-09-241-1/+1
|
* Fri Sep 24 14:14:45 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2010-09-244-24/+18
| | | | | | | | | | | | * ciao/Contexts/Extension/Extension_Context_T.h: * ciao/Contexts/Extension/Extension_Context_T.cpp: * ciao/Contexts/Session/Session_Context_T.h: * ciao/Contexts/Session/Session_Context_T.cpp: * ciao/Contexts/Extension/ExtensionContext_T.h: * ciao/Contexts/Extension/ExtensionContext_T.cpp: * ciao/Contexts/Session/Context_Impl_T.h: * ciao/Contexts/Session/Context_Impl_T.cpp: Renamed files and started with extension context and container
* Fri Sep 24 11:51:59 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2010-09-249-163/+120
| | | | | | | | | | | | | | | | | | | | * MPC/config/ami4ccm_lem_stub.mpb: * MPC/config/ciao_servant.mpb: * ciao/Containers/Containers.mpc: * ciao/Contexts/Context.mpc: * ciao/Contexts/Context_Impl_Base_T.h: * ciao/Contexts/Context_Impl_Base_T.cpp: * ciao/Contexts/Extension/ExtensionContext_T.h: * ciao/Contexts/Extension/ExtensionContext_T.cpp: * ciao/Contexts/Session/Context_Impl_T.h: * ciao/Contexts/Session/Context_Impl_T.cpp: * ciao/Deployment/Interceptors/Deployment_Interceptors.h: * MPC/config/ciao_context_impl.mpb: * ciao/Contexts/Context_Impl_Base.h: * ciao/Contexts/Context_Impl_Base.cpp: * ciao/Contexts/Context_Impl_export.h: CIAO context base is now a C++ template so that we can store a typed container object reference
* Thu Sep 23 10:40:37 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2010-09-231-1/+1
| | | | | | | | | | | | | | | | | | | | | * MPC/config/ciao_container_base_stub.mpb: * MPC/config/ciao_context_impl.mpb: * MPC/config/ciao_executor.mpb: * MPC/config/ciao_extension_container.mpb: * MPC/config/ciao_extension_container_stub.mpb: * MPC/config/ciao_servant.mpb: * MPC/config/ciao_servant_activator.mpb: * MPC/config/ciao_session_container.mpb: * MPC/config/ciao_session_container_stub.mpb: * ciao/Containers/CIAO_Servant_Activator.mpc: * ciao/Containers/Containers.mpc: * ciao/Containers/Extension/Extension_Container.mpc: * ciao/Containers/Session/Session_Container.mpc: * ciao/Contexts/Context.mpc: * ciao/Servants/Servants.mpc: * MPC/config/ciao_container_base.mpb: More refactoring of base projects, put the generated stubs in their own shared library, that breaks a lot of dependencies
* Wed Sep 22 10:07:13 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2010-09-222-2/+2
| | | | | | | | * ciao/Contexts/Extension/ExtensionContext_T.h: * ciao/Contexts/Extension/ExtensionContext_T.cpp: * ciao/Servants/Extension/Servant_Impl_T.h: * ciao/Servants/Extension/Servant_Impl_T.cpp: Some more extension infrastructure
* Wed Sep 22 09:20:33 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2010-09-222-2/+2
| | | | | | | | | | | | * ciao/Containers/Container_Base_T.h: * ciao/Containers/Session/Session_Container.h: * ciao/Contexts/Extension/ExtensionContext_T.h: * ciao/Contexts/Extension/ExtensionContext_T.cpp: * ciao/Servants/Home_Servant_Impl_Base.h: * ciao/Servants/Home_Servant_Impl_Base.cpp: * ciao/Servants/Home_Servant_Impl_T.h: * ciao/Servants/Home_Servant_Impl_T.cpp: Changes for Session_Container
* Wed Sep 22 08:52:54 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2010-09-224-14/+15
| | | | | | | | | | | | | | * ciao/Containers/Container_Base_T.h: * ciao/Containers/Session/Session_Container.h: * ciao/Containers/Session/Session_Container.cpp: * ciao/Contexts/Context_Impl_Base.h: * ciao/Contexts/Context_Impl_Base.cpp: * ciao/Contexts/Session/Context_Impl_T.h: * ciao/Contexts/Session/Context_Impl_T.cpp: * ciao/Deployment/Handlers/Container_Handler.cpp: * ciao/Servants/Session/Servant_Impl_T.h: * ciao/Servants/Session/Servant_Impl_T.cpp: Use Session_Container for entry points
* Fixed fuzzJohnny Willemsen2010-09-212-2/+3
|
* Tue Sep 21 10:22:45 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2010-09-213-122/+97
| | | | | | | | * ciao/Contexts/Extension/ExtensionContext_T.h: * ciao/Contexts/Extension/ExtensionContext_T.cpp: * ciao/Contexts/Extension/ExtensionContext.h: * ciao/Contexts/Extension/ExtensionContext.cpp: Renamed to _T and converted to a C++ template
* Tue Sep 21 07:06:44 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2010-09-214-8/+25
| | | | | | | | | | | | | | | | | | * ciao/Contexts/Context_Impl_Base.h: * ciao/Contexts/Context_Impl_Base.cpp: * ciao/Contexts/Session/Context_Impl_T.h: * ciao/Contexts/Session/Context_Impl_T.cpp: * ciao/Servants/Session/Servant_Impl_T.cpp: For the moment readded the instance id as ciao specific method, but this will go away at some moment again, resolve_service_reference is a much better way to get access to some new idl interface that delivers more meta data to a component * performance-tests/Protocols/Receiver/Receiver_exec.h: * performance-tests/Protocols/Receiver/Receiver_exec.cpp: * performance-tests/Protocols/Sender/Sender_exec.h: * performance-tests/Protocols/Sender/Sender_exec.cpp: Updated because of the removed ciao specific context
* Mon Sep 20 14:36:39 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2010-09-202-13/+1
| | | | | | | | | | | | | | * ciao/Contexts/Context_Impl_Base.h: * ciao/Contexts/Session/Context_Impl_T.h: Cleanup * ciao/Servants/Servants.mpc: Removed files * ciao/Valuetype_Factories/ConfigValue.h: * ciao/Valuetype_Factories/ConfigValue.cpp: * ciao/Valuetype_Factories/Cookies.h: Layout changes
* Mon Sep 20 13:38:09 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2010-09-202-19/+3
| | | | | | * ciao/Contexts/Session/Context_Impl_T.h: * ciao/Contexts/Session/Context_Impl_T.cpp: Cleanup
* (no commit message)Johnny Willemsen2010-09-202-168/+0
|
* (no commit message)Johnny Willemsen2010-09-201-1/+1
|
* (no commit message)Johnny Willemsen2010-09-202-0/+152
|
* Mon Sep 20 09:32:28 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2010-09-202-0/+188
| | | | | | | | | | | | | | | | | | | | | | | | | | | * ccm/Extension: * ccm/Extension/CCM_ClientContainerInterceptor.idl: * ccm/Extension/CCM_ClientContainerInterceptorRegistration.idl: * ccm/Extension/CCM_ContainerClientRequestInfo.idl: * ccm/Extension/CCM_ContainerRequestInfo.idl: * ccm/Extension/CCM_ContainerServantRequestInfo.idl: * ccm/Extension/CCM_ContainerServerRequestInfo.idl: * ccm/Extension/CCM_ContainerStubRequestInfo.idl: * ccm/Extension/CCM_ExtensionComponent.idl: * ccm/Extension/CCM_ExtensionContext.idl: * ccm/Extension/CCM_QoS.idl: * ccm/Extension/CCM_ServantContainerInterceptor.idl: * ccm/Extension/CCM_ServantContainerInterceptorRegistration.idl: * ccm/Extension/CCM_ServerContainerInterceptor.idl: * ccm/Extension/CCM_ServerContainerInterceptorRegistration.idl: * ccm/Extension/CCM_StubContainerInterceptor.idl: * ccm/Extension/CCM_StubContainerInterceptorRegistration.idl: * ciao/Extension/ExtensionContext.h: * ciao/Extension/ExtensionContext.cpp: Got these files from svn history, IDL for QoS4CCM * ciao/Servants/Home_Servant_Impl_T.cpp: * ciao/Servants/Servant_Impl_Base.h: Layout changes
* Mon Sep 20 08:55:09 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2010-09-203-30/+2
| | | | | | | | | | | | | | | | | | | | | | * ccm/CCM_Context.idl: resolve_service_reference is now available with fullccm and lwccm * ciao/Containers/Container_Base.h: * ciao/Containers/Container_Base.cpp: * ciao/Containers/Container_Base.idl: Implemented resolve_service_reference for "POA" to get access to the POA of the container. * ciao/Contexts/Context_Impl_Base.h: * ciao/Contexts/Context_Impl_Base.cpp: Implemented resolve_service_reference which delegates to the container. Removed _ciao_the_Container as CIAO specific hack * ciao/Servants/Port_Activator.h: Fixed typo * ciao/Contexts/Context_Impl_Base.inl: Removed this file.
* Fri Sep 17 17:55:19 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2010-09-176-44/+6
| | | | | | | | | | | | | * ciao/Contexts/Context.mpc: No need to list all files * ciao/Contexts/Context_Impl_Base.h: * ciao/Contexts/Context_Impl_Base.inl: * ciao/Contexts/Context_Impl_Base.cpp: * ciao/Contexts/Context_Impl_T.h: * ciao/Contexts/Context_Impl_T.cpp: * ciao/Servants/Servant_Impl_T.cpp: Removed ciao_instance_id, not used
* Thu Jun 24 08:52:51 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2010-06-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * DAnCE/Config_Handlers/Config_Handlers.mpc: * DAnCE/Config_Handlers/Package_Handlers/Package_Handlers.mpc: * DAnCE/DAnCE/DAnCE_Core.mpc: * DAnCE/Deployment/Deployment_Core.mpc: * DAnCE/DomainApplication/DomainApplication.mpc: * DAnCE/DomainApplicationManager/DomainApplicationManager.mpc: * DAnCE/LocalityManager/Daemon/Locality_Manager.mpc: * DAnCE/LocalityManager/Handler/LocalityHandler.mpc: * DAnCE/LocalityManager/Scheduler/Scheduler.mpc: * DAnCE/Logger/Logger.mpc: * DAnCE/NodeApplication/NodeApplication.mpc: * DAnCE/NodeApplicationManager/NodeApplicationManager.mpc: * DAnCE/Plan_Launcher/Plan_Launcher.mpc: * DAnCE/tests/CIAO/CommandlinePassage/CommandlinePassage.mpc: * DAnCE/tests/CIAO/Components/ProcessColocation.mpc: * DAnCE/tests/CIAO/Components/Progressive.mpc: * DAnCE/tests/CIAO/Components/SimpleAttribute.mpc: * DAnCE/tests/CIAO/Components/SimpleCommon.mpc: * DAnCE/tests/CIAO/Components/SimpleConsumer.mpc: * DAnCE/tests/CIAO/Components/SimpleEmitter.mpc: * DAnCE/tests/CIAO/Components/SimpleFailure.mpc: * DAnCE/tests/CIAO/Components/SimpleLocalProvider.mpc: * DAnCE/tests/CIAO/Components/SimpleLocalUser.mpc: * DAnCE/tests/CIAO/Components/SimpleMultipleUser.mpc: * DAnCE/tests/CIAO/Components/SimpleNilFacetProvider.mpc: * DAnCE/tests/CIAO/Components/SimpleNilFacetUser.mpc: * DAnCE/tests/CIAO/Components/SimpleNull.mpc: * DAnCE/tests/CIAO/Components/SimpleProvider.mpc: * DAnCE/tests/CIAO/Components/SimplePublisher.mpc: * DAnCE/tests/CIAO/Components/SimpleUser.mpc: * DAnCE/tests/Parsing/PlanLauncher/Component/ParseError_Test_Component.mpc: * DAnCE/tools/Artifact_Installation/Artifact_Installation.mpc: * DAnCE/tools/Convert_Plan/Convert_Plan.mpc: * DAnCE/tools/Split_Plan/Split_Plan.mpc: * ccm/CCM_lem_stub.mpc: * ccm/CCM_stub.mpc: * ccm/CCM_svnt.mpc: * ccm/ComponentServer/CCM_ComponentServer.mpc: * ciao/Base/CIAO_Base.mpc: * ciao/Containers/CIAO_Servant_Activator.mpc: * ciao/Contexts/Context.mpc: * ciao/Deployment/Handlers/CIAO_Deployment_Handlers.mpc: * ciao/Deployment/Interceptors/CIAO_Deployment_Interceptors.mpc: * ciao/Logger/Logger.mpc: * ciao/Servants/Servants.mpc: * ciao/Valuetype_Factories/Factories.mpc: * connectors/ami4ccm/ami4ccm/ami4ccm.mpc: * connectors/ami4ccm/examples/Hello/Base/Hello.mpc: * connectors/ami4ccm/examples/Hello/Receiver/Hello_Receiver.mpc: * connectors/ami4ccm/examples/Hello/Sender/Hello_Sender.mpc: * connectors/ami4ccm/tests/AsynchT/Base/AsynchT.mpc: * connectors/ami4ccm/tests/AsynchT/Receiver/AsynchT_Receiver.mpc: * connectors/ami4ccm/tests/AsynchT/Sender/AsynchT_Sender.mpc: * connectors/ami4ccm/tests/DelReplyH/Base/DelReplyH.mpc: * connectors/ami4ccm/tests/DelReplyH/Receiver/DelReplyH_Receiver.mpc: * connectors/ami4ccm/tests/DelReplyH/Sender/DelReplyH_Sender.mpc: * connectors/ami4ccm/tests/Exceptions/Base/ExceptionT.mpc: * connectors/ami4ccm/tests/Exceptions/Receiver/ExceptionT_Receiver.mpc: * connectors/ami4ccm/tests/Exceptions/Sender/ExceptionT_Sender.mpc: * connectors/ami4ccm/tests/IDL_Test/AMI4CCM_IDLTest.mpc: * connectors/ami4ccm/tests/IDL_Test/Hello_Component.mpc: * connectors/ami4ccm/tests/InterInArgs/Base/InterInArgsT.mpc: * connectors/ami4ccm/tests/InterInArgs/Receiver/InterInArgsT_Receiver.mpc: * connectors/ami4ccm/tests/InterInArgs/Sender/InterInArgsT_Sender.mpc: * connectors/ami4ccm/tests/InterMulti/Base/InterMulti.mpc: * connectors/ami4ccm/tests/InterMulti/Receiver/InterMulti_Receiver.mpc: * connectors/ami4ccm/tests/InterMulti/Sender/InterMulti_Sender.mpc: * connectors/ami4ccm/tests/InterOutArgs/Base/InterOutArgsT.mpc: * connectors/ami4ccm/tests/InterOutArgs/Receiver/InterOutArgsT_Receiver.mpc: * connectors/ami4ccm/tests/InterOutArgs/Sender/InterOutArgsT_Sender.mpc: * connectors/ami4ccm/tests/InterReturn/Base/InterReturnT.mpc: * connectors/ami4ccm/tests/InterReturn/Receiver/InterReturnT_Receiver.mpc: * connectors/ami4ccm/tests/InterReturn/Sender/InterReturnT_Sender.mpc: * connectors/ami4ccm/tests/NoReplyH/Base/NoReplyH.mpc: * connectors/ami4ccm/tests/NoReplyH/Receiver/NoReplyH_Receiver.mpc: * connectors/ami4ccm/tests/NoReplyH/Sender/NoReplyH_Sender.mpc: * connectors/ami4ccm/tests/OneProcess/Base/OneProcess.mpc: * connectors/ami4ccm/tests/OneProcess/Receiver/OneProcess_Receiver.mpc: * connectors/ami4ccm/tests/OneProcess/Sender/OneProcess_Sender.mpc: * connectors/ami4ccm/tests/OneReplyH/Base/OneReplyH.mpc: * connectors/ami4ccm/tests/OneReplyH/Receiver/OneReplyH_Receiver.mpc: * connectors/ami4ccm/tests/OneReplyH/Sender/OneReplyH_Sender.mpc: * connectors/ami4ccm/tests/SimplexMulti/Base/UsesSM.mpc: * connectors/ami4ccm/tests/SimplexMulti/Receiver/UsesSM_Receiver.mpc: * connectors/ami4ccm/tests/SimplexMulti/Sender/UsesSM_Sender.mpc: * connectors/ami4ccm/tests/UsesMulti/Base/UsesMulti.mpc: * connectors/ami4ccm/tests/UsesMulti/Receiver/UsesMulti_Receiver.mpc: * connectors/ami4ccm/tests/UsesMulti/Sender/UsesMulti_Sender.mpc: * connectors/ami4ccm/tutorials/Hello/Hello_asm/Receiver_comp/src/Hello_Receiver_comp.mpc: * connectors/ami4ccm/tutorials/Hello/Hello_asm/Sender_comp/src/Hello_Sender_comp.mpc: * connectors/ami4ccm/tutorials/Hello/Hello_asm/ports/Hello.mpc: * connectors/ami4ccm/tutorials/Hello/Hello_asm/ports/Hello_defn.mpc: * connectors/dds4ccm/examples/Hello/Connector/Hello_Connector.mpc: * connectors/dds4ccm/examples/Hello/Receiver/Hello_Receiver.mpc: * connectors/dds4ccm/examples/Hello/Sender/Hello_Sender.mpc: * connectors/dds4ccm/examples/Large_Deployment/Connector/Large_Connector.mpc: * connectors/dds4ccm/examples/Large_Deployment/DDS_Pub/DDS_Pub.mpc: * connectors/dds4ccm/examples/Large_Deployment/DDS_Sub/DDS_Sub.mpc: * connectors/dds4ccm/examples/Large_Deployment/Single_Service/Single_Service.mpc: * connectors/dds4ccm/examples/Quoter/Broker/Broker.mpc: * connectors/dds4ccm/examples/Quoter/Connector/Quoter_Connector.mpc: * connectors/dds4ccm/examples/Quoter/Distributor/Distributor.mpc: * connectors/dds4ccm/examples/Shapes/Connector/Shapes_Connector.mpc: * connectors/dds4ccm/examples/Shapes/Receiver/Shapes_Receiver.mpc: * connectors/dds4ccm/examples/Shapes/Sender/Shapes_Sender.mpc: * connectors/dds4ccm/impl/dds/dds4ccm_impl.mpc: * connectors/dds4ccm/performance-tests/Keyed/Connector/Perf_Keyed_Test_Connector.mpc: * connectors/dds4ccm/performance-tests/Keyed/Receiver/Perf_Keyed_Test_Receiver.mpc: * connectors/dds4ccm/performance-tests/Keyed/Sender/Perf_Keyed_Test_Sender.mpc: * connectors/dds4ccm/performance-tests/Latency/Connector/LatencyTT_Test_Connector.mpc: * connectors/dds4ccm/performance-tests/Latency/Receiver/LatencyTT_Test_Receiver.mpc: * connectors/dds4ccm/performance-tests/Latency/Sender/LatencyTT_Test_Sender.mpc: * connectors/dds4ccm/performance-tests/Throughput/Connector/Throughput_Connector.mpc: * connectors/dds4ccm/performance-tests/Throughput/Receiver/Throughput_Receiver.mpc: * connectors/dds4ccm/performance-tests/Throughput/SecConnector/Throughput_Sec_Connector.mpc: * connectors/dds4ccm/performance-tests/Throughput/Sender/Throughput_Sender.mpc: * connectors/dds4ccm/tests/CSLDeadline/Connector/CSL_DeadlineTest_Connector.mpc: * connectors/dds4ccm/tests/CSLDeadline/Receiver/CSL_DeadlineTest_Receiver.mpc: * connectors/dds4ccm/tests/CSLDeadline/Sender/CSL_DeadlineTest_Sender.mpc: * connectors/dds4ccm/tests/CSLQoS/Connector/CSL_QoSTest_Connector.mpc: * connectors/dds4ccm/tests/CSLQoS/Receiver/CSL_QoSTest_Receiver.mpc: * connectors/dds4ccm/tests/CSLQoS/Sender/CSL_QoSTest_Sender.mpc: * connectors/dds4ccm/tests/CSLSampleRejected/Connector/CSL_SRTest_Connector.mpc: * connectors/dds4ccm/tests/CSLSampleRejected/Receiver/CSL_SRTest_Receiver.mpc: * connectors/dds4ccm/tests/CSLSampleRejected/Sender/CSL_SRTest_Sender.mpc: * connectors/dds4ccm/tests/CSLUnexpStat/Connector/CSL_USTest_Connector.mpc: * connectors/dds4ccm/tests/CSLUnexpStat/Receiver/CSL_USTest_Receiver.mpc: * connectors/dds4ccm/tests/CSLUnexpStat/Sender/CSL_USTest_Sender.mpc: * connectors/dds4ccm/tests/CoherentUpdater/Base/Reader_Starter.mpc: * connectors/dds4ccm/tests/CoherentUpdater/Connector/CoherentUpdate_Test_Connector.mpc: * connectors/dds4ccm/tests/CoherentUpdater/Receiver/CoherentUpdate_Test_Receiver.mpc: * connectors/dds4ccm/tests/CoherentUpdater/Sender/CoherentUpdate_Test_Sender.mpc: * connectors/dds4ccm/tests/CoherentWriter/Base/Reader_Starter.mpc: * connectors/dds4ccm/tests/CoherentWriter/Connector/CoherentWrite_Test_Connector.mpc: * connectors/dds4ccm/tests/CoherentWriter/Receiver/CoherentWrite_Test_Receiver.mpc: * connectors/dds4ccm/tests/CoherentWriter/Sender/CoherentWrite_Test_Sender.mpc: * connectors/dds4ccm/tests/ConnectorFilesInDiffDir/DiffDir_Connector.mpc: * connectors/dds4ccm/tests/ContentFilteredTopic/CFTNamesClash/Component/CFT_Test_Component.mpc: * connectors/dds4ccm/tests/ContentFilteredTopic/CFTNamesClash/Connector/CFT_Test_Connector.mpc: * connectors/dds4ccm/tests/ContentFilteredTopic/EventListener/Connector/CFTLE_Test_Connector.mpc: * connectors/dds4ccm/tests/ContentFilteredTopic/EventListener/Receiver/CFTLE_Test_Receiver.mpc: * connectors/dds4ccm/tests/ContentFilteredTopic/EventListener/Sender/CFTLE_Test_Sender.mpc: * connectors/dds4ccm/tests/ContentFilteredTopic/Exception/Component/Exception_Test_Component.mpc: * connectors/dds4ccm/tests/ContentFilteredTopic/Exception/Connector/Exception_Test_Connector.mpc: * connectors/dds4ccm/tests/ContentFilteredTopic/ReadGet/Base/ReadGet_Starter.mpc: * connectors/dds4ccm/tests/ContentFilteredTopic/ReadGet/Connector/ReadGet_Test_Connector.mpc: * connectors/dds4ccm/tests/ContentFilteredTopic/ReadGet/Receiver/ReadGet_Test_Receiver.mpc: * connectors/dds4ccm/tests/ContentFilteredTopic/ReadGet/Sender/ReadGet_Test_Sender.mpc: * connectors/dds4ccm/tests/ContentFilteredTopic/StateListener/Connector/CFTLS_Test_Connector.mpc: * connectors/dds4ccm/tests/ContentFilteredTopic/StateListener/Receiver/CFTLS_Test_Receiver.mpc: * connectors/dds4ccm/tests/ContentFilteredTopic/StateListener/Sender/CFTLS_Test_Sender.mpc: * connectors/dds4ccm/tests/DDSWriterEntity/Connector/Writer_Connector.mpc: * connectors/dds4ccm/tests/DDSWriterEntity/Receiver/Writer_Receiver.mpc: * connectors/dds4ccm/tests/DDSWriterEntity/Sender/Writer_Sender.mpc: * connectors/dds4ccm/tests/Derived/Derived_Connector.mpc: * connectors/dds4ccm/tests/DoubleNestedModule/Connector/DNM_Connector.mpc: * connectors/dds4ccm/tests/DoubleNestedModule/Sender/DNM_Sender.mpc: * connectors/dds4ccm/tests/Event_Connection_Test/Connector/Event_Connection_Test_Connector.mpc: * connectors/dds4ccm/tests/Event_Connection_Test/Receiver/Event_Connection_Test_Receiver.mpc: * connectors/dds4ccm/tests/Event_Connection_Test/Sender/Event_Connection_Test_Sender.mpc: * connectors/dds4ccm/tests/FixedSizeStruct/EventConnector/Connector/FSS_Event_Connector.mpc: * connectors/dds4ccm/tests/FixedSizeStruct/StateConnector/Connector/FSS_State_Connector.mpc: * connectors/dds4ccm/tests/GetComponent/Event/Component/GCE_Test_Component.mpc: * connectors/dds4ccm/tests/GetComponent/Event/Connector/GCE_Test_Connector.mpc: * connectors/dds4ccm/tests/GetComponent/State/Component/GCS_Test_Component.mpc: * connectors/dds4ccm/tests/GetComponent/State/Connector/GCS_Test_Connector.mpc: * connectors/dds4ccm/tests/Getter/Base/Get_Invoker.mpc: * connectors/dds4ccm/tests/Getter/Connector/Getter_Test_Connector.mpc: * connectors/dds4ccm/tests/Getter/Receiver/Getter_Test_Receiver.mpc: * connectors/dds4ccm/tests/Getter/Sender/Getter_Test_Sender.mpc: * connectors/dds4ccm/tests/InstanceHandle/Connector/Writer_Connector.mpc: * connectors/dds4ccm/tests/InstanceHandle/Sender/Writer_Sender.mpc: * connectors/dds4ccm/tests/KeyedSamples/Connector/Keyed_Test_Connector.mpc: * connectors/dds4ccm/tests/KeyedSamples/Receiver/Keyed_Test_Receiver.mpc: * connectors/dds4ccm/tests/KeyedSamples/Sender/Keyed_Test_Sender.mpc: * connectors/dds4ccm/tests/KeyedWriter/Connector/Writer_Connector.mpc: * connectors/dds4ccm/tests/KeyedWriter/Receiver/Writer_Receiver.mpc: * connectors/dds4ccm/tests/KeyedWriter/Sender/Writer_Sender.mpc: * connectors/dds4ccm/tests/ListenManyByMany/Connector/LMBM_Test_Connector.mpc: * connectors/dds4ccm/tests/ListenManyByMany/Receiver/LMBM_Test_Receiver.mpc: * connectors/dds4ccm/tests/ListenManyByMany/Sender/LMBM_Test_Sender.mpc: * connectors/dds4ccm/tests/ListenNotEnabled/Connector/LNE_Test_Connector.mpc: * connectors/dds4ccm/tests/ListenNotEnabled/Receiver/LNE_Test_Receiver.mpc: * connectors/dds4ccm/tests/ListenNotEnabled/Sender/LNE_Test_Sender.mpc: * connectors/dds4ccm/tests/ListenOneByOne/Connector/LOBO_Test_Connector.mpc: * connectors/dds4ccm/tests/ListenOneByOne/Receiver/LOBO_Test_Receiver.mpc: * connectors/dds4ccm/tests/ListenOneByOne/Sender/LOBO_Test_Sender.mpc: * connectors/dds4ccm/tests/NoModule/NoModule_Connector.mpc: * connectors/dds4ccm/tests/NonChangeableAttribute/Component/NonChangeable_Component.mpc: * connectors/dds4ccm/tests/NonChangeableAttribute/Connector/NonChangeable_Connector.mpc: * connectors/dds4ccm/tests/On_Inconsistent_Topic/Receiver/OIT_Test_Receiver.mpc: * connectors/dds4ccm/tests/On_Inconsistent_Topic/ReceiverConnector/OIT_Receiver_Connector.mpc: * connectors/dds4ccm/tests/On_Inconsistent_Topic/Sender/OIT_Test_Sender.mpc: * connectors/dds4ccm/tests/On_Inconsistent_Topic/SenderConnector/OIT_Sender_Connector.mpc: * connectors/dds4ccm/tests/OneFile/Multiple/OFM_Connector.mpc: * connectors/dds4ccm/tests/OneFile/Single/OneFile_Connector.mpc: * connectors/dds4ccm/tests/PSAT/ccm_dds_psat.mpc: * connectors/dds4ccm/tests/PSLDeadline/Connector/PSL_DeadlineTest_Connector.mpc: * connectors/dds4ccm/tests/PSLDeadline/Receiver/PSL_DeadlineTest_Receiver.mpc: * connectors/dds4ccm/tests/PSLDeadline/Sender/PSL_DeadlineTest_Sender.mpc: * connectors/dds4ccm/tests/PSLSampleLost/Connector/PSL_SampleLost_Connector.mpc: * connectors/dds4ccm/tests/PSLSampleLost/Receiver/PSL_SampleLost_Receiver.mpc: * connectors/dds4ccm/tests/PSLSampleLost/Sender/PSL_SampleLost_Sender.mpc: * connectors/dds4ccm/tests/PortUsage/EventComponent/PortUsageEvent_Component.mpc: * connectors/dds4ccm/tests/PortUsage/EventConnector/PortUsageEvent_Connector.mpc: * connectors/dds4ccm/tests/PortUsage/StateComponent/PortUsageState_Component.mpc: * connectors/dds4ccm/tests/PortUsage/StateConnector/PortUsageState_Connector.mpc: * connectors/dds4ccm/tests/QosProfile/Component/QosProfile_Test_Component.mpc: * connectors/dds4ccm/tests/QosProfile/Connector/QosProfile_Test_Connector.mpc: * connectors/dds4ccm/tests/QueryCondition/EventListener/Connector/QCLE_Test_Connector.mpc: * connectors/dds4ccm/tests/QueryCondition/EventListener/Receiver/QCLE_Test_Receiver.mpc: * connectors/dds4ccm/tests/QueryCondition/EventListener/Sender/QCLE_Test_Sender.mpc: * connectors/dds4ccm/tests/QueryCondition/ReadGet/Base/ReadGet_Starter.mpc: * connectors/dds4ccm/tests/QueryCondition/ReadGet/Connector/ReadGet_Test_Connector.mpc: * connectors/dds4ccm/tests/QueryCondition/ReadGet/Receiver/ReadGet_Test_Receiver.mpc: * connectors/dds4ccm/tests/QueryCondition/ReadGet/Sender/ReadGet_Test_Sender.mpc: * connectors/dds4ccm/tests/QueryCondition/StateListener/Connector/QCLS_Test_Connector.mpc: * connectors/dds4ccm/tests/QueryCondition/StateListener/Receiver/QCLS_Test_Receiver.mpc: * connectors/dds4ccm/tests/QueryCondition/StateListener/Sender/QCLS_Test_Sender.mpc: * connectors/dds4ccm/tests/Reader/Base/Reader_Starter.mpc: * connectors/dds4ccm/tests/Reader/Connector/Reader_Test_Connector.mpc: * connectors/dds4ccm/tests/Reader/Receiver/Reader_Test_Receiver.mpc: * connectors/dds4ccm/tests/Reader/Sender/Reader_Test_Sender.mpc: * connectors/dds4ccm/tests/SLDisabled/Connector/SL_Disabled_Connector.mpc: * connectors/dds4ccm/tests/SLDisabled/Receiver/SL_Disabled_Receiver.mpc: * connectors/dds4ccm/tests/SLDisabled/Sender/SL_Disabled_Sender.mpc: * connectors/dds4ccm/tests/SLManyByMany/Connector/SL_ManyByMany_Connector.mpc: * connectors/dds4ccm/tests/SLManyByMany/Receiver/SL_ManyByMany_Receiver.mpc: * connectors/dds4ccm/tests/SLManyByMany/Sender/SL_ManyByMany_Sender.mpc: * connectors/dds4ccm/tests/SLOneByOne/Connector/SLOneByOne_Connector.mpc: * connectors/dds4ccm/tests/SLOneByOne/Receiver/SL_OneByOne_Receiver.mpc: * connectors/dds4ccm/tests/SLOneByOne/Sender/SL_OneByOne_Sender.mpc: * connectors/dds4ccm/tests/SetConnectorAttributes/Component/SetConnectorAttribute_Component.mpc: * connectors/dds4ccm/tests/SetConnectorAttributes/Connector/SetConnectorAttribute_Connector.mpc: * connectors/dds4ccm/tests/SharedDomainParticipant/DifferentDatatype/Component/Component.mpc: * connectors/dds4ccm/tests/SharedDomainParticipant/DifferentDatatype/Connector1/Connector1.mpc: * connectors/dds4ccm/tests/SharedDomainParticipant/DifferentDatatype/Connector2/Connector2.mpc: * connectors/dds4ccm/tests/SharedDomainParticipant/DifferentDatatype/Connector3/Connector3.mpc: * connectors/dds4ccm/tests/SharedDomainParticipant/SameDatatype/Component/Component.mpc: * connectors/dds4ccm/tests/SharedDomainParticipant/SameDatatype/Connector/Connector.mpc: * connectors/dds4ccm/tests/State_Connection_Test/Connector/State_Connection_Test_Connector.mpc: * connectors/dds4ccm/tests/State_Connection_Test/Receiver/State_Connection_Test_Receiver.mpc: * connectors/dds4ccm/tests/State_Connection_Test/Sender/State_Connection_Test_Sender.mpc: * connectors/dds4ccm/tests/TwoTopics/Connector/TwoTopics_Connector.mpc: * connectors/dds4ccm/tests/TwoTopicsDifferentNs/Connector/Connector.mpc: * connectors/dds4ccm/tests/UnkeyedSamples/Connector/Unkeyed_Test_Connector.mpc: * connectors/dds4ccm/tests/UnkeyedSamples/Receiver/Unkeyed_Test_Receiver.mpc: * connectors/dds4ccm/tests/UnkeyedSamples/Sender/Unkeyed_Test_Sender.mpc: * connectors/dds4ccm/tests/UnkeyedWriter/Connector/Writer_Connector.mpc: * connectors/dds4ccm/tests/UnkeyedWriter/Receiver/Writer_Receiver.mpc: * connectors/dds4ccm/tests/UnkeyedWriter/Sender/Writer_Sender.mpc: * connectors/dds4ccm/tests/Updater/Connector/Updater_Connector.mpc: * connectors/dds4ccm/tests/Updater/Receiver/Updater_Receiver.mpc: * connectors/dds4ccm/tests/Updater/Sender/Updater_Sender.mpc: * connectors/dds4ccm/tests/UserdataCopyCount/Component/UCC_Test_Component.mpc: * connectors/dds4ccm/tests/UserdataCopyCount/Connector/UCC_Test_Connector.mpc: * connectors/dds4ccm/tests/VariousTopicsEvent/Conn_Array/VT_Array_Connector.mpc: * connectors/dds4ccm/tests/VariousTopicsEvent/Conn_Seq/VT_Seq_Connector.mpc: * connectors/dds4ccm/tests/VariousTopicsEvent/Conn_String/VT_String_Connector.mpc: * connectors/dds4ccm/tests/VariousTopicsEvent/Conn_Union/VT_Union_Connector.mpc: * connectors/dds4ccm/tests/VariousTopicsEvent/Conn_Valuetype/VT_Valuetype_Connector.mpc: * connectors/dds4ccm/tests/VariousTopicsEvent/Connector/VTopic_Connector.mpc: * connectors/dds4ccm/tests/VariousTopicsEvent/Receiver/VTopic_Receiver.mpc: * connectors/dds4ccm/tests/VariousTopicsEvent/Sender/VTopic_Sender.mpc: * connectors/dds4ccm/tests/VariousTopicsState/Conn_Array/VTS_Array_Connector.mpc: * connectors/dds4ccm/tests/VariousTopicsState/Conn_Seq/VTS_Seq_Connector.mpc: * connectors/dds4ccm/tests/VariousTopicsState/Conn_String/VTS_String_Connector.mpc: * connectors/dds4ccm/tests/VariousTopicsState/Conn_Union/VTS_Union_Connector.mpc: * connectors/dds4ccm/tests/VariousTopicsState/Conn_Valuetype/VTS_Valuetype_Connector.mpc: * connectors/dds4ccm/tests/VariousTopicsState/Connector/VTopics_Connector.mpc: * connectors/dds4ccm/tests/VariousTopicsState/Receiver/VTopics_Receiver.mpc: * connectors/dds4ccm/tests/VariousTopicsState/Sender/VTopics_Sender.mpc: * connectors/dds4ccm/tutorials/Shapes/Shapes_asm/Shapes_Control_comp/ports/Shapes_Control_obj.mpc: * connectors/dds4ccm/tutorials/Shapes/Shapes_asm/Shapes_Control_comp/src/Shapes_Control_comp.mpc: * connectors/dds4ccm/tutorials/Shapes/Shapes_asm/Shapes_Receiver_comp/src/Shapes_Receiver_comp.mpc: * connectors/dds4ccm/tutorials/Shapes/Shapes_asm/Shapes_Sender_comp/src/Shapes_Sender_comp.mpc: * connectors/dds4ccm/tutorials/Shapes/Shapes_asm/ports/Shapes_conn.mpc: * connectors/dds4ccm/tutorials/Shapes/Shapes_asm/ports/Shapes_defn.mpc: * examples/BasicSP/BMClosedED/BMClosedED.mpc: * examples/BasicSP/BMDevice/BMDevice.mpc: * examples/BasicSP/BMDisplay/BMDisplay.mpc: * examples/BasicSP/BasicSP.mpc: * examples/BasicSP/EC/EC.mpc: * examples/DevGuideExamples/Messenger/Administrator.mpc: * examples/DevGuideExamples/Messenger/Messenger.mpc: * examples/DevGuideExamples/Messenger/Receiver.mpc: * examples/Display/Display_Base/Display_Base.mpc: * examples/Display/GPS/GPS.mpc: * examples/Display/NavDisplay/NavDisplay.mpc: * examples/Display/NavDisplayGUI_exec/NavDisplayGUI.mpc: * examples/Display/RateGen/RateGen.mpc: * examples/Hello/Hello_Base/Hello_Base.mpc: * examples/Hello/Receiver/Receiver.mpc: * examples/Hello/Sender/Sender.mpc: * examples/Null_Component/Null_Component.mpc: * examples/Null_Component/Null_Interface.mpc: * examples/Null_Component_Glfa/Null_Component.mpc: * examples/Null_Component_Glfa/Null_Interface.mpc: * performance-tests/Benchmark/Benchmark.mpc: * performance-tests/Benchmark/RoundTrip/RoundTrip.mpc: * performance-tests/Benchmark/RoundTripClient/RoundTripClient.mpc: * performance-tests/Protocols/Receiver/Receiver.mpc: * performance-tests/Protocols/Sender/Sender.mpc: * performance-tests/Protocols/common/Protocols.mpc: * tests/Bug_2130_Regression/SEC_CheckPoint/TSEC_CheckPoint.mpc: * tests/Bug_2130_Regression/interfaces/ENW.mpc: * tests/Bug_3769_Regression/Foo.mpc: * tests/Bug_3817_Regression/Bar.mpc: * tests/Bug_3834_Regression/CompA.mpc: * tests/Bug_3834_Regression/CompB.mpc: * tests/Bug_3834_Regression/Moo.mpc: * tests/CIDL/CodeGen/Basic.mpc: * tests/CIDL/CodeGen/CodeGen.mpc: * tests/CIF/Common/CIF_Common.mpc: * tests/CIF/Navigation/Navigation.mpc: * tests/CIF/Receptacle/Receptacle.mpc: * tests/IDL3/Components/ComplexComponent/Attributes/Attributes.mpc: * tests/IDL3/Components/ComplexComponent/EventSink/EventSink.mpc: * tests/IDL3/Components/ComplexComponent/EventSource/EventSource.mpc: * tests/IDL3/Components/ComplexComponent/Facets/Facets.mpc: * tests/IDL3/Components/ComplexComponent/Receptacles/Receptacles.mpc: * tests/IDL3/Components/SimpleComponent/SimpleComponent.mpc: * tests/IDL3/Events/Abstract/Abstract.mpc: * tests/IDL3/Events/Regular/Regular.mpc: * tests/IDL3/Homes/Attributes/HomeAttributes.mpc: * tests/IDL3/Homes/Basic/Basic.mpc: * tests/IDL3/Homes/Factory/Factory.mpc: * tests/IDL3/Homes/Finder/Finder.mpc: * tests/IDL3/Homes/Inheritance/Inheritance.mpc: * tests/IDL3/ImpliedIDL/Components/Basic/ICBasic.mpc: * tests/IDL3/ImpliedIDL/Components/EventSink/ICEventSink.mpc: * tests/IDL3/ImpliedIDL/Components/EventSource/ICEventSource.mpc: * tests/IDL3/ImpliedIDL/Components/Receptacles/ICReceptacles.mpc: * tests/IDL3/ImpliedIDL/Events/Events.mpc: * tests/IDL3/ImpliedIDL/Homes/Homes.mpc: * tests/IDL_Test/Cornucopia/Cornucopia.mpc: * tests/IDL_Test/Double_Inherited_Component/Inherited_components.mpc: * tests/IDL_Test/Glfa/A.mpc: * tests/IDL_Test/Glfa/B.mpc: * tests/IDL_Test/IDL3_Plus/KitchenSink.mpc: * tests/IDL_Test/Included_Component/IC_Bar.mpc: * tests/IDL_Test/Included_Component/IC_Foo.mpc: * tests/IDL_Test/Inherited_Component/IhC_Bar.mpc: * tests/IDL_Test/Inherited_Component/IhC_Foo.mpc: * tests/IDL_Test/Keywords/Keywords.mpc: * tests/IDL_Test/Lem_Pragma/Lem_Pragma.mpc: * tests/IDL_Test/Lem_Specific_Export/Lem_Export.mpc: * tests/IDL_Test/PIDL_Include/PIDLInclude.mpc: * tests/IDL_Test/Reused_Facet_Interface/Basic.mpc: * tests/IDL_Test/Reused_Facet_Interface/Reused_Facet_Interface.mpc: * tests/IDL_Test/Two_Templ_Args/TwoTemplArgs.mpc: * tests/Minimum/Minimum_Base/Minimum_Base.mpc: * tests/Minimum/Receiver/Receiver.mpc: * tests/Minimum/Sender/Sender.mpc: * tools/IDL3_to_IDL2/IDL3_to_IDL2.mpc: * tools/IDL3_to_XMI/IDL3_TO_XMI.mpc: * tools/XML/XML.mpc: * tutorials/Quoter/Simple/Broker/StockBroker.mpc: * tutorials/Quoter/Simple/Distributor/StockDistributor.mpc: * tutorials/Quoter/Simple/Stock_Base/Stock_Base.mpc: Use dynamicflags += instead of =
* Tue Jun 8 06:33:00 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2010-06-083-16/+12
| | | | | | | | | | | * ciao/Contexts/Context_Impl_Base.h: * ciao/Contexts/Context_Impl_Base.cpp: * ciao/Contexts/Context_Impl_T.h: * ciao/Servants/Servant_Impl_T.cpp: * connectors/dds4ccm/impl/dds/DDS_Base_Connector_T.h: * connectors/dds4ccm/impl/dds/DataReader.h: * connectors/dds4ccm/impl/dds/DataWriter.h: Various layout changes
* ChangeLogTag: Tue May 18 21:48:11 UTC 2010 Adam Mitz <mitza@ociweb.com>mitza2010-05-181-1/+4
|
* Fri Apr 9 08:23:31 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2010-04-092-0/+4
| | | | | | | | * ccm/CCM_Context.idl * ccm/Security.idl * ciao/Contexts/Context_Impl_Base.cpp * ciao/Contexts/Context_Impl_Base.h Disable more features with LwCCM
* Thu Apr 8 07:29:31 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2010-04-082-0/+20
| | | | | | | | | | | | | | | | | | | | | * ccm/CCM_Entity2Context.idl * ccm/CCM_EntityComponent.idl * ccm/CCM_EntityContext.idl * ciao/ComponentServer/Client_init.cpp * ciao/Contexts/Context_Impl_Base.cpp * ciao/Contexts/Context_Impl_Base.h * ciao/Servants/Connector_Servant_Impl_Base.cpp * ciao/Servants/Connector_Servant_Impl_Base.h * ciao/Servants/Servant_Impl_Base.cpp * ciao/Servants/Servant_Impl_Base.h * ciao/Servants/Servant_Impl_Utils_T.cpp * ciao/Servants/StandardConfigurator_Impl.cpp * ciao/Servants/StandardConfigurator_Impl.h Disabled more idl and code for lwccm. This is really work in progress, some lwccm code uses methods from full ccm which means that code has to be rewritten to use other types. First step is to update all IDL and get code to compile to see what runs and what not
* ChangeLogTag: Fri Apr 2 16:47:27 UTC 2010 Jeff Parsons ↵parsons2010-04-021-1/+0
| | | | <j.parsons@vanderbilt.edu>
* Fri Jan 22 12:46:27 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2010-01-224-7/+11
| | | | | | | | | * ciao/Contexts/Context_Impl_Base.cpp: * ciao/Contexts/Context_Impl_Base.h: * ciao/Contexts/Context_Impl_T.cpp: * ciao/Contexts/Context_Impl_T.h: * ciao/Servants/Servant_Impl_T.cpp: Pass the instance id through the constructor
* Tue Dec 15 08:25:46 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2009-12-152-5/+2
| | | | | | | | | * DAnCE/DomainApplicationManager/Node_Locator.cpp: * DAnCE/DomainApplicationManager/Node_Locator.h: Use char* instead of tchar * ciao/Contexts/Context_Impl_Base.h: Made constructor private
* Mon Dec 14 13:59:46 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2009-12-142-16/+8
| | | | | | | | | | | | | | | | | | | | | | * ciao/Containers/Session/Session_Container.cpp: Print debug statement when we don't get a facet * ciao/Contexts/Context_Impl_T.cpp: * ciao/Contexts/Context_Impl_T.h: * ciao/Servants/Servant_Impl_T.cpp: * ciao/Servants/Servant_Impl_T.h: Create the context in the base instead of in the generated code * connectors/dds4ccm/impl/ndds/DDS_Event_Connector_T.cpp: Layout change * connectors/dds4ccm/tests/PSLSampleLost/descriptors/run_test.pl: Don't clear tracing flags * connectors/dds4ccm/tests/PSLSampleLost/Receiver/PSL_SampleLost_Receiver_exec.cpp: * connectors/dds4ccm/tests/PSLSampleLost/Sender/PSL_SampleLost_Sender_exec.cpp: Layout changes
* Thu Nov 5 10:19:31 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2009-11-051-3/+2
| | | | | | | | * ciao/Containers/Container_Base.h: Removed old macro that wasn't used and didn't compile * ciao/Contexts/Context_Impl_Base.h: Doxygen changes
* Tue Nov 3 13:32:31 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2009-11-033-162/+0
| | | | | | * ciao/Contexts/Swapping/*: Removed from the archive, swapping containers don't work and it will be a major job to reimplement this