summaryrefslogtreecommitdiff
path: root/TAO/tao/RTCORBA
Commit message (Collapse)AuthorAgeFilesLines
* Part 2: Remove obsolescent (void) in functions with no parametersKnut Petter Svendsen2022-09-227-28/+28
|
* Remove obsolescent (void) in functions with no parametersKnut Petter Svendsen2022-09-1345-306/+306
|
* Fixed Redundant blank line at the end of a code block should be deletedKnut Petter Svendsen2022-09-102-2/+0
|
* Remove leading blank lines after opening {Knut Petter Svendsen2022-09-1011-15/+0
|
* Removed extra newline before closing }Knut Petter Svendsen2022-09-103-3/+0
|
* Replace 3 blank lines with just 2 blank linesKnut Petter Svendsen2022-09-096-10/+0
|
* Fix CodeFactor issues: blank linesKnut Petter Svendsen2022-09-092-3/+0
|
* Fix trailing newline in class declarationsKnut Petter Svendsen2022-09-092-2/+0
|
* Fix more blank line issuesKnut Petter Svendsen2022-09-0911-55/+0
|
* Removed ACE_ANY_OPS_USE_NAMESPACE as a compile-time optionAdam Mitz2022-06-242-88/+0
|
* moved operator<<= and >>= for CORBA::Any into namespace CORBAAdam Mitz2022-06-232-16/+4
|
* Removed not used auto_ptr member, use delete instead of ↵Johnny Willemsen2021-04-292-6/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | ACE_UNIMPLEMENTED_FUNC, layout changes, fixed typos in comments * ACE/examples/ASX/UPIPE_Event_Server/Peer_Router.h: * ACE/netsvcs/lib/Log_Message_Receiver.h: * ACE/performance-tests/TCP/tcp_test.cpp: * TAO/orbsvcs/Trading_Service/README: * TAO/orbsvcs/Trading_Service/Trading_Server.cpp: * TAO/orbsvcs/Trading_Service/Trading_Service.cpp: * TAO/orbsvcs/Trading_Service/Trading_Service.h: * TAO/orbsvcs/orbsvcs/AV/AVStreams_i.h: * TAO/orbsvcs/orbsvcs/Trader/Constraint_Interpreter.cpp: * TAO/orbsvcs/orbsvcs/Trader/Constraint_Interpreter.h: * TAO/orbsvcs/orbsvcs/Trader/Constraint_Nodes.h: * TAO/orbsvcs/orbsvcs/Trader/Constraint_Visitors.h: * TAO/orbsvcs/orbsvcs/Trader/Offer_Database.h: * TAO/orbsvcs/orbsvcs/Trader/Trader.h: * TAO/orbsvcs/orbsvcs/Trader/Trader_Constraint_Visitors.h: * TAO/orbsvcs/orbsvcs/Trader/Trader_Interfaces.h: * TAO/orbsvcs/orbsvcs/Trader/Trader_T.h: * TAO/orbsvcs/orbsvcs/Trader/Trader_Utils.h: * TAO/orbsvcs/orbsvcs/Trader/Trading_Loader.cpp: * TAO/orbsvcs/orbsvcs/Trader/Trading_Loader.h: * TAO/orbsvcs/tests/Trading/Simple_Dynamic.h: * TAO/tao/RTCORBA/Network_Priority_Mapping_Manager.h: * TAO/tao/RTCORBA/Priority_Mapping_Manager.h: * TAO/tao/RTScheduling/RTScheduler_Manager.h:
* Removed redundant voidJohnny Willemsen2021-03-1719-91/+91
|
* Add missing includesJohnny Willemsen2021-03-081-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * TAO/tao/Adapter_Registry.cpp: * TAO/tao/AnyTypeCode/Enum_TypeCode.cpp: * TAO/tao/AnyTypeCode/Enum_TypeCode_Static.cpp: * TAO/tao/AnyTypeCode/Objref_TypeCode_Static.cpp: * TAO/tao/AnyTypeCode/Sequence_TypeCode_Static.cpp: * TAO/tao/AnyTypeCode/String_TypeCode_Static.cpp: * TAO/tao/AnyTypeCode/Struct_TypeCode_Static.cpp: * TAO/tao/AnyTypeCode/TypeCode_CDR_Extraction.cpp: * TAO/tao/AnyTypeCode/TypeCode_Case_Base_T.cpp: * TAO/tao/AnyTypeCode/Union_TypeCode_Static.cpp: * TAO/tao/AnyTypeCode/Value_TypeCode.cpp: * TAO/tao/AnyTypeCode/Value_TypeCode_Static.cpp: * TAO/tao/DynamicAny/DynCommon.cpp: * TAO/tao/IIOP_Acceptor.cpp: * TAO/tao/IORManipulation/IORManip_IIOP_Filter.cpp: * TAO/tao/ImR_Client/ImR_Client.cpp: * TAO/tao/Object_KeyC.cpp: * TAO/tao/PortableServer/Var_Size_SArgument_T.cpp: * TAO/tao/PortableServer/Vector_SArgument_T.cpp: * TAO/tao/RTCORBA/RT_ProtocolPropertiesA.cpp: * TAO/tao/Strategies/DIOP_Acceptor.cpp: * TAO/tao/Strategies/DIOP_Profile.cpp: * TAO/tao/Strategies/SHMIOP_Profile.cpp: * TAO/tao/Strategies/UIOP_Profile.cpp: * TAO/tao/Var_Size_Argument_T.cpp: * TAO/tao/Vector_Argument_T.cpp: * TAO/tao/WrongTransactionC.cpp: * TAO/tao/WrongTransactionC.h:
* Use nullptr and cleanupJohnny Willemsen2021-02-252-9/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * TAO/tao/AnyTypeCode/NVList.inl: * TAO/tao/AnyTypeCode/TypeCode.inl: * TAO/tao/CORBA_methods.h: * TAO/tao/DynamicInterface/AMH_DSI_Response_Handler.cpp: * TAO/tao/DynamicInterface/AMH_DSI_Response_Handler.h: * TAO/tao/DynamicInterface/Context.cpp: * TAO/tao/DynamicInterface/Context.h: * TAO/tao/DynamicInterface/Context.inl: * TAO/tao/DynamicInterface/DII_Reply_Handler.cpp: * TAO/tao/DynamicInterface/DII_Reply_Handler.h: * TAO/tao/DynamicInterface/Dynamic_Adapter_Impl.cpp: * TAO/tao/DynamicInterface/ExceptionList.cpp: * TAO/tao/DynamicInterface/ExceptionList.h: * TAO/tao/DynamicInterface/ExceptionList.inl: * TAO/tao/DynamicInterface/Request.cpp: * TAO/tao/DynamicInterface/Request.h: * TAO/tao/DynamicInterface/Request.inl: * TAO/tao/DynamicInterface/Server_Request.cpp: * TAO/tao/DynamicInterface/Server_Request.h: * TAO/tao/DynamicInterface/Server_Request.inl: * TAO/tao/Environment.inl: * TAO/tao/IORTable/IOR_Table_Impl.h: * TAO/tao/IORTable/Locate_ResponseHandler.cpp: * TAO/tao/IORTable/Locate_ResponseHandler.h: * TAO/tao/LocalObject.inl: * TAO/tao/ORB.inl: * TAO/tao/Object.inl: * TAO/tao/PI/ORBInitInfo.h: * TAO/tao/Principal.h: * TAO/tao/Principal.inl: * TAO/tao/RTCORBA/Priority_Mapping_Manager.h: * TAO/tao/RTCORBA/RT_ProtocolPropertiesC.h: * TAO/tao/RTScheduling/RTScheduler_Manager.h: * TAO/tao/Valuetype/AbstractBase.inl:
* Cleanup for vc6, use nullptr, remove redundant void, layout changesJohnny Willemsen2021-02-253-12/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ACE/bin/pippen.pl: * TAO/orbsvcs/ImplRepo_Service/ImplRepo_Service.mpc: * TAO/tao/AnyTypeCode/Alias_TypeCode.cpp: * TAO/tao/AnyTypeCode/Any.cpp: * TAO/tao/AnyTypeCode/Any.inl: * TAO/tao/AnyTypeCode/AnyTypeCode_Adapter_Impl.cpp: * TAO/tao/AnyTypeCode/AnyTypeCode_Adapter_Impl.h: * TAO/tao/AnyTypeCode/Any_Array_Impl_T.cpp: * TAO/tao/AnyTypeCode/Any_Array_Impl_T.h: * TAO/tao/AnyTypeCode/Any_Basic_Impl_T.cpp: * TAO/tao/AnyTypeCode/Any_Dual_Impl_T.cpp: * TAO/tao/AnyTypeCode/Any_Impl_T.cpp: * TAO/tao/AnyTypeCode/Any_Special_Impl_T.cpp: * TAO/tao/AnyTypeCode/Enum_TypeCode.cpp: * TAO/tao/AnyTypeCode/Fixed_TypeCode.cpp: * TAO/tao/AnyTypeCode/NVList.inl: * TAO/tao/AnyTypeCode/Sequence_TypeCode.cpp: * TAO/tao/AnyTypeCode/Sequence_TypeCode_Static.cpp: * TAO/tao/AnyTypeCode/Sequence_TypeCode_Static.h: * TAO/tao/AnyTypeCode/SystemExceptionA.cpp: * TAO/tao/AnyTypeCode/True_RefCount_Policy.inl: * TAO/tao/AnyTypeCode/TypeCode_Base_Attributes.inl: * TAO/tao/AnyTypeCode/TypeCode_Case_Base_T.inl: * TAO/tao/AnyTypeCode/Union_TypeCode.cpp: * TAO/tao/AnyTypeCode/Union_TypeCode_Static.cpp: * TAO/tao/AnyTypeCode/Value_TypeCode.cpp: * TAO/tao/AnyTypeCode/Value_TypeCode_Static.cpp: * TAO/tao/AnyTypeCode/WrongTransactionA.cpp: * TAO/tao/AnyTypeCode/append.cpp: * TAO/tao/Array_VarOut_T.cpp: * TAO/tao/Array_VarOut_T.inl: * TAO/tao/BD_String_Argument_T.cpp: * TAO/tao/DynamicInterface/AMH_DSI_Response_Handler.cpp: * TAO/tao/DynamicInterface/Unknown_User_Exception.cpp: * TAO/tao/EndpointPolicy/EndpointPolicy_ORBInitializer.cpp: * TAO/tao/IFR_Client/IFR_Base.pidl: * TAO/tao/PI/ORBInitInfo.cpp: * TAO/tao/PortableServer/Active_Object_Map.cpp: * TAO/tao/PortableServer/BD_String_SArgument_T.cpp: * TAO/tao/PortableServer/Collocated_Object_Proxy_Broker.cpp: * TAO/tao/PortableServer/IdUniquenessStrategyFactoryImpl.cpp: * TAO/tao/PortableServer/IdUniquenessStrategyUnique.cpp: * TAO/tao/PortableServer/IdUniquenessStrategyUniqueFactoryImpl.cpp: * TAO/tao/PortableServer/ImplicitActivationStrategyFactoryImpl.cpp: * TAO/tao/PortableServer/POA.pidl: * TAO/tao/PortableServer/POAManagerFactory.pidl: * TAO/tao/PortableServer/POA_Cached_Policies.cpp: * TAO/tao/PortableServer/Regular_POA.cpp: * TAO/tao/PortableServer/RequestProcessingStrategyDefaultServant.cpp: * TAO/tao/PortableServer/RequestProcessingStrategyServantActivator.cpp: * TAO/tao/PortableServer/ServantRetentionStrategyNonRetainFactoryImpl.cpp: * TAO/tao/PortableServer/ServantRetentionStrategyRetainFactoryImpl.cpp: * TAO/tao/PortableServer/ThreadStrategyFactoryImpl.cpp: * TAO/tao/PortableServer/Var_Array_SArgument_T.cpp: * TAO/tao/Profile.cpp: * TAO/tao/RTCORBA/Network_Priority_Mapping_Manager.cpp: * TAO/tao/RTCORBA/Network_Priority_Mapping_Manager.h: * TAO/tao/RTCORBA/Thread_Pool.cpp: * TAO/tao/RTPortableServer/RT_POA.h: * TAO/tao/RTPortableServer/RT_Servant_Dispatcher.h: * TAO/tao/RTScheduling/Current.cpp: * TAO/tao/RTScheduling/Current.h: * TAO/tao/RTScheduling/RTScheduler_Manager.cpp: * TAO/tao/Remote_Object_Proxy_Broker.cpp: * TAO/tao/Strategies/DIOP_Connection_Handler.cpp: * TAO/tao/SystemException.cpp: * TAO/tao/TAO_Server_Request.cpp: * TAO/tao/Transport.cpp: * TAO/tao/Transport_Cache_Manager_T.cpp: * TAO/tao/Transport_Cache_Manager_T.inl: * TAO/tao/TypeCodeFactory/TypeCodeFactory.pidl: * TAO/tao/Utils/Server_Main.cpp: * TAO/tao/Valuetype/ValueBase.cpp: * TAO/tao/Valuetype/Valuetype_Adapter_Factory_Impl.cpp: * TAO/tao/VarOut_T.cpp: * TAO/tao/VarOut_T.inl: * TAO/tao/Vector_Argument_T.cpp: * TAO/tao/Vector_Argument_T.h: * TAO/tao/Vector_Argument_T.inl: * TAO/tao/ZIOP/ZIOP.cpp:
* Use micro version instead of beta versionJohnny Willemsen2021-01-231-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ACE/ace/ACE.cpp: * ACE/ace/ace.rc: * ACE/bin/generate_doxygen.pl: * ACE/tests/CDR_Array_Test.cpp: * ACE/tests/CDR_File_Test.cpp: * ACE/tests/CDR_Test.cpp: * ACE/tests/Codecs_Test.cpp: * TAO/orbsvcs/orbsvcs/AV.rc: * TAO/orbsvcs/orbsvcs/CosConcurrency.rc: * TAO/orbsvcs/orbsvcs/CosEvent.rc: * TAO/orbsvcs/orbsvcs/CosEvent_Serv.rc: * TAO/orbsvcs/orbsvcs/CosEvent_Skel.rc: * TAO/orbsvcs/orbsvcs/CosLifeCycle.rc: * TAO/orbsvcs/orbsvcs/CosLoadBalancing.rc: * TAO/orbsvcs/orbsvcs/CosNaming.rc: * TAO/orbsvcs/orbsvcs/CosNaming_Serv.rc: * TAO/orbsvcs/orbsvcs/CosNaming_Skel.rc: * TAO/orbsvcs/orbsvcs/CosNotification.rc: * TAO/orbsvcs/orbsvcs/CosNotification_Serv.rc: * TAO/orbsvcs/orbsvcs/CosNotification_Skel.rc: * TAO/orbsvcs/orbsvcs/CosProperty.rc: * TAO/orbsvcs/orbsvcs/CosTime.rc: * TAO/orbsvcs/orbsvcs/CosTrading.rc: * TAO/orbsvcs/orbsvcs/CosTrading_Serv.rc: * TAO/orbsvcs/orbsvcs/CosTrading_Skel.rc: * TAO/orbsvcs/orbsvcs/DsEventLogAdmin.rc: * TAO/orbsvcs/orbsvcs/DsLogAdmin.rc: * TAO/orbsvcs/orbsvcs/DsNotifyLogAdmin.rc: * TAO/orbsvcs/orbsvcs/FaultTolerance.rc: * TAO/orbsvcs/orbsvcs/IFRService.rc: * TAO/orbsvcs/orbsvcs/PortableGroup.rc: * TAO/orbsvcs/orbsvcs/RTEvent.rc: * TAO/orbsvcs/orbsvcs/RTEvent_Serv.rc: * TAO/orbsvcs/orbsvcs/RTEvent_Skel.rc: * TAO/orbsvcs/orbsvcs/RTSched.rc: * TAO/orbsvcs/orbsvcs/RTSchedEvent.rc: * TAO/orbsvcs/orbsvcs/RT_Notification.rc: * TAO/orbsvcs/orbsvcs/SSLIOP.rc: * TAO/orbsvcs/orbsvcs/Security.rc: * TAO/orbsvcs/orbsvcs/Svc_Utils.rc: * TAO/tao/AnyTypeCode/TAO_AnyTypeCode.rc: * TAO/tao/BiDir_GIOP/TAO_BiDir_GIOP.rc: * TAO/tao/CodecFactory/TAO_CodecFactory.rc: * TAO/tao/Codeset/TAO_Codeset.rc: * TAO/tao/Compression/TAO_Compression.rc: * TAO/tao/Compression/bzip2/TAO_Bzip2Compressor.rc: * TAO/tao/Compression/lzo/TAO_LzoCompressor.rc: * TAO/tao/Compression/rle/TAO_RLECompressor.rc: * TAO/tao/Compression/zlib/TAO_ZlibCompressor.rc: * TAO/tao/DynamicAny/TAO_DynamicAny.rc: * TAO/tao/DynamicInterface/TAO_DynamicInterface.rc: * TAO/tao/IFR_Client/TAO_IFR_Client.rc: * TAO/tao/IORInterceptor/TAO_IORInterceptor.rc: * TAO/tao/IORManipulation/TAO_IORManip.rc: * TAO/tao/IORTable/TAO_Async_IORTable.rc: * TAO/tao/IORTable/TAO_IORTable.rc: * TAO/tao/ImR_Client/TAO_IMR_Client.rc: * TAO/tao/Messaging/TAO_Messaging.rc: * TAO/tao/ObjRefTemplate/TAO_ObjRefTemplate.rc: * TAO/tao/PI/TAO_PI.rc: * TAO/tao/PI_Server/TAO_PI_Server.rc: * TAO/tao/PortableServer/TAO_PortableServer.rc: * TAO/tao/RTCORBA/TAO_RTCORBA.rc: * TAO/tao/RTPortableServer/TAO_RTPortableServer.rc: * TAO/tao/RTScheduling/TAO_RTScheduler.rc: * TAO/tao/SmartProxies/SmartProxies.rc: * TAO/tao/Strategies/TAO_Strategies.rc: * TAO/tao/TypeCodeFactory/TypeCodeFactory.rc: * TAO/tao/Utils/TAO_Utils.rc: * TAO/tao/Valuetype/TAO_Valuetype.rc: * TAO/tao/ZIOP/TAO_ZIOP.rc: * TAO/tao/tao.rc: * TAO/tests/ZIOP/TestCompressor/TAO_TestCompressor.rc:
* Removed checks for ACE_HAS_CPP11 and use std::atomic in more places in the ↵Johnny Willemsen2020-12-091-4/+0
| | | | TAO core
* Layout and docu changesJohnny Willemsen2020-10-283-3/+0
|
* Const changes and removed some unnessary castsJohnny Willemsen2020-08-251-2/+2
| | | | | | | | | * TAO/tao/IIOP_Acceptor.cpp: * TAO/tao/ORB_Core.cpp: * TAO/tao/RTCORBA/RT_ORB_Loader.cpp: * TAO/tao/Strategies/SCIOP_Acceptor.cpp: * TAO/tao/default_resource.cpp: * TAO/tao/default_server.cpp:
* Various layout changesJohnny Willemsen2019-05-221-4/+2
| | | | | | | | | | | | | * TAO/tao/AnyTypeCode/TypeCode_Case_Enum_T.h: * TAO/tao/AnyTypeCode/Union_TypeCode_Static.h: * TAO/tao/Array_VarOut_T.h: * TAO/tao/CORBANAME_Parser.h: * TAO/tao/Connector_Registry.h: * TAO/tao/Default_Collocation_Resolver.h: * TAO/tao/Fixed_Array_Argument_T.cpp: * TAO/tao/LF_CH_Event.cpp: * TAO/tao/RTCORBA/RT_Protocols_Hooks.cpp: * TAO/tao/RTPortableServer/RT_POA.cpp:
* Removed last TAO env macros and some layout changesJohnny Willemsen2018-06-011-2/+1
|
* Use std::unique_ptr when using C++11Johnny Willemsen2018-05-151-1/+1
| | | | | | | | | | | | | * TAO/orbsvcs/orbsvcs/Naming/Naming_Server.cpp: * TAO/tao/AnyTypeCode/Any_Dual_Impl_T.cpp: * TAO/tao/AnyTypeCode/Any_Impl_T.cpp: * TAO/tao/Connector_Registry.cpp: * TAO/tao/DynamicInterface/AMH_DSI_Response_Handler.cpp: * TAO/tao/Load_Protocol_Factory_T.h: * TAO/tao/ORB_Core.cpp: * TAO/tao/RTCORBA/Thread_Pool.cpp: * TAO/tao/Stub.cpp: * TAO/tao/Synch_Invocation.cpp:
* Make use of std::unique_ptr when we have C++11Johnny Willemsen2018-05-151-0/+4
| | | | * TAO/tao/RTCORBA/Thread_Pool.cpp:
* Generate stub export macro directly instead of TAO_EXPORT_MACRO, simplifies ↵Johnny Willemsen2017-08-091-7/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | the code we generate * TAO/TAO_IDL/be/be_codegen.cpp: * TAO/TAO_IDL/be/be_visitor_array/array_ch.cpp: * TAO/tao/AnyTypeCode/AnyTypeCode_methods.h: * TAO/tao/AnyTypeCode/TypeCode.h: * TAO/tao/AnyTypeCode/WrongTransactionA.h: * TAO/tao/CORBA_methods.h: * TAO/tao/DynamicInterface/Context.h: * TAO/tao/DynamicInterface/DII_CORBA_methods.h: * TAO/tao/DynamicInterface/ExceptionList.h: * TAO/tao/DynamicInterface/Request.h: * TAO/tao/DynamicInterface/Server_Request.h: * TAO/tao/DynamicInterface/Unknown_User_Exception.h: * TAO/tao/Object_KeyC.h: * TAO/tao/PI/PolicyFactoryC.h: * TAO/tao/PI_Server/ServerRequestInterceptorC.h: * TAO/tao/PortableServer/PS_ForwardC.h: * TAO/tao/PortableServer/PortableServer_Functions.h: * TAO/tao/PortableServer/PortableServer_WFunctions.h: * TAO/tao/RTCORBA/RT_ProtocolPropertiesC.h: * TAO/tao/Typecode_typesC.h: * TAO/tao/Valuetype/AbstractBase.h: * TAO/tao/Valuetype/ValueBase.h: * TAO/tao/Valuetype/Value_CORBA_methods.h: * TAO/tao/WrongTransactionC.h:
* Make sure we use the const *& extraction operatorsJohnny Willemsen2017-01-051-3/+3
| | | | | | | * TAO/tao/AnyTypeCode/BasicTypeTraits.h: * TAO/tao/DynamicAny/DynCommon.cpp: * TAO/tao/RTCORBA/RT_Policy_i.cpp: * TAO/tao/ZIOP/ZIOP_PolicyFactory.cpp:
* Fixed typosJohnny Willemsen2016-01-261-1/+1
| | | | | | | | | * TAO/docs/Smart_Proxies.html: * TAO/tao/ORB.cpp: * TAO/tao/RTCORBA/RT_Policy_i.cpp: * TAO/tao/Synch_Invocation.h: * TAO/tests/RTCORBA/Bug_3382_Regression/interceptors.h: * TAO/tests/RTCORBA/Client_Propagated/interceptors.h:
* Removed commented out codeJohnny Willemsen2016-01-201-1/+0
| | | | * TAO/tao/RTCORBA/Thread_Pool.h:
* Fix MSVC integer connversion warning.Martin Corino2015-06-011-2/+2
| | | | * TAO/tao/RTCORBA/Thread_Pool.cpp:
* Added to .gitignore files based on what was generated during a buildAdam Mitz2015-03-021-1/+7
|
* Added .gitignore files based on svn:ignore propertiesAdam Mitz2015-03-021-0/+2
|
* Shorter headerJohnny Willemsen2015-01-079-9/+0
|
* Shorter headersJohnny Willemsen2015-01-071-1/+0
|
* Shorten file headersJohnny Willemsen2015-01-075-8/+0
|
* Replace pidl and GNU filesJohnny Willemsen2015-01-073-6/+0
|
* Zapped c-style id tag with no space between // and $Id$Johnny Willemsen2015-01-071-1/+0
|
* Remove doxygen style Id tag with two space before $Id#Johnny Willemsen2015-01-0729-58/+0
|
* Removed single line Id tagJohnny Willemsen2015-01-0730-57/+0
|
* Zapped two line id tagsJohnny Willemsen2015-01-0710-30/+0
|
* Updated links to point to http://www.dre.vanderbilt.edu/~schmidt/TAO.htmlJohnny Willemsen2014-12-075-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * CIAO/connectors/ami4ccm/examples/Hello/Sender/Hello_Sender_exec.cpp: * CIAO/connectors/ami4ccm/examples/Hello/Sender/Hello_Sender_exec.h: * CIAO/connectors/ami4ccm/examples/Quoter/Client/Quoter_Client_exec.cpp: * CIAO/connectors/ami4ccm/examples/Quoter/Client/Quoter_Client_exec.h: * CIAO/connectors/ami4ccm/examples/Quoter/Producer/Quoter_Producer_exec.cpp: * CIAO/connectors/ami4ccm/examples/Quoter/Producer/Quoter_Producer_exec.h: * CIAO/connectors/ami4ccm/tests/AsynchT/Receiver/AsynchT_Receiver_exec.cpp: * CIAO/connectors/ami4ccm/tests/AsynchT/Receiver/AsynchT_Receiver_exec.h: * CIAO/connectors/ami4ccm/tests/AsynchT/Sender/AsynchT_Sender_exec.cpp: * CIAO/connectors/ami4ccm/tests/AsynchT/Sender/AsynchT_Sender_exec.h: * CIAO/connectors/ami4ccm/tests/DelReplyH/Receiver/DelReplyH_Receiver_exec.cpp: * CIAO/connectors/ami4ccm/tests/DelReplyH/Receiver/DelReplyH_Receiver_exec.h: * CIAO/connectors/ami4ccm/tests/DelReplyH/Sender/DelReplyH_Sender_exec.cpp: * CIAO/connectors/ami4ccm/tests/DelReplyH/Sender/DelReplyH_Sender_exec.h: * CIAO/connectors/ami4ccm/tests/Exceptions/Receiver/ExceptionT_Receiver_exec.cpp: * CIAO/connectors/ami4ccm/tests/Exceptions/Receiver/ExceptionT_Receiver_exec.h: * CIAO/connectors/ami4ccm/tests/Exceptions/Sender/ExceptionT_Sender_exec.cpp: * CIAO/connectors/ami4ccm/tests/Exceptions/Sender/ExceptionT_Sender_exec.h: * CIAO/connectors/ami4ccm/tests/GetComp/Receiver/GetComp_Receiver_exec.cpp: * CIAO/connectors/ami4ccm/tests/GetComp/Receiver/GetComp_Receiver_exec.h: * CIAO/connectors/ami4ccm/tests/GetComp/Sender/GetComp_Sender_exec.cpp: * CIAO/connectors/ami4ccm/tests/GetComp/Sender/GetComp_Sender_exec.h: * CIAO/connectors/ami4ccm/tests/InterInArgs/Receiver/InterInArgsT_Receiver_exec.cpp: * CIAO/connectors/ami4ccm/tests/InterInArgs/Receiver/InterInArgsT_Receiver_exec.h: * CIAO/connectors/ami4ccm/tests/InterInArgs/Sender/InterInArgsT_Sender_exec.cpp: * CIAO/connectors/ami4ccm/tests/InterInArgs/Sender/InterInArgsT_Sender_exec.h: * CIAO/connectors/ami4ccm/tests/InterInOutArgs/Receiver/InterInOutT_Receiver_exec.cpp: * CIAO/connectors/ami4ccm/tests/InterInOutArgs/Receiver/InterInOutT_Receiver_exec.h: * CIAO/connectors/ami4ccm/tests/InterInOutArgs/Sender/InterInOutT_Sender_exec.cpp: * CIAO/connectors/ami4ccm/tests/InterInOutArgs/Sender/InterInOutT_Sender_exec.h: * CIAO/connectors/ami4ccm/tests/InterMulti/Receiver/InterMulti_Receiver_exec.cpp: * CIAO/connectors/ami4ccm/tests/InterMulti/Receiver/InterMulti_Receiver_exec.h: * CIAO/connectors/ami4ccm/tests/InterMulti/Sender/InterMulti_Sender_exec.cpp: * CIAO/connectors/ami4ccm/tests/InterMulti/Sender/InterMulti_Sender_exec.h: * CIAO/connectors/ami4ccm/tests/InterOutArgs/Receiver/InterOutArgsT_Receiver_exec.cpp: * CIAO/connectors/ami4ccm/tests/InterOutArgs/Receiver/InterOutArgsT_Receiver_exec.h: * CIAO/connectors/ami4ccm/tests/InterOutArgs/Sender/InterOutArgsT_Sender_exec.cpp: * CIAO/connectors/ami4ccm/tests/InterOutArgs/Sender/InterOutArgsT_Sender_exec.h: * CIAO/connectors/ami4ccm/tests/InterReturn/Receiver/InterReturnT_Receiver_exec.cpp: * CIAO/connectors/ami4ccm/tests/InterReturn/Receiver/InterReturnT_Receiver_exec.h: * CIAO/connectors/ami4ccm/tests/InterReturn/Sender/InterReturnT_Sender_exec.cpp: * CIAO/connectors/ami4ccm/tests/InterReturn/Sender/InterReturnT_Sender_exec.h: * CIAO/connectors/ami4ccm/tests/NoConnection/Receiver/HelloT_Receiver_exec.cpp: * CIAO/connectors/ami4ccm/tests/NoConnection/Receiver/HelloT_Receiver_exec.h: * CIAO/connectors/ami4ccm/tests/NoConnection/Sender/HelloT_Sender_exec.cpp: * CIAO/connectors/ami4ccm/tests/NoConnection/Sender/HelloT_Sender_exec.h: * CIAO/connectors/ami4ccm/tests/NoReplyH/Receiver/NoReplyH_Receiver_exec.cpp: * CIAO/connectors/ami4ccm/tests/NoReplyH/Receiver/NoReplyH_Receiver_exec.h: * CIAO/connectors/ami4ccm/tests/NoReplyH/Sender/NoReplyH_Sender_exec.cpp: * CIAO/connectors/ami4ccm/tests/NoReplyH/Sender/NoReplyH_Sender_exec.h: * CIAO/connectors/ami4ccm/tests/OneProcess/Receiver/OneProcess_Receiver_exec.cpp: * CIAO/connectors/ami4ccm/tests/OneProcess/Receiver/OneProcess_Receiver_exec.h: * CIAO/connectors/ami4ccm/tests/OneProcess/Sender/OneProcess_Sender_exec.cpp: * CIAO/connectors/ami4ccm/tests/OneProcess/Sender/OneProcess_Sender_exec.h: * CIAO/connectors/ami4ccm/tests/OneReplyH/Receiver/OneReplyH_Receiver_exec.cpp: * CIAO/connectors/ami4ccm/tests/OneReplyH/Receiver/OneReplyH_Receiver_exec.h: * CIAO/connectors/ami4ccm/tests/OneReplyH/Sender/OneReplyH_Sender_exec.cpp: * CIAO/connectors/ami4ccm/tests/OneReplyH/Sender/OneReplyH_Sender_exec.h: * CIAO/connectors/ami4ccm/tests/PragmaT/Sender/PragmaT_Sender_exec.cpp: * CIAO/connectors/ami4ccm/tests/PragmaT/Sender/PragmaT_Sender_exec.h: * CIAO/connectors/ami4ccm/tests/SimplexMulti/Receiver/UsesSM_Receiver_exec.cpp: * CIAO/connectors/ami4ccm/tests/SimplexMulti/Receiver/UsesSM_Receiver_exec.h: * CIAO/connectors/ami4ccm/tests/SimplexMulti/Sender/UsesSM_Sender_exec.cpp: * CIAO/connectors/ami4ccm/tests/SimplexMulti/Sender/UsesSM_Sender_exec.h: * CIAO/connectors/ami4ccm/tests/SyncPortConn/Sender/Hello_Sender_exec.cpp: * CIAO/connectors/ami4ccm/tests/SyncPortConn/Sender/Hello_Sender_exec.h: * CIAO/connectors/ami4ccm/tests/ThreeComp/Master/ThreeComp_Master_exec.cpp: * CIAO/connectors/ami4ccm/tests/ThreeComp/Master/ThreeComp_Master_exec.h: * CIAO/connectors/ami4ccm/tests/ThreeComp/Receiver/ThreeComp_Receiver_exec.cpp: * CIAO/connectors/ami4ccm/tests/ThreeComp/Receiver/ThreeComp_Receiver_exec.h: * CIAO/connectors/ami4ccm/tests/ThreeComp/Sender/ThreeComp_Sender_exec.cpp: * CIAO/connectors/ami4ccm/tests/ThreeComp/Sender/ThreeComp_Sender_exec.h: * CIAO/connectors/ami4ccm/tests/UsesMulti/Receiver/UsesMulti_Receiver_exec.cpp: * CIAO/connectors/ami4ccm/tests/UsesMulti/Receiver/UsesMulti_Receiver_exec.h: * CIAO/connectors/ami4ccm/tests/UsesMulti/Sender/UsesMulti_Sender_exec.cpp: * CIAO/connectors/ami4ccm/tests/UsesMulti/Sender/UsesMulti_Sender_exec.h: * CIAO/connectors/ami4ccm/tutorials/Hello/Hello_asm/Receiver_comp/src/Hello_Receiver_comp_exec.cpp: * CIAO/connectors/ami4ccm/tutorials/Hello/Hello_asm/Receiver_comp/src/Hello_Receiver_comp_exec.h: * CIAO/connectors/ami4ccm/tutorials/Hello/Hello_asm/Sender_comp/src/Hello_Sender_comp_exec.cpp: * CIAO/connectors/ami4ccm/tutorials/Hello/Hello_asm/Sender_comp/src/Hello_Sender_comp_exec.h: * CIAO/connectors/ami4ccm/tutorials/Hello/Tutorial/Code/GeneratedExec/Hello_Receiver_comp_exec.cpp: * CIAO/connectors/ami4ccm/tutorials/Hello/Tutorial/Code/GeneratedExec/Hello_Receiver_comp_exec.h: * CIAO/connectors/ami4ccm/tutorials/Hello/Tutorial/Code/GeneratedExec/Hello_Sender_comp_exec.cpp: * CIAO/connectors/ami4ccm/tutorials/Hello/Tutorial/Code/GeneratedExec/Hello_Sender_comp_exec.h: * CIAO/connectors/ami4ccm/tutorials/Hello/Tutorial/Code/ImplementedExec/Hello_Receiver_comp_exec.cpp: * CIAO/connectors/ami4ccm/tutorials/Hello/Tutorial/Code/ImplementedExec/Hello_Receiver_comp_exec.h: * CIAO/connectors/ami4ccm/tutorials/Hello/Tutorial/Code/ImplementedExec/Hello_Sender_comp_exec.cpp: * CIAO/connectors/ami4ccm/tutorials/Hello/Tutorial/Code/ImplementedExec/Hello_Sender_comp_exec.h: * CIAO/connectors/dds4ccm/examples/Large_Deployment/DDS_Sub/DDS_Sub_exec.cpp: * CIAO/connectors/dds4ccm/examples/Large_Deployment/DDS_Sub/DDS_Sub_exec.h: * CIAO/connectors/dds4ccm/examples/Quoter/Broker/Broker_exec.cpp: * CIAO/connectors/dds4ccm/examples/Quoter/Broker/Broker_exec.h: * CIAO/connectors/dds4ccm/examples/Quoter/Distributor/Distributor_exec.cpp: * CIAO/connectors/dds4ccm/examples/Quoter/Distributor/Distributor_exec.h: * CIAO/connectors/dds4ccm/examples/Shapes/Receiver/Shapes_Receiver_exec.cpp: * CIAO/connectors/dds4ccm/examples/Shapes/Receiver/Shapes_Receiver_exec.h: * CIAO/connectors/dds4ccm/examples/Shapes/Sender/Shapes_Sender_exec.cpp: * CIAO/connectors/dds4ccm/examples/Shapes/Sender/Shapes_Sender_exec.h: * CIAO/connectors/dds4ccm/examples/ShapesContr/Receiver/Shapes_Receiver_exec.cpp: * CIAO/connectors/dds4ccm/examples/ShapesContr/Receiver/Shapes_Receiver_exec.h: * CIAO/connectors/dds4ccm/examples/ShapesContr/Sender/Shapes_Sender_exec.cpp: * CIAO/connectors/dds4ccm/examples/ShapesContr/Sender/Shapes_Sender_exec.h: * CIAO/connectors/dds4ccm/idl/ndds/ndds_dcps_instance_handleEC.h: * CIAO/connectors/dds4ccm/idl/ndds/ndds_dcps_instance_handleS.h: * CIAO/connectors/dds4ccm/performance-tests/Keyed/Receiver/Perf_Keyed_Test_Receiver_exec.cpp: * CIAO/connectors/dds4ccm/performance-tests/Keyed/Receiver/Perf_Keyed_Test_Receiver_exec.h: * CIAO/connectors/dds4ccm/performance-tests/Keyed/Sender/Perf_Keyed_Test_Sender_exec.cpp: * CIAO/connectors/dds4ccm/performance-tests/Keyed/Sender/Perf_Keyed_Test_Sender_exec.h: * CIAO/connectors/dds4ccm/performance-tests/Latency/Receiver/LatencyTT_Test_Receiver_exec.cpp: * CIAO/connectors/dds4ccm/performance-tests/Latency/Receiver/LatencyTT_Test_Receiver_exec.h: * CIAO/connectors/dds4ccm/performance-tests/Latency/Sender/LatencyTT_Test_Sender_exec.cpp: * CIAO/connectors/dds4ccm/performance-tests/Latency/Sender/LatencyTT_Test_Sender_exec.h: * CIAO/connectors/dds4ccm/performance-tests/Throughput/Receiver/Throughput_Receiver_exec.cpp: * CIAO/connectors/dds4ccm/performance-tests/Throughput/Receiver/Throughput_Receiver_exec.h: * CIAO/connectors/dds4ccm/performance-tests/Throughput/Sender/Throughput_Sender_exec.cpp: * CIAO/connectors/dds4ccm/performance-tests/Throughput/Sender/Throughput_Sender_exec.h: * CIAO/connectors/dds4ccm/tests/CSLSampleRejected/Receiver/CSL_SRTest_Receiver_exec.cpp: * CIAO/connectors/dds4ccm/tests/CSLSampleRejected/Receiver/CSL_SRTest_Receiver_exec.h: * CIAO/connectors/dds4ccm/tests/CSLSampleRejected/Sender/CSL_SRTest_Sender_exec.cpp: * CIAO/connectors/dds4ccm/tests/CSLSampleRejected/Sender/CSL_SRTest_Sender_exec.h: * CIAO/connectors/dds4ccm/tests/CSLUnexpStat/Receiver/CSL_USTest_Receiver_exec.cpp: * CIAO/connectors/dds4ccm/tests/CSLUnexpStat/Receiver/CSL_USTest_Receiver_exec.h: * CIAO/connectors/dds4ccm/tests/CSLUnexpStat/Sender/CSL_USTest_Sender_exec.cpp: * CIAO/connectors/dds4ccm/tests/CSLUnexpStat/Sender/CSL_USTest_Sender_exec.h: * CIAO/connectors/dds4ccm/tests/CoherentWriter/Receiver/CoherentWrite_Test_Receiver_exec.cpp: * CIAO/connectors/dds4ccm/tests/CoherentWriter/Receiver/CoherentWrite_Test_Receiver_exec.h: * CIAO/connectors/dds4ccm/tests/CoherentWriter/Sender/CoherentWrite_Test_Sender_exec.cpp: * CIAO/connectors/dds4ccm/tests/CoherentWriter/Sender/CoherentWrite_Test_Sender_exec.h: * CIAO/connectors/dds4ccm/tests/ContentFilteredTopic/EventListener/Receiver/CFTLE_Test_Receiver_exec.cpp: * CIAO/connectors/dds4ccm/tests/ContentFilteredTopic/EventListener/Receiver/CFTLE_Test_Receiver_exec.h: * CIAO/connectors/dds4ccm/tests/ContentFilteredTopic/EventListener/Sender/CFTLE_Test_Sender_exec.cpp: * CIAO/connectors/dds4ccm/tests/ContentFilteredTopic/EventListener/Sender/CFTLE_Test_Sender_exec.h: * CIAO/connectors/dds4ccm/tests/ContentFilteredTopic/ReadGet/Receiver/ReadGet_Test_Receiver_exec.cpp: * CIAO/connectors/dds4ccm/tests/ContentFilteredTopic/ReadGet/Receiver/ReadGet_Test_Receiver_exec.h: * CIAO/connectors/dds4ccm/tests/ContentFilteredTopic/ReadGet/Sender/ReadGet_Test_Sender_exec.cpp: * CIAO/connectors/dds4ccm/tests/ContentFilteredTopic/ReadGet/Sender/ReadGet_Test_Sender_exec.h: * CIAO/connectors/dds4ccm/tests/DDSEntity/Receiver/Writer_Receiver_exec.cpp: * CIAO/connectors/dds4ccm/tests/DDSEntity/Receiver/Writer_Receiver_exec.h: * CIAO/connectors/dds4ccm/tests/DDSEntity/Sender/Writer_Sender_exec.cpp: * CIAO/connectors/dds4ccm/tests/DDSEntity/Sender/Writer_Sender_exec.h: * CIAO/connectors/dds4ccm/tests/Getter/Receiver/Getter_Test_Receiver_exec.cpp: * CIAO/connectors/dds4ccm/tests/Getter/Receiver/Getter_Test_Receiver_exec.h: * CIAO/connectors/dds4ccm/tests/Getter/Sender/Getter_Test_Sender_exec.cpp: * CIAO/connectors/dds4ccm/tests/Getter/Sender/Getter_Test_Sender_exec.h: * CIAO/connectors/dds4ccm/tests/HomeTest/HomeComp/HomeT_HomeC_exec.cpp: * CIAO/connectors/dds4ccm/tests/HomeTest/HomeComp/HomeT_HomeC_exec.h: * CIAO/connectors/dds4ccm/tests/InstanceHandle/Sender/Writer_Sender_exec.cpp: * CIAO/connectors/dds4ccm/tests/InstanceHandle/Sender/Writer_Sender_exec.h: * CIAO/connectors/dds4ccm/tests/KeyedSamples/Receiver/Keyed_Test_Receiver_exec.cpp: * CIAO/connectors/dds4ccm/tests/KeyedSamples/Receiver/Keyed_Test_Receiver_exec.h: * CIAO/connectors/dds4ccm/tests/KeyedWriter/Receiver/Writer_Receiver_exec.cpp: * CIAO/connectors/dds4ccm/tests/KeyedWriter/Receiver/Writer_Receiver_exec.h: * CIAO/connectors/dds4ccm/tests/LateBinding/ReadGet/Receiver/RG_LateBinding_Receiver_exec.cpp: * CIAO/connectors/dds4ccm/tests/LateBinding/ReadGet/Receiver/RG_LateBinding_Receiver_exec.h: * CIAO/connectors/dds4ccm/tests/LateBinding/ReadGet/Sender/RG_LateBinding_Sender_exec.cpp: * CIAO/connectors/dds4ccm/tests/LateBinding/ReadGet/Sender/RG_LateBinding_Sender_exec.h: * CIAO/connectors/dds4ccm/tests/LateBinding/UpdateWrite/Receiver/WU_LateBinding_Receiver_exec.cpp: * CIAO/connectors/dds4ccm/tests/LateBinding/UpdateWrite/Receiver/WU_LateBinding_Receiver_exec.h: * CIAO/connectors/dds4ccm/tests/LateBinding/UpdateWrite/Sender/WU_LateBinding_Sender_exec.cpp: * CIAO/connectors/dds4ccm/tests/LateBinding/UpdateWrite/Sender/WU_LateBinding_Sender_exec.h: * CIAO/connectors/dds4ccm/tests/ListenNotEnabled/Receiver/LNE_Test_Receiver_exec.cpp: * CIAO/connectors/dds4ccm/tests/ListenNotEnabled/Receiver/LNE_Test_Receiver_exec.h: * CIAO/connectors/dds4ccm/tests/ListenNotEnabled/Sender/LNE_Test_Sender_exec.cpp: * CIAO/connectors/dds4ccm/tests/ListenNotEnabled/Sender/LNE_Test_Sender_exec.h: * CIAO/connectors/dds4ccm/tests/MemLeakDetection/TypeRegistration/Component/TypeRegistration_Test_Component_exec.cpp: * CIAO/connectors/dds4ccm/tests/MemLeakDetection/TypeRegistration/Component/TypeRegistration_Test_Component_exec.h: * CIAO/connectors/dds4ccm/tests/MultiTopic/Receiver/MultiTopic_Receiver_exec.cpp: * CIAO/connectors/dds4ccm/tests/MultiTopic/Receiver/MultiTopic_Receiver_exec.h: * CIAO/connectors/dds4ccm/tests/MultiTopic/Sender/MultiTopic_Sender_exec.cpp: * CIAO/connectors/dds4ccm/tests/MultiTopic/Sender/MultiTopic_Sender_exec.h: * CIAO/connectors/dds4ccm/tests/PSLDeadline/Receiver/PSL_DeadlineTest_Receiver_exec.cpp: * CIAO/connectors/dds4ccm/tests/PSLDeadline/Receiver/PSL_DeadlineTest_Receiver_exec.h: * CIAO/connectors/dds4ccm/tests/PSLDeadline/Sender/PSL_DeadlineTest_Sender_exec.cpp: * CIAO/connectors/dds4ccm/tests/PSLDeadline/Sender/PSL_DeadlineTest_Sender_exec.h: * CIAO/connectors/dds4ccm/tests/PSLSampleLost/Receiver/PSL_SampleLost_Receiver_exec.cpp: * CIAO/connectors/dds4ccm/tests/PSLSampleLost/Receiver/PSL_SampleLost_Receiver_exec.h: * CIAO/connectors/dds4ccm/tests/PSLSampleLost/Sender/PSL_SampleLost_Sender_exec.cpp: * CIAO/connectors/dds4ccm/tests/PSLSampleLost/Sender/PSL_SampleLost_Sender_exec.h: * CIAO/connectors/dds4ccm/tests/Proxies/ReadWrite/Receiver/Proxy_RW_Test_Receiver_exec.cpp: * CIAO/connectors/dds4ccm/tests/Proxies/ReadWrite/Receiver/Proxy_RW_Test_Receiver_exec.h: * CIAO/connectors/dds4ccm/tests/Proxies/ReadWrite/Sender/Proxy_RW_Test_Sender_exec.cpp: * CIAO/connectors/dds4ccm/tests/Proxies/ReadWrite/Sender/Proxy_RW_Test_Sender_exec.h: * CIAO/connectors/dds4ccm/tests/QueryCondition/Different/Receiver/Different_Test_Receiver_exec.cpp: * CIAO/connectors/dds4ccm/tests/QueryCondition/Different/Receiver/Different_Test_Receiver_exec.h: * CIAO/connectors/dds4ccm/tests/QueryCondition/Different/Sender/Different_Test_Sender_exec.cpp: * CIAO/connectors/dds4ccm/tests/QueryCondition/Different/Sender/Different_Test_Sender_exec.h: * CIAO/connectors/dds4ccm/tests/QueryCondition/EventListener/Receiver/QCLE_Test_Receiver_exec.cpp: * CIAO/connectors/dds4ccm/tests/QueryCondition/EventListener/Receiver/QCLE_Test_Receiver_exec.h: * CIAO/connectors/dds4ccm/tests/QueryCondition/EventListener/Sender/QCLE_Test_Sender_exec.cpp: * CIAO/connectors/dds4ccm/tests/QueryCondition/EventListener/Sender/QCLE_Test_Sender_exec.h: * CIAO/connectors/dds4ccm/tests/QueryCondition/ReadGet/Receiver/ReadGet_Test_Receiver_exec.cpp: * CIAO/connectors/dds4ccm/tests/QueryCondition/ReadGet/Receiver/ReadGet_Test_Receiver_exec.h: * CIAO/connectors/dds4ccm/tests/QueryCondition/ReadGet/Sender/ReadGet_Test_Sender_exec.cpp: * CIAO/connectors/dds4ccm/tests/QueryCondition/ReadGet/Sender/ReadGet_Test_Sender_exec.h: * CIAO/connectors/dds4ccm/tests/QueryCondition/StateListener/Receiver/QCLS_Test_Receiver_exec.cpp: * CIAO/connectors/dds4ccm/tests/QueryCondition/StateListener/Receiver/QCLS_Test_Receiver_exec.h: * CIAO/connectors/dds4ccm/tests/QueryCondition/StateListener/Sender/QCLS_Test_Sender_exec.cpp: * CIAO/connectors/dds4ccm/tests/QueryCondition/StateListener/Sender/QCLS_Test_Sender_exec.h: * CIAO/connectors/dds4ccm/tests/QueryCondition/TwoListeners/Receiver/QCTL_Test_Receiver_exec.cpp: * CIAO/connectors/dds4ccm/tests/QueryCondition/TwoListeners/Receiver/QCTL_Test_Receiver_exec.h: * CIAO/connectors/dds4ccm/tests/QueryCondition/TwoListeners/Sender/QCTL_Test_Sender_exec.cpp: * CIAO/connectors/dds4ccm/tests/QueryCondition/TwoListeners/Sender/QCTL_Test_Sender_exec.h: * CIAO/connectors/dds4ccm/tests/QueryCondition/TwoQueries/Receiver/QCTQ_Test_Receiver_exec.cpp: * CIAO/connectors/dds4ccm/tests/QueryCondition/TwoQueries/Receiver/QCTQ_Test_Receiver_exec.h: * CIAO/connectors/dds4ccm/tests/QueryCondition/TwoQueries/Sender/QCTQ_Test_Sender_exec.cpp: * CIAO/connectors/dds4ccm/tests/QueryCondition/TwoQueries/Sender/QCTQ_Test_Sender_exec.h: * CIAO/connectors/dds4ccm/tests/QueryCondition/TwoQueriesMany/Receiver/QCTQM_Test_Receiver_exec.cpp: * CIAO/connectors/dds4ccm/tests/QueryCondition/TwoQueriesMany/Receiver/QCTQM_Test_Receiver_exec.h: * CIAO/connectors/dds4ccm/tests/QueryCondition/TwoQueriesMany/Sender/QCTQM_Test_Sender_exec.cpp: * CIAO/connectors/dds4ccm/tests/QueryCondition/TwoQueriesMany/Sender/QCTQM_Test_Sender_exec.h: * CIAO/connectors/dds4ccm/tests/Reader/Receiver/Reader_Test_Receiver_exec.cpp: * CIAO/connectors/dds4ccm/tests/Reader/Receiver/Reader_Test_Receiver_exec.h: * CIAO/connectors/dds4ccm/tests/Reader/Sender/Reader_Test_Sender_exec.cpp: * CIAO/connectors/dds4ccm/tests/Reader/Sender/Reader_Test_Sender_exec.h: * CIAO/connectors/dds4ccm/tests/ResetTopic/ReadGet/Sender/RG_ResetTopic_Sender_exec.h: * CIAO/connectors/dds4ccm/tests/ResetTopic/ToEmpty/Sender/TE_ResetTopic_Sender_exec.cpp: * CIAO/connectors/dds4ccm/tests/ResetTopic/ToEmpty/Sender/TE_ResetTopic_Sender_exec.h: * CIAO/connectors/dds4ccm/tests/ResetTopic/TooLong/Sender/TL_ResetTopic_Sender_exec.cpp: * CIAO/connectors/dds4ccm/tests/ResetTopic/TooLong/Sender/TL_ResetTopic_Sender_exec.h: * CIAO/connectors/dds4ccm/tests/ResetTopic/UpdateListen/Receiver/UL_ResetTopic_Receiver_exec.cpp: * CIAO/connectors/dds4ccm/tests/ResetTopic/UpdateListen/Receiver/UL_ResetTopic_Receiver_exec.h: * CIAO/connectors/dds4ccm/tests/ResetTopic/UpdateListen/Sender/UL_ResetTopic_Sender_exec.cpp: * CIAO/connectors/dds4ccm/tests/ResetTopic/UpdateListen/Sender/UL_ResetTopic_Sender_exec.h: * CIAO/connectors/dds4ccm/tests/ResetTopic/WriteListen/Receiver/WL_ResetTopic_Receiver_exec.cpp: * CIAO/connectors/dds4ccm/tests/ResetTopic/WriteListen/Receiver/WL_ResetTopic_Receiver_exec.h: * CIAO/connectors/dds4ccm/tests/ResetTopic/WriteListen/Sender/WL_ResetTopic_Sender_exec.cpp: * CIAO/connectors/dds4ccm/tests/ResetTopic/WriteListen/Sender/WL_ResetTopic_Sender_exec.h: * CIAO/connectors/dds4ccm/tests/SLDisabled/Receiver/SL_Disabled_Receiver_exec.cpp: * CIAO/connectors/dds4ccm/tests/SLDisabled/Receiver/SL_Disabled_Receiver_exec.h: * CIAO/connectors/dds4ccm/tests/SLDisabled/Sender/SL_Disabled_Sender_exec.cpp: * CIAO/connectors/dds4ccm/tests/SLDisabled/Sender/SL_Disabled_Sender_exec.h: * CIAO/connectors/dds4ccm/tests/SLManyByMany/Sender/SL_ManyByMany_Sender_exec.cpp: * CIAO/connectors/dds4ccm/tests/SLManyByMany/Sender/SL_ManyByMany_Sender_exec.h: * CIAO/connectors/dds4ccm/tests/UnkeyedSamples/Receiver/Unkeyed_Test_Receiver_exec.cpp: * CIAO/connectors/dds4ccm/tests/UnkeyedSamples/Receiver/Unkeyed_Test_Receiver_exec.h: * CIAO/connectors/dds4ccm/tests/UnkeyedSamples/Sender/Unkeyed_Test_Sender_exec.cpp: * CIAO/connectors/dds4ccm/tests/UnkeyedSamples/Sender/Unkeyed_Test_Sender_exec.h: * CIAO/connectors/dds4ccm/tests/UnkeyedWriter/Receiver/Writer_Receiver_exec.cpp: * CIAO/connectors/dds4ccm/tests/UnkeyedWriter/Receiver/Writer_Receiver_exec.h: * CIAO/connectors/dds4ccm/tests/UnkeyedWriter/Sender/Writer_Sender_exec.cpp: * CIAO/connectors/dds4ccm/tests/UnkeyedWriter/Sender/Writer_Sender_exec.h: * CIAO/connectors/dds4ccm/tests/Updater/Receiver/Updater_Receiver_exec.cpp: * CIAO/connectors/dds4ccm/tests/Updater/Receiver/Updater_Receiver_exec.h: * CIAO/connectors/dds4ccm/tests/Updater/Sender/Updater_Sender_exec.cpp: * CIAO/connectors/dds4ccm/tests/Updater/Sender/Updater_Sender_exec.h: * CIAO/connectors/dds4ccm/tests/UserdataCopyCount/Component/UCC_Test_Component_exec.cpp: * CIAO/connectors/dds4ccm/tests/UserdataCopyCount/Component/UCC_Test_Component_exec.h: * CIAO/connectors/dds4ccm/tutorials/Shapes/Shapes_asm/Shapes_Control_comp/src/Shapes_Control_comp_exec.h: * CIAO/connectors/dds4ccm/tutorials/Shapes/Shapes_asm/Shapes_Receiver_comp/src/Shapes_Receiver_comp_exec.h: * CIAO/connectors/dds4ccm/tutorials/Shapes/Shapes_asm/Shapes_Sender_comp/src/Shapes_Sender_comp_exec.h: * CIAO/connectors/dds4ccm/tutorials/Shapes/Tutorial/Code/Shapes_Control_comp/Shapes_Control_comp_exec.cpp: * CIAO/connectors/dds4ccm/tutorials/Shapes/Tutorial/Code/Shapes_Control_comp/Shapes_Control_comp_exec.h: * CIAO/connectors/dds4ccm/tutorials/Shapes/Tutorial/Code/Shapes_Receiver_comp/Shapes_Receiver_comp_exec.cpp: * CIAO/connectors/dds4ccm/tutorials/Shapes/Tutorial/Code/Shapes_Receiver_comp/Shapes_Receiver_comp_exec.h: * CIAO/connectors/dds4ccm/tutorials/Shapes/Tutorial/Code/Shapes_Sender_comp/Shapes_Sender_comp_exec.cpp: * CIAO/connectors/dds4ccm/tutorials/Shapes/Tutorial/Code/Shapes_Sender_comp/Shapes_Sender_comp_exec.h: * CIAO/examples/Hello/Sender/Hello_Sender_exec.cpp: * CIAO/examples/Hello/Sender/Hello_Sender_exec.h: * CIAO/examples/Hello_Event/Receiver/Receiver_exec.cpp: * CIAO/examples/Hello_Event/Receiver/Receiver_exec.h: * CIAO/examples/Hello_Event/Sender/Sender_exec.cpp: * CIAO/examples/Hello_Event/Sender/Sender_exec.h: * CIAO/examples/Hello_Event/step-by-step.html: * CIAO/tests/Bug_3834_Regression/CompA_exec.cpp: * CIAO/tests/Bug_3834_Regression/CompA_exec.h: * CIAO/tests/Bug_3834_Regression/CompB_exec.cpp: * CIAO/tests/Bug_3834_Regression/CompB_exec.h: * CIAO/tests/CIF/Component/CIF_Component_exec.cpp: * CIAO/tests/CIF/Component/CIF_Component_exec.h: * CIAO/tests/Collocation/Receiver/Receiver_exec.cpp: * CIAO/tests/Collocation/Sender/Sender_exec.h: * CIAO/tests/DAnCE/Components/ProcessColocation_exec.h: * CIAO/tests/DAnCE/Components/Progressive_exec.cpp: * CIAO/tests/DAnCE/Components/Progressive_exec.h: * CIAO/tests/DAnCE/Executor-Destructor/Executor_Destructor_exec.cpp: * CIAO/tests/DAnCE/Executor-Destructor/Executor_Destructor_exec.h: * CIAO/tests/DAnCE/Launch-Failures/Component/Launch_Failure_exec.cpp: * CIAO/tests/DAnCE/Launch-Failures/Component/Launch_Failure_exec.h: * CIAO/tests/DAnCE/LocalityManager/UnexpectedShutdown/UnexpectedShutdown_exec.cpp: * CIAO/tests/DAnCE/LocalityManager/UnexpectedShutdown/UnexpectedShutdown_exec.h: * CIAO/tests/DAnCE/PartialShutdown/Component1/Component1_exec.cpp: * CIAO/tests/DAnCE/PartialShutdown/Component1/Component1_exec.h: * CIAO/tests/DAnCE/PartialShutdown/Component2/Component2_exec.cpp: * CIAO/tests/DAnCE/PartialShutdown/Component2/Component2_exec.h: * CIAO/tests/DAnCE/PartialShutdown/Component3/Component3_exec.cpp: * CIAO/tests/DAnCE/PartialShutdown/Component3/Component3_exec.h: * CIAO/tests/DAnCE/Threading/Component1/Component1_exec.cpp: * CIAO/tests/DAnCE/Threading/Component1/Component1_exec.h: * CIAO/tests/DAnCE/Threading/Component2/Component2_exec.cpp: * CIAO/tests/DAnCE/Threading/Component2/Component2_exec.h: * CIAO/tests/IDL_Test/Lem_Specific_Export/Lem_Export_exec.cpp: * CIAO/tests/IDL_Test/Lem_Specific_Export/Lem_Export_exec.h: * CIAO/tests/Minimum/Receiver/Receiver_exec.cpp: * CIAO/tests/Minimum/Receiver/Receiver_exec.h: * CIAO/tests/Minimum/Sender/Sender_exec.cpp: * CIAO/tests/Minimum/Sender/Sender_exec.h: * CIAO/tutorials/Quoter/Simple/Distributor/StockDistributor_exec.h: * TAO/DevGuideExamples/AMH/AMH_Messenger_i.cpp: * TAO/DevGuideExamples/AMH/AMH_Messenger_i.h: * TAO/DevGuideExamples/AMH/Messenger_i.cpp: * TAO/DevGuideExamples/AMH/Messenger_i.h: * TAO/DevGuideExamples/AMH_AMI/inner_i.h: * TAO/DevGuideExamples/AMH_AMI/middle_i.cpp: * TAO/DevGuideExamples/GettingStarted/Messenger_i.cpp: * TAO/DevGuideExamples/GettingStarted/Messenger_i.h: * TAO/DevGuideExamples/LocalObjects/ServantLocator/Messenger_i.cpp: * TAO/DevGuideExamples/LocalObjects/ServantLocator/Messenger_i.h: * TAO/DevGuideExamples/Messaging/AMIcallback/Messenger_i.cpp: * TAO/DevGuideExamples/Messaging/AMIcallback/Messenger_i.h: * TAO/DevGuideExamples/Messaging/RelativeRoundtripTimeout/Messenger_i.cpp: * TAO/DevGuideExamples/Messaging/RelativeRoundtripTimeout/Messenger_i.h: * TAO/DevGuideExamples/Multithreading/DynamicThreadPool/Messenger_i.cpp: * TAO/DevGuideExamples/Multithreading/DynamicThreadPool/Messenger_i.h: * TAO/DevGuideExamples/Multithreading/GracefulShutdown/Messenger_i.cpp: * TAO/DevGuideExamples/Multithreading/GracefulShutdown/Messenger_i.h: * TAO/DevGuideExamples/Multithreading/Reactive/Messenger_i.cpp: * TAO/DevGuideExamples/Multithreading/Reactive/Messenger_i.h: * TAO/DevGuideExamples/Multithreading/ThreadPerConnection/Messenger_i.cpp: * TAO/DevGuideExamples/Multithreading/ThreadPerConnection/Messenger_i.h: * TAO/DevGuideExamples/Multithreading/ThreadPool/Messenger_i.cpp: * TAO/DevGuideExamples/Multithreading/ThreadPool/Messenger_i.h: * TAO/DevGuideExamples/PortableInterceptors/Auth/Messenger_i.cpp: * TAO/DevGuideExamples/PortableInterceptors/Auth/Messenger_i.h: * TAO/DevGuideExamples/PortableInterceptors/PICurrent/Messenger_i.cpp: * TAO/DevGuideExamples/PortableInterceptors/PICurrent/Messenger_i.h: * TAO/DevGuideExamples/RTCORBA/Messenger_i.h: * TAO/DevGuideExamples/SmartProxies/Messenger_i.cpp: * TAO/DevGuideExamples/SmartProxies/Messenger_i.h: * TAO/docs/Security/Conformance.html: * TAO/docs/Security/Download.html: * TAO/docs/Security/FAQ.html: * TAO/docs/Security/SSLIOP-USAGE.html: * TAO/docs/Security/SSLIOP.html: * TAO/docs/Security/Security_Service.html: * TAO/docs/Security/index.html: * TAO/docs/minimumTAO.html: * TAO/docs/pluggable_protocols/index.html: * TAO/docs/tutorials/Quoter/On_Demand_Activation/index.html: * TAO/docs/tutorials/Quoter/Simple/Impl-Repo/index.html: * TAO/docs/tutorials/Quoter/Simple/ImprovedServer/index.html: * TAO/docs/tutorials/Quoter/Simple/Persistent/index.html: * TAO/interop-tests/AnyTypeCode/tao/Demo_i.cpp: * TAO/interop-tests/AnyTypeCode/tao/Demo_i.h: * TAO/interop-tests/wchar/interop_wchar_i.h: * TAO/orbsvcs/DevGuideExamples/EventServices/OMG_TypedEC/Messenger_i.cpp: * TAO/orbsvcs/DevGuideExamples/EventServices/OMG_TypedEC/Messenger_i.h: * TAO/orbsvcs/DevGuideExamples/ImplRepo/Messenger_i.cpp: * TAO/orbsvcs/DevGuideExamples/ImplRepo/Messenger_i.h: * TAO/orbsvcs/DevGuideExamples/NamingService/Messenger/Messenger_i.cpp: * TAO/orbsvcs/DevGuideExamples/NamingService/Messenger/Messenger_i.h: * TAO/orbsvcs/DevGuideExamples/NamingService/Naming_Client/Messenger_i.cpp: * TAO/orbsvcs/DevGuideExamples/NamingService/Naming_Client/Messenger_i.h: * TAO/orbsvcs/DevGuideExamples/NamingService/Naming_Context_Ext/Messenger_i.cpp: * TAO/orbsvcs/DevGuideExamples/NamingService/Naming_Context_Ext/Messenger_i.h: * TAO/orbsvcs/DevGuideExamples/NamingService/Naming_Server/Messenger_i.cpp: * TAO/orbsvcs/DevGuideExamples/NamingService/Naming_Server/Messenger_i.h: * TAO/orbsvcs/DevGuideExamples/NamingService/corbaloc_Messenger/Messenger_i.cpp: * TAO/orbsvcs/DevGuideExamples/NamingService/corbaloc_Messenger/Messenger_i.h: * TAO/orbsvcs/DevGuideExamples/NamingService/corbaname_Messenger/Messenger_i.cpp: * TAO/orbsvcs/DevGuideExamples/NamingService/corbaname_Messenger/Messenger_i.h: * TAO/orbsvcs/DevGuideExamples/PortableInterceptors/PICurrent_NameService/Messenger_i.cpp: * TAO/orbsvcs/DevGuideExamples/PortableInterceptors/PICurrent_NameService/Messenger_i.h: * TAO/orbsvcs/DevGuideExamples/Security/SecurityUnawareApp/MessengerI.cpp: * TAO/orbsvcs/DevGuideExamples/Security/SecurityUnawareApp/Messenger_i.cpp: * TAO/orbsvcs/tests/ImplRepo/RestartServer/Messenger_i.cpp: * TAO/orbsvcs/tests/InterfaceRepo/Bug_3495_Regression/TestImpl.cpp: * TAO/orbsvcs/tests/Security/ssliop_CSD/Messenger_i.cpp: * TAO/tao/AnyTypeCode/Typecode_typesA.h: * TAO/tao/AnyTypeCode/WrongTransactionA.cpp: * TAO/tao/AnyTypeCode/WrongTransactionA.h: * TAO/tao/Object_KeyC.cpp: * TAO/tao/Object_KeyC.h: * TAO/tao/PI/PolicyFactoryA.cpp: * TAO/tao/PI/PolicyFactoryA.h: * TAO/tao/PI/PolicyFactoryC.cpp: * TAO/tao/PI/PolicyFactoryC.h: * TAO/tao/PI/PolicyFactoryS.h: * TAO/tao/PI_Server/ServerRequestInterceptorA.cpp: * TAO/tao/PI_Server/ServerRequestInterceptorA.h: * TAO/tao/PI_Server/ServerRequestInterceptorC.cpp: * TAO/tao/PI_Server/ServerRequestInterceptorC.h: * TAO/tao/PI_Server/ServerRequestInterceptorS.h: * TAO/tao/PortableServer/PS_ForwardA.cpp: * TAO/tao/PortableServer/PS_ForwardA.h: * TAO/tao/PortableServer/PS_ForwardC.cpp: * TAO/tao/PortableServer/PS_ForwardC.h: * TAO/tao/PortableServer/PS_ForwardS.h: * TAO/tao/RTCORBA/RT_ProtocolPropertiesA.cpp: * TAO/tao/RTCORBA/RT_ProtocolPropertiesA.h: * TAO/tao/RTCORBA/RT_ProtocolPropertiesC.cpp: * TAO/tao/RTCORBA/RT_ProtocolPropertiesC.h: * TAO/tao/RTCORBA/RT_ProtocolPropertiesS.h: * TAO/tao/Typecode_typesC.cpp: * TAO/tao/Typecode_typesC.h: * TAO/tao/Typecode_typesS.h: * TAO/tao/WrongTransactionC.cpp: * TAO/tao/WrongTransactionC.h: * TAO/tao/WrongTransactionS.h: * TAO/tests/Bug_1495_Regression/test_i.h: * TAO/tests/Bug_2188_Regression/broken_i.cpp: * TAO/tests/Bug_2188_Regression/broken_i.h: * TAO/tests/Bug_3766_Regression/TestI.cpp: * TAO/tests/Bug_3766_Regression/TestI.h: * TAO/tests/ORB_init/Portspan/simpleI.cpp: * TAO/tests/ORB_init/Portspan/simpleI.h:
* Mon Oct 20 15:37:35 UTC 2014 Phil Mesnier <mesnier_p@ociweb.com>Phil Mesnier2014-10-202-3/+3
|
* Wed Feb 26 14:34:37 UTC 2014 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2014-02-261-1/+1
| | | | | | | | | | | | | | * orbsvcs/tests/Miop/McastHello/McastHello.cpp: * orbsvcs/tests/Miop/McastHello/client.cpp: Layout changes * orbsvcs/tests/Miop/McastHello/run_test.pl: Reduce the time we wait for a client, test looks to run fast, no need to wait more than 4 minutes on the client * tao/RTCORBA/RT_Current.cpp: Const change
* Wed Sep 11 07:50:52 UTC 2013 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2013-09-111-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * bin/tao_orb_tests.lst: * tao/RTCORBA/RT_ORB.cpp: * tests/Bug_3000_Regression/run_test.pl: * tests/Bug_3630_Regression/run_test.pl: * tests/Bug_3837_Regression/run_test.pl: * tests/CodeSets/simple/run_test.pl: * tests/OctetSeq/run_test.pl: * tests/OctetSeq/run_test1.pl: * tests/OctetSeq/run_test2.pl: * tests/TransportCurrent/Framework/run_test.pl: * tests/TransportCurrent/IIOP/run_test.pl: Improvements for the Android port commit f723a63d4ce65bcb102dbbf9a525467b01b7a14b Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Mon Sep 9 20:41:48 2013 +0200 IDL_Test doesn't run on Android * TAO/bin/tao_orb_tests.lst: commit 777c5eeaab1045f07eb30bbd074bba83792b1344 Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Mon Sep 9 20:41:01 2013 +0200 Copy conf files to target * TAO/tests/TransportCurrent/Framework/run_test.pl: * TAO/tests/TransportCurrent/IIOP/run_test.pl: commit 29b35e6080087514395a9a800693052ab728f0f2 Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Mon Sep 9 15:36:42 2013 +0200 Disabled some tests for Android, can't run tao_idl on the device * TAO/bin/tao_orb_tests.lst: commit 12d94d292feccc61bcfc1472eb10ab64bb9dcdd3 Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Mon Sep 9 15:31:40 2013 +0200 Copy svc conf files to target * TAO/tests/Bug_3837_Regression/run_test.pl: * TAO/tests/CodeSets/simple/run_test.pl: commit 6773f79cfaeac77d7e279d86b76c98eee6194531 Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Mon Sep 9 15:18:36 2013 +0200 Copy svc conf files to target * TAO/tao/RTCORBA/RT_ORB.cpp: * TAO/tests/Bug_3000_Regression/run_test.pl: * TAO/tests/Bug_3630_Regression/run_test.pl: * TAO/tests/OctetSeq/run_test.pl: * TAO/tests/OctetSeq/run_test1.pl: * TAO/tests/OctetSeq/run_test2.pl:
* Thu Apr 11 18:03:24 UTC 2013 Huang-Ming Huang <huangh@ociweb.com>huangh2013-04-1110-26/+26
|
* Tue Feb 19 01:48:59 UTC 2013 Phil Mesnier <mesnier_p@ociweb.com>Phil Mesnier2013-02-192-3/+3
|
* Thu Feb 7 23:02:53 UTC 2013 Phil Mesnier <mesnier_p@ociweb.com>Phil Mesnier2013-02-071-1/+2
| | | | | | | | | | | | * bin/tao_orb_tests.lst: * tao/RTCORBA/RT_Invocation_Endpoint_Selectors.cpp: * tao/Stub.h: * tao/Stub.inl: * tests/Bug_4059_Regression: Fix for bugzilla 4059.
* Fri Nov 23 08:08:57 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2012-11-231-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * orbsvcs/orbsvcs/PortableGroup/PortableGroup_ORBInitializer.cpp: * orbsvcs/tests/Bug_3486_Regression/server.cpp: * orbsvcs/tests/Notify/Bug_2926_Regression/server.cpp: * orbsvcs/tests/Notify/Bug_3252_Regression/server.cpp: * orbsvcs/tests/Notify/Bug_3646b_Regression/server.cpp: * orbsvcs/tests/Notify/Bug_3646c_Regression/server.cpp: * orbsvcs/tests/Notify/Bug_3646d_Regression/server.cpp: * orbsvcs/tests/Notify/Bug_3663_Regression/server.cpp: * orbsvcs/tests/Notify/Bug_3688b_Regression/server.cpp: * tao/CSD_Framework/CSD_ORBInitializer.cpp: * tao/Codeset/Codeset_Manager_i.cpp: * tao/ORBInitializer_Registry.cpp: * tao/ORB_Core.cpp: * tao/PI/ORBInitInfo.cpp: * tao/PortableServer/LifespanStrategyPersistent.cpp: * tao/RTCORBA/RT_ORBInitializer.cpp: * tao/TAO_Internal.cpp: * tao/params.cpp: * tests/Bug_2677_Regression/server.cpp: * tests/Bug_2936_Regression/bug2936.cpp: * tests/Bug_3542_Regression/server.cpp: * tests/DLL_ORB/client.cpp: * tests/DLL_ORB/server.cpp: * tests/ORB_Local_Config/Bug_2612/Test.cpp: * tests/ORB_Local_Config/Service_Dependency/Test.cpp: * tests/TransportCurrent/Framework/simple.cpp: Use ACE_DYNAMIC_VERSIONED_SERVICE_DIRECTIVE with the TAO_VERSION so that with Debian/Ubuntu packaged distro's we try to load the correct library which for example are named libTAO-6.1.1.so
* Tue Mar 20 11:45:00 UTC 2012 Simon Massey <simon dot massey at prismtech ↵sma2012-03-202-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dot com> * tao/GIOP_Message_Generator_Parser_12.cpp: * tao/Service_Context_Handler.h: * tao/Service_Context_Handler_Registry.cpp: * tao/Service_Context_Handler_Registry.h: * tao/Synch_Reply_Dispatcher.cpp: * tao/BiDir_GIOP/BiDir_Service_Context_Handler.cpp: * tao/BiDir_GIOP/BiDir_Service_Context_Handler.h: * tao/Codeset/Codeset_Service_Context_Handler.cpp: * tao/Codeset/Codeset_Service_Context_Handler.h: * tao/DiffServPolicy/DiffServ_Service_Context_Handler.cpp: * tao/DiffServPolicy/DiffServ_Service_Context_Handler.h: * tao/RTCORBA/RT_Service_Context_Handler.cpp: * tao/RTCORBA/RT_Service_Context_Handler.h: Enable the process_service_context() call to take a pointer to the TAO_ServerRequest object (Null pointer with call to Synch_Reply_Dispatcher.cpp as this is a reply not a request). This allows the framework to decode the policies and save them for future use. * tao/TAO_Server_Request.cpp: * tao/TAO_Server_Request.h: * tao/ZIOP/ZIOP_Service_Context_Handler.cpp: * tao/ZIOP/ZIOP_Service_Context_Handler.h: process_service_context() now stores the decoded policies into the TAO_ServerRequest object for later use. This keeps the decoder with the encoder code in ZIOP/ZIOP_Service_Context_Handler.cpp.
* Fri Dec 3 10:20:22 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2010-12-037-33/+17
| | | | | | | | | | | | | | * TAO_IDL/be/be_visitor_connector/connector_dds_exh.cpp: Use DDS as sequence prefix for OpenDDS * tao/RTCORBA/RT_Mutex.h: * tao/RTCORBA/RT_ORB.cpp: * tao/RTCORBA/RT_ORBInitializer.h: * tao/RTCORBA/RT_Policy_i.h: * tao/RTCORBA/RT_Protocols_Hooks.h: * tao/RTCORBA/RT_Service_Context_Handler.cpp: * tao/RTCORBA/RT_Stub.cpp: Layout changes
* Thu Sep 30 09:47:23 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2010-09-301-30/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * tao/AnyTypeCode/AnySeq.pidl: * tao/AnyTypeCode/Dynamic.pidl: * tao/AnyTypeCode/Dynamic_Parameter.pidl: * tao/AnyTypeCode/ValueModifier.pidl: * tao/AnyTypeCode/Visibility.pidl: * tao/BiDir_GIOP/BiDirPolicy.pidl: * tao/BooleanSeq.pidl: * tao/CSD_Framework/CSD_Framework.pidl: * tao/CharSeq.pidl: * tao/DoubleSeq.pidl: * tao/DynamicAny/DynamicAny.pidl: * tao/EndpointPolicy/EndpointPolicyType.pidl: * tao/FloatSeq.pidl: * tao/IIOP.pidl: * tao/IIOP_Endpoints.pidl: * tao/IORInterceptor/IORInfo.pidl: * tao/IORInterceptor/IORInterceptor.pidl: * tao/IORManipulation/IOR.pidl: * tao/IORTable/IORTable.pidl: * tao/ImR_Client/ImplRepo.pidl: * tao/ImR_Client/ServerObject.pidl: * tao/LongDoubleSeq.pidl: * tao/LongLongSeq.pidl: * tao/LongSeq.pidl: * tao/Messaging/Messaging.pidl: * tao/Messaging/Messaging_No_Impl.pidl: * tao/Messaging/Messaging_RT_Policy.pidl: * tao/Messaging/Messaging_SyncScope_Policy.pidl: * tao/Messaging/Messaging_Types.pidl: * tao/Messaging/Pollable.pidl: * tao/Messaging_PolicyValue.pidl: * tao/Messaging_SyncScope.pidl: * tao/ObjectIdList.pidl: * tao/Object_Key.pidl: * tao/OctetSeq.pidl: * tao/PI/ClientRequestInfo.pidl: * tao/PI/ClientRequestInterceptor.pidl: * tao/PI/Interceptor.pidl: * tao/PI/InvalidSlot.pidl: * tao/PI/ORBInitInfo.pidl: * tao/PI/ORBInitializer.pidl: * tao/PI/PIForwardRequest.pidl: * tao/PI/RequestInfo.pidl: * tao/PI_Server/ServerRequestInfo.pidl: * tao/PI_Server/ServerRequestInterceptor.pidl: * tao/ParameterMode.pidl: * tao/Policy.pidl: * tao/Policy_Forward.pidl: * tao/PortableInterceptor.pidl: * tao/PortableServer/POA.pidl: * tao/PortableServer/PS_Forward.pidl: * tao/PortableServer/PortableServer.pidl: * tao/PortableServer/ServantActivator.pidl: * tao/PortableServer/ServantLocator.pidl: * tao/PortableServer/ServantManager.pidl: * tao/RTCORBA/RTCORBA.pidl: * tao/RTPortableServer/RTPortableServer.pidl: * tao/RTScheduling/RTScheduler.pidl: * tao/Services.pidl: * tao/ShortSeq.pidl: * tao/Strategies/COIOP_Endpoints.pidl: * tao/Strategies/sciop_endpoints.pidl: * tao/Strategies/uiop_endpoints.pidl: * tao/StringSeq.pidl: * tao/TimeBase.pidl: * tao/ULongLongSeq.pidl: * tao/ULongSeq.pidl: * tao/UShortSeq.pidl: * tao/WCharSeq.pidl: * tao/WStringSeq.pidl: * tao/orb_types.pidl: Cleanup, no need to document regeneration instructions, that is in the mpc files