summaryrefslogtreecommitdiff
path: root/CIAO/ciao/Servants/Servant_Impl_Utils_T.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove CIAO/DAnCE here because they are migrated to their own repositoriesJohnny Willemsen2016-04-191-89/+0
|
* Removed single line Id tagJohnny Willemsen2015-01-071-2/+0
|
* Fri Oct 8 07:55:47 UTC 2010 Marcel Smit <msmit@remedy.nl>msmit2010-10-081-4/+2
| | | | | | * ciao/Containers/Extension/Interceptor_Registration_T.cpp: * ciao/Servants/Servant_Impl_Utils_T.cpp: Using _var to create a cookie.
* Tue Oct 5 08:57:42 UTC 2010 Marijke Hengstmengel <mhengstmengel@remedy.nl>mhengstmengel2010-10-051-1/+1
| | | | | | | | *ccm/CCM_Events.idl: * ccm/CCM_Object.idl: * ciao/Servants/Servant_Impl_Utils_T.cpp: * ciao/Servants/Servant_Impl_Base.cpp: * ciao/Base/Client_init.cpp: Add removed Events interface and some ifdefs ccm_noevent
* Wed Sep 29 10:23:38 UTC 2010 Marcel Smit <msmit@remedy.nl>msmit2010-09-291-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* Thu Apr 8 07:29:31 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2010-04-081-0/+2
| | | | | | | | | | | | | | | | | | | | | * 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:39:42 UTC 2010 Jeff Parsons ↵parsons2010-04-021-97/+6
| | | | <j.parsons@vanderbilt.edu>
* Thu Nov 5 12:44:31 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2009-11-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ciao/CIAO_common.h: Deleted * ciao/Client_init.cpp * ciao/Client_init.h * ciao/ComponentServer/CIAO_ComponentServer.cpp * ciao/ComponentServer/CIAO_ComponentServer_Impl.cpp * ciao/ComponentServer/CIAO_Container_Impl.cpp * ciao/ComponentServer/CIAO_ServerActivator_Impl.cpp * ciao/Containers/Container_Base.cpp * ciao/Containers/Servant_Activator.cpp * ciao/Containers/Session/Session_Container.cpp * ciao/Logger/File_Logger_Backend.cpp * ciao/Servants/Home_Servant_Impl_T.cpp * ciao/Servants/Servant_Impl_Base.cpp * ciao/Servants/Servant_Impl_Utils_T.cpp * ciao/Server_init.cpp * connectors/ami4ccm/examples/Hello/AMI/AMI_exec.cpp * connectors/ami4ccm/examples/Hello/Receiver/Hello_Receiver_exec.cpp * connectors/ami4ccm/examples/Hello/Sender/Hello_Sender_exec.cpp * connectors/dds4ccm/docs/DDS4CCM v1-0 batch5.odt * connectors/dds4ccm/examples/Hello/Receiver/Hello_Receiver_Connector_exec.cpp * connectors/dds4ccm/examples/Hello/Receiver/Hello_Receiver_exec.cpp * connectors/dds4ccm/examples/Hello/Sender/Hello_Sender_Connector_exec.cpp * connectors/dds4ccm/examples/Hello/Sender/Hello_Sender_exec.cpp * onnectors/dds4ccm/examples/Quoter/Broker/Broker_exec.cpp * connectors/dds4ccm/examples/Quoter/Connector/Quoter_Connector_exec.cpp * connectors/dds4ccm/examples/Quoter/Connector/Quoter_Connector_exec.h * connectors/dds4ccm/examples/Quoter/Distributor/Distributor_exec.cpp * DAnCE/ExecutionManager/ExecutionManager_Module.cpp * DAnCE/NodeManager/Node_Manager_Module.cpp * DAnCE/Plan_Launcher/Plan_Launcher_Base_Impl.h * DAnCE/TargetManager/DomainDataManager.cpp * DAnCE/TargetManager/TargetManager_exec.cpp * DAnCE/tests/CIAO/Components/ProcessColocation_exec.cpp * DAnCE/tests/CIAO/Components/SimpleAttribute_exec.cpp * DAnCE/tests/CIAO/Components/SimpleConsumer_exec.cpp * DAnCE/tests/CIAO/Components/SimpleEmitter_exec.cpp * DAnCE/tests/CIAO/Components/SimpleMultipleUser_exec.cpp * DAnCE/tests/CIAO/Components/SimpleNilFacetProvider_exec.cpp * DAnCE/tests/CIAO/Components/SimpleNilFacetUser_exec.cpp * DAnCE/tests/CIAO/Components/SimpleNull_exec.cpp * DAnCE/tests/CIAO/Components/SimpleProvider_exec.cpp * DAnCE/tests/CIAO/Components/SimplePublisher_exec.cpp * DAnCE/tests/CIAO/Components/SimpleUser_exec.cpp * docs/tutorials/Quoter/Simple/Broker/StockBroker_exec.cpp * docs/tutorials/Quoter/Simple/Distributor/StockDistributor_exec.cpp * examples/BasicSP/BMClosedED/BMClosedED_exec.cpp * examples/BasicSP/BMDevice/BMDevice_exec.cpp * examples/BasicSP/BMDisplay/BMDisplay_exec.cpp * examples/BasicSP/EC/EC_exec.cpp * examples/DevGuideExamples/Messenger/Administrator_exec_i.cpp * examples/DevGuideExamples/Messenger/History_exec_i.cpp * examples/DevGuideExamples/Messenger/Messenger_exec_i.cpp * examples/DevGuideExamples/Messenger/Publication_exec_i.cpp * examples/DevGuideExamples/Messenger/Receiver_exec_i.cpp * examples/DevGuideExamples/Messenger/Runnable_exec_i.cpp * examples/Display/GPS/GPS_exec.cpp * examples/Display/GPS/GPS_exec.h * examples/Display/GPS/GPS_tracing_exec.cpp * examples/Display/NavDisplay/NavDisplay_exec.cpp * examples/Display/RateGen/RateGen_exec.cpp * examples/Hello/Receiver/Receiver_exec.cpp * examples/Hello/Sender/Sender_exec.cpp * examples/Null_Component/Null_Component_exec.cpp * tests/Bug_2130_Regression/SEC_CheckPoint/TSEC_CheckPoint_exec.cpp * tests/CIAO_ComponentServer/SimpleComponent/SimpleComponent_exec.cpp * tests/IDL_Test/Lem_Specific_Export/Lem_Export_exec.cpp * tests/Minimum/Receiver/Receiver_exec.cpp * tests/Minimum/Sender/Sender_exec.cpp * tools/Config_Handlers/Any_Handler.cpp * tools/Config_Handlers/CCD_Handler.cpp * tools/Config_Handlers/CEPE_Handler.cpp * tools/Config_Handlers/ComponentPropertyDescription_Handler.cpp * tools/Config_Handlers/CPD_Handler.cpp * tools/Config_Handlers/CRDD_Handler.cpp * tools/Config_Handlers/DataType_Handler.cpp * tools/Config_Handlers/DD_Handler.cpp * tools/Config_Handlers/DP_PCD_Handler.cpp * tools/Config_Handlers/ERE_Handler.cpp * tools/Config_Handlers/ID_Handler.cpp * tools/Config_Handlers/IDREF_Base.cpp * tools/Config_Handlers/IRDD_Handler.cpp * tools/Config_Handlers/Package_Handlers/Comp_Intf_Descr_Handler.cpp * tools/Config_Handlers/Package_Handlers/IAD_Handler.cpp * tools/Config_Handlers/Package_Handlers/PC_Intf.cpp * tools/Config_Handlers/Package_Handlers/PCD_Handler.cpp * tools/Config_Handlers/PCD_Handler.cpp * tools/Config_Handlers/PL_Handler.cpp * tools/Config_Handlers/Property_Handler.cpp * tools/Config_Handlers/RDD_Handler.cpp * tools/Config_Handlers/Req_Handler.cpp * tools/Config_Handlers/SatisfierProperty_Handler.cpp * tools/Config_Handlers/STD_PC_Intf.cpp * tools/Config_Handlers/XML_File_Intf.cpp Removed CIAO_Common.h, the macro was just needed for one file, not for all users. If you need CIAO logging macros, include ciao/Logger/Log_Macros.h
* Tue Jul 14 11:11:57 UTC 2009 William R. Otte <wotte@dre.vanderbilt.edu>William R. Otte2009-07-141-2/+2
|
* Tue Mar 10 11:39:08 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2009-03-101-8/+8
| | | | | | | | * ciao/Servants/Servant_Impl_Base.h: * ciao/Servants/Servant_Impl_Utils_T.cpp: * CIDLC/ServantSourceGenerator.cpp: Moved static methods to CIAO::Servant namespace to fix linker problems with the CB2009 compiler.
* ChangeLogTag: Wed Feb 11 14:46:15 UTC 2009 William R. Otte ↵William R. Otte2009-02-111-0/+182
<wotte@dre.vanderbilt.edu>