summaryrefslogtreecommitdiff
path: root/TAO/tao/Wait_On_Read.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Removed redundant void, use nullptr/override in the TAO coreJohnny Willemsen2020-12-071-4/+4
|
* Removed FOCUS which uses specialization files to patch the TAO source code. ↵Johnny Willemsen2020-10-151-15/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Hasn't been maintained for a long time and was purely research * ACE/bin/FOCUS/FOCUS.pl: * ACE/bin/FOCUS/NEWS: * ACE/bin/FOCUS/PROBLEM-REPORT-FORM: * ACE/bin/FOCUS/Parser/FOCUSParser.pm: * ACE/bin/FOCUS/README: * ACE/bin/FOCUS/VERSION: * ACE/bin/FOCUS/docs/FOCUS.html: * ACE/bin/FOCUS/specializations/Context-Specific-Optimizations/Dispatch-Resolution-Optimization.spl: * ACE/bin/FOCUS/specializations/Flushing_Strategy/Leader_Follower_Flushing_Strategy.spl: * ACE/bin/FOCUS/specializations/Protocol_Family/IIOP/iiop.spl: * ACE/bin/FOCUS/specializations/README: * ACE/bin/FOCUS/specializations/Reactor_Family/Select_Reactor_MT.spl: * ACE/bin/FOCUS/specializations/Reactor_Family/Select_Reactor_ST.spl: * ACE/bin/FOCUS/specializations/Reactor_Family/TP_Reactor.spl: * ACE/bin/FOCUS/specializations/Wait_Strategy/Wait_On_Leader_Follower.spl: * ACE/bin/FOCUS/specializations/Wait_Strategy/Wait_On_Read.spl: Deleted. * ACE/ace/Asynch_Pseudo_Task.h: * ACE/ace/Reactor.cpp: * ACE/ace/Reactor.h: * ACE/ace/Reactor.inl: * ACE/ace/Select_Reactor.h: * ACE/ace/Select_Reactor_Base.h: * ACE/ace/Select_Reactor_T.cpp: * ACE/ace/Select_Reactor_T.h: * ACE/ace/Timer_Queue_T.cpp: * TAO/tao/Connection_Handler.cpp: * TAO/tao/Connection_Handler.h: * TAO/tao/Connection_Handler.inl: * TAO/tao/Endpoint.cpp: * TAO/tao/Endpoint.h: * TAO/tao/GIOP_Message_Base.cpp: * TAO/tao/IIOP_Acceptor.cpp: * TAO/tao/IIOP_Acceptor.h: * TAO/tao/IIOP_Connection_Handler.cpp: * TAO/tao/IIOP_Connector.cpp: * TAO/tao/IIOP_Connector.h: * TAO/tao/IIOP_Endpoint.cpp: * TAO/tao/IIOP_Endpoint.h: * TAO/tao/IIOP_Profile.cpp: * TAO/tao/IIOP_Profile.h: * TAO/tao/IIOP_Transport.cpp: * TAO/tao/PortableServer/Servant_Base.cpp: * TAO/tao/Profile.cpp: * TAO/tao/Profile.h: * TAO/tao/Strategies/advanced_resource.cpp: * TAO/tao/Transport.cpp: * TAO/tao/Transport.h: * TAO/tao/Transport_Acceptor.cpp: * TAO/tao/Transport_Acceptor.h: * TAO/tao/Transport_Connector.cpp: * TAO/tao/Transport_Connector.h: * TAO/tao/Wait_On_Leader_Follower.cpp: * TAO/tao/Wait_On_Read.cpp: * TAO/tao/Wait_Strategy.cpp: * TAO/tao/default_client.cpp: * TAO/tao/default_resource.cpp: * TAO/tests/Bug_3531b_Regression/server.cpp:
* The successful/error_detected/keep_waiting accessors of TAO_LF_Event are ↵Johnny Willemsen2017-01-031-6/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | also called from outside of the leader follower loop by other threads. This could trigger a data race because an inconsistent state is ready. Moved the real logic to _i methods and the public accessors now first lock the lf lock, this is normally only done in connection setup so doesn't add a penalty to the regular invocation path * TAO/orbsvcs/orbsvcs/SSLIOP/IIOP_SSL_Connector.cpp: * TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Connector.cpp: * TAO/tao/IIOP_Connector.cpp: * TAO/tao/LF_CH_Event.cpp: * TAO/tao/LF_CH_Event.h: * TAO/tao/LF_Connect_Strategy.cpp: * TAO/tao/LF_Event.cpp: * TAO/tao/LF_Event.h: * TAO/tao/LF_Event.inl: * TAO/tao/LF_Invocation_Event.cpp: * TAO/tao/LF_Invocation_Event.h: * TAO/tao/LF_Multi_Event.cpp: * TAO/tao/LF_Multi_Event.h: * TAO/tao/Leader_Follower.cpp: * TAO/tao/Reactive_Connect_Strategy.cpp: * TAO/tao/Strategies/SCIOP_Connector.cpp: * TAO/tao/Strategies/SHMIOP_Connector.cpp: * TAO/tao/Strategies/UIOP_Connector.cpp: * TAO/tao/Transport_Connector.cpp: * TAO/tao/Wait_On_Reactor.cpp: * TAO/tao/Wait_On_Read.cpp: * TAO/tests/Bug_3531b_Regression/server.cpp:
* reenable support for the connection cleanup option when using RW client wait ↵Phil Mesnier2015-01-231-1/+2
| | | | strategy
* Removed single line Id tagJohnny Willemsen2015-01-071-2/+0
|
* Thu Apr 11 18:03:24 UTC 2013 Huang-Ming Huang <huangh@ociweb.com>huangh2013-04-111-2/+2
|
* Thu Dec 15 11:00:00 UTC 2011 Martin Corino <mcorino@remedy.nl>mcorino2011-12-151-2/+2
| | | | | | Merged timer_policy branch.
* Sun Nov 6 18:08:29 UTC 2011 Martin Corino <mcorino@remedy.nl>mcorino2011-11-111-0/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * tao/CDR.cpp: * tao/Exclusive_TMS.cpp: * tao/GIOP_Message_Base.cpp: * tao/IIOP_Transport.h: * tao/LocateRequest_Invocation.cpp: * tao/Message_Semantics.h: * tao/Messaging/AMH_Response_Handler.cpp: * tao/Messaging/Asynch_Invocation.cpp: * tao/Strategies/COIOP_Transport.h: * tao/Strategies/DIOP_Transport.h: * tao/Strategies/SCIOP_Transport.h: * tao/Strategies/SHMIOP_Transport.h: * tao/Strategies/UIOP_Transport.h: * tao/Synch_Invocation.cpp: * tao/TAO_Server_Request.cpp: * tao/Transport.cpp: * tao/Transport.h: * tao/Wait_On_Leader_Follower.cpp: * tao/Wait_On_Leader_Follower.h: * tao/Wait_On_Read.cpp: * tao/Wait_On_Read.h: * tao/Wait_Strategy.cpp: * tao/Wait_Strategy.h: Changes to make the RW client wait strategy (in combination with the Exclusive transport muxing strategy) play nice with AMI. The essence of the problem of RW not working with AMI was that AMI requires transports to be registered with the reactor (so reply events can be handled) which is what RW prevented for all client transports. The changes provide a means for RW to recognize transports for Async client requests and register these with the reactor just before sending the request and removing them from the reactor again when the request has finished (reply received, timed out or disconnected).
* Tue Nov 9 12:35:22 UTC 2010 Vladimir Zykov <vladimir.zykov@prismtech.com>vzykov2010-11-091-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * tao/Wait_On_Read.cpp: * tao/Transport_Cache_Manager_T.cpp: Corrected a bit logged messages. * tests/IDL_Test/Bug_3312_Regression.idl: Enabled a problematic part of the test and extended it. * TAO_IDL/be/be_valuetype.cpp: * TAO_IDL/be/be_codegen.cpp: * TAO_IDL/be/be_field.cpp: * TAO_IDL/be/be_global.cpp: Fixed memory leaks in tao_idl. * TAO_IDL/be/be_visitor_union/any_op_ch.cpp: * TAO_IDL/be/be_visitor_union/cdr_op_ch.cpp: * TAO_IDL/be/be_visitor_union/any_op_cs.cpp: * TAO_IDL/be/be_visitor_union/cdr_op_cs.cpp: Fixed only bug#3312. * TAO_IDL/fe/idl.yy: * TAO_IDL/fe/y.tab.cpp: Fixed bug#3312. Fixed a leak of FE_OBVHeader. Made formatting in generated cpp file consistent with YACC source. Removed unnecessary white spaces. * TAO_IDL/fe/idl.ll: * TAO_IDL/fe/lex.yy.cpp: Fixed a leak of a file prefix which was happening in certain conditions. Ported changes made at different times to generated cpp file but was not added to the lexer source.
* Tue Sep 7 10:52:59 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2010-09-071-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PROBLEM-REPORT-FORM: * VERSION: Updated support email addresses * examples/CSD_Strategy/ThreadPool2/FooServantList.h: * examples/CSD_Strategy/ThreadPool2/FooServantList.cpp: Use ACE_Atomic_Op instead of a mutex with a guard * examples/CSD_Strategy/ThreadPool5/FooServantList.h: * examples/CSD_Strategy/ThreadPool5/FooServantList.cpp: Use ACE_GUARD * orbsvcs/Fault_Detector/FT_FaultDetectorFactory_i.h: * orbsvcs/Fault_Detector/FT_FaultDetectorFactory_i.cpp: Use ACE_GUARD * orbsvcs/Fault_Notifier/FT_Notifier_i.h: Removed not used members * orbsvcs/Fault_Notifier/FT_Notifier_i.cpp: Unicode fixes * orbsvcs/examples/Notify/Federation/Gate/Gate.h: * orbsvcs/examples/Notify/Federation/Gate/Gate.cpp: Use ACE_GUARD, removed commented out code * orbsvcs/examples/PSS/Server.idl: * orbsvcs/examples/PSS/Server_i.h: * orbsvcs/examples/PSS/Server_i.cpp: * orbsvcs/examples/PSS/Simple_Naming.idl: * orbsvcs/examples/PSS/Simple_Naming.cpp: * orbsvcs/examples/PSS/Simple_Naming_i.h: * orbsvcs/examples/PSS/client.cpp: Removed ACE_RCSID * orbsvcs/orbsvcs/FtRtEvent/EventChannel/AMI_Primary_Replication_Strategy.cpp: * orbsvcs/orbsvcs/FtRtEvent/EventChannel/AMI_Replication_Strategy.cpp: * orbsvcs/orbsvcs/FtRtEvent/EventChannel/Basic_Replication_Strategy.cpp: * orbsvcs/orbsvcs/FtRtEvent/EventChannel/FTEC_ConsumerAdmin.cpp: * orbsvcs/orbsvcs/FtRtEvent/EventChannel/FTEC_Group_Manager.cpp: * orbsvcs/orbsvcs/FtRtEvent/EventChannel/FTEC_ProxyConsumer.cpp: * orbsvcs/orbsvcs/FtRtEvent/EventChannel/FTEC_ProxySupplier.cpp: * orbsvcs/orbsvcs/FtRtEvent/EventChannel/FT_ProxyAdmin_Base.cpp: * orbsvcs/orbsvcs/FtRtEvent/EventChannel/FT_ProxyAdmin_T.cpp: * orbsvcs/orbsvcs/FtRtEvent/EventChannel/Fault_Detector.cpp: * orbsvcs/orbsvcs/FtRtEvent/EventChannel/Fault_Detector_Loader.cpp: * orbsvcs/orbsvcs/FtRtEvent/EventChannel/Fault_Detector_T.cpp: * orbsvcs/orbsvcs/FtRtEvent/EventChannel/ForwardCtrlServerInterceptor.cpp: * orbsvcs/orbsvcs/FtRtEvent/EventChannel/create_persistent_poa.cpp: Removed ACE_RCSID, use ACE_GUARD macros * orbsvcs/orbsvcs/Notify/Buffering_Strategy.cpp: * orbsvcs/orbsvcs/Notify/Consumer.h: * orbsvcs/orbsvcs/Notify/Consumer.cpp: * orbsvcs/orbsvcs/Notify/Routing_Slip.h: * orbsvcs/orbsvcs/Notify/Routing_Slip.cpp: * orbsvcs/orbsvcs/Notify/Routing_Slip_Queue.h: * orbsvcs/orbsvcs/Notify/Routing_Slip_Queue.cpp: Use ACE_GUARD * orbsvcs/orbsvcs/Notify/Sequence/SequencePushConsumer.h: * orbsvcs/orbsvcs/Notify/Sequence/SequencePushConsumer.cpp: Disable ACE_Guard fuzz check for some parts of this file * orbsvcs/orbsvcs/PortableGroup/PG_FactoryRegistry.h: Removed not used members * orbsvcs/orbsvcs/PortableGroup/PG_FactoryRegistry.cpp: Layout and unicode changes * orbsvcs/tests/AVStreams/Pluggable_Flow_Protocol/TimeStamp.cpp: Initialize pointer with 0 * orbsvcs/tests/FT_App/FT_ReplicaFactory_i.h: * orbsvcs/tests/FT_App/FT_ReplicaFactory_i.cpp: Use ACE_GUARD * tao/Abstract_Servant_Base.cpp: * tao/Acceptor_Filter.cpp: * tao/Acceptor_Registry.cpp: * tao/Adapter.cpp: * tao/Adapter_Registry.cpp: Removed ACE_RCSID * tao/AnyTypeCode/Alias_TypeCode_Static.cpp: * tao/AnyTypeCode/Any.cpp: * tao/AnyTypeCode/AnyTypeCode_Adapter_Impl.cpp: * tao/AnyTypeCode/Any_Basic_Impl.cpp: * tao/AnyTypeCode/Any_Impl.cpp: * tao/AnyTypeCode/Any_SystemException.cpp: * tao/AnyTypeCode/Any_Unknown_IDL_Type.cpp: * tao/AnyTypeCode/Empty_Param_TypeCode.cpp: * tao/AnyTypeCode/Enum_TypeCode_Static.cpp: * tao/AnyTypeCode/ExceptionA.cpp: * tao/AnyTypeCode/Marshal.cpp: * tao/AnyTypeCode/NVList_Adapter_Impl.cpp: * tao/AnyTypeCode/Objref_TypeCode_Static.cpp: * tao/AnyTypeCode/Sequence_TypeCode_Static.cpp: * tao/AnyTypeCode/String_TypeCode_Static.cpp: * tao/AnyTypeCode/Struct_TypeCode_Static.cpp: * tao/AnyTypeCode/SystemExceptionA.cpp: * tao/AnyTypeCode/True_RefCount_Policy.cpp: * tao/AnyTypeCode/TypeCodeA.cpp: * tao/AnyTypeCode/TypeCode_CDR_Extraction.cpp: * tao/AnyTypeCode/TypeCode_Constants.cpp: * tao/AnyTypeCode/Union_TypeCode_Static.cpp: * tao/AnyTypeCode/Value_TypeCode_Static.cpp: * tao/AnyTypeCode/append.cpp: * tao/AnyTypeCode/skip.cpp: Removed ACE_RCSID * tao/AnyTypeCode_Adapter.cpp: * tao/Asynch_Queued_Message.cpp: * tao/Asynch_Reply_Dispatcher_Base.cpp: * tao/Base_Transport_Property.cpp: * tao/BiDir_Adapter.cpp: Removed ACE_RCSID * tao/BiDir_GIOP/BiDirGIOP.cpp: * tao/BiDir_GIOP/BiDirPolicy_Validator.cpp: * tao/BiDir_GIOP/BiDir_ORBInitializer.cpp: * tao/BiDir_GIOP/BiDir_PolicyFactory.cpp: * tao/BiDir_GIOP/BiDir_Policy_i.cpp: * tao/BiDir_GIOP/BiDir_Service_Context_Handler.cpp: Removed ACE_RCSID * tao/Bind_Dispatcher_Guard.cpp: * tao/Block_Flushing_Strategy.cpp: * tao/Blocked_Connect_Strategy.cpp: * tao/CDR.cpp: * tao/CORBALOC_Parser.cpp: * tao/CORBA_String.cpp: Removed ACE_RCSID * tao/CSD_Framework/CSD_Default_Servant_Dispatcher.cpp: * tao/CSD_Framework/CSD_FW_Server_Request_Wrapper.cpp: * tao/CSD_Framework/CSD_Framework_Loader.cpp: * tao/CSD_Framework/CSD_ORBInitializer.cpp: * tao/CSD_Framework/CSD_Object_Adapter.cpp: * tao/CSD_Framework/CSD_Object_Adapter_Factory.cpp: * tao/CSD_Framework/CSD_POA.cpp: * tao/CSD_Framework/CSD_Strategy_Base.cpp: * tao/CSD_Framework/CSD_Strategy_Proxy.cpp: * tao/CSD_Framework/CSD_Strategy_Repository.cpp: Removed ACE_RCSID * tao/CSD_ThreadPool/CSD_TP_Cancel_Visitor.cpp: * tao/CSD_ThreadPool/CSD_TP_Collocated_Asynch_Request.cpp: * tao/CSD_ThreadPool/CSD_TP_Collocated_Synch_Request.cpp: * tao/CSD_ThreadPool/CSD_TP_Collocated_Synch_With_Server_Request.cpp: * tao/CSD_ThreadPool/CSD_TP_Corba_Request.cpp: * tao/CSD_ThreadPool/CSD_TP_Custom_Asynch_Request.cpp: * tao/CSD_ThreadPool/CSD_TP_Custom_Request.cpp: * tao/CSD_ThreadPool/CSD_TP_Custom_Request_Operation.cpp: * tao/CSD_ThreadPool/CSD_TP_Custom_Synch_Request.cpp: * tao/CSD_ThreadPool/CSD_TP_Dispatchable_Visitor.cpp: * tao/CSD_ThreadPool/CSD_TP_Queue.cpp: * tao/CSD_ThreadPool/CSD_TP_Queue_Visitor.cpp: * tao/CSD_ThreadPool/CSD_TP_Remote_Request.cpp: * tao/CSD_ThreadPool/CSD_TP_Request.cpp: * tao/CSD_ThreadPool/CSD_TP_Servant_State.cpp: * tao/CSD_ThreadPool/CSD_TP_Servant_State_Map.cpp: * tao/CSD_ThreadPool/CSD_TP_Strategy.cpp: * tao/CSD_ThreadPool/CSD_TP_Strategy_Factory.cpp: * tao/CSD_ThreadPool/CSD_TP_Synch_Helper.h: * tao/CSD_ThreadPool/CSD_TP_Synch_Helper.inl: * tao/CSD_ThreadPool/CSD_TP_Synch_Helper.cpp: * tao/CSD_ThreadPool/CSD_TP_Task.h: * tao/CSD_ThreadPool/CSD_TP_Task.cpp: Removed ACE_RCSID * tao/Cleanup_Func_Registry.cpp: * tao/ClientRequestInterceptor_Adapter.cpp: * tao/ClientRequestInterceptor_Adapter_Factory.cpp: * tao/Client_Strategy_Factory.cpp: * tao/Codeset_Manager.cpp: * tao/Codeset_Manager_Factory_Base.cpp: * tao/Codeset_Translator_Base.cpp: * tao/Collocated_Invocation.cpp: * tao/Collocation_Proxy_Broker.cpp: * tao/Collocation_Resolver.cpp: Removed ACE_RCSID * tao/Compression/Base_Compressor.cpp: * tao/Compression/Compression.cpp: * tao/Compression/Compression_Manager.cpp: * tao/Compression/Compressor_Factory.cpp: Removed ACE_RCSID * tao/Compression/bzip2/Bzip2Compressor.cpp: * tao/Compression/bzip2/Bzip2Compressor_Factory.cpp: Removed ACE_RCSID * tao/Compression/lzo/LzoCompressor.cpp: * tao/Compression/lzo/LzoCompressor_Factory.cpp: Removed ACE_RCSID * tao/Compression/zlib/ZlibCompressor.cpp: * tao/Compression/zlib/ZlibCompressor_Factory.cpp: Removed ACE_RCSID * tao/Connection_Handler.cpp: Fixed bugzilla 3658 * tao/Configurable_Refcount.cpp: * tao/Connection_Purging_Strategy.cpp: * tao/Connector_Registry.cpp: * tao/DLL_Parser.cpp: * tao/Default_Collocation_Resolver.cpp: * tao/Default_Endpoint_Selector_Factory.cpp: * tao/Default_Thread_Lane_Resources_Manager.cpp: Removed ACE_RCSID * tao/DiffServPolicy/Client_Network_Priority_Policy.cpp: * tao/DiffServPolicy/DiffServPolicy.cpp: * tao/DiffServPolicy/DiffServPolicy_Factory.cpp: * tao/DiffServPolicy/DiffServPolicy_ORBInitializer.cpp: * tao/DiffServPolicy/DiffServ_Network_Priority_Hook.cpp: * tao/DiffServPolicy/DiffServ_Protocols_Hooks.cpp: * tao/DiffServPolicy/DiffServ_Service_Context_Handler.cpp: * tao/DiffServPolicy/Server_Network_Priority_Policy.cpp: Removed ACE_RCSID * tao/DynamicAny/DynAnyFactory.cpp: * tao/DynamicAny/DynAny_i.cpp: * tao/DynamicAny/DynArray_i.cpp: * tao/DynamicAny/DynCommon.cpp: * tao/DynamicAny/DynEnum_i.cpp: * tao/DynamicAny/DynSequence_i.cpp: * tao/DynamicAny/DynStruct_i.cpp: * tao/DynamicAny/DynUnion_i.cpp: * tao/DynamicAny/DynValueBox_i.cpp: * tao/DynamicAny/DynValueCommon_i.cpp: * tao/DynamicAny/DynValue_i.cpp: * tao/DynamicAny/DynamicAny.cpp: Removed ACE_RCSID * tao/DynamicInterface/AMH_DSI_Response_Handler.cpp: * tao/DynamicInterface/Context.cpp: * tao/DynamicInterface/DII_Arguments.cpp: * tao/DynamicInterface/DII_Arguments_Converter_Impl.cpp: * tao/DynamicInterface/DII_Invocation.cpp: * tao/DynamicInterface/DII_Invocation_Adapter.cpp: * tao/DynamicInterface/DII_Reply_Dispatcher.cpp: * tao/DynamicInterface/DII_Reply_Handler.cpp: * tao/DynamicInterface/Dynamic_Adapter_Impl.cpp: * tao/DynamicInterface/Dynamic_Implementation.cpp: * tao/DynamicInterface/ExceptionList.cpp: * tao/DynamicInterface/Request.cpp: * tao/DynamicInterface/Server_Request.cpp: * tao/DynamicInterface/Unknown_User_Exception.cpp: Removed ACE_RCSID * tao/Dynamic_Adapter.cpp: * tao/Endpoint.cpp: Removed ACE_RCSID * tao/EndpointPolicy/EndpointPolicy.cpp: * tao/EndpointPolicy/EndpointPolicy_Factory.cpp: * tao/EndpointPolicy/EndpointPolicy_ORBInitializer.cpp: * tao/EndpointPolicy/EndpointPolicy_i.cpp: * tao/EndpointPolicy/Endpoint_Acceptor_Filter.cpp: * tao/EndpointPolicy/Endpoint_Acceptor_Filter_Factory.cpp: * tao/EndpointPolicy/IIOPEndpointValue_i.cpp: * tao/Endpoint_Selector_Factory.cpp: * tao/Exception.cpp: * tao/Exclusive_TMS.cpp: * tao/FILE_Parser.cpp: * tao/Fault_Tolerance_Service.cpp: * tao/Flushing_Strategy.cpp: * tao/FoxResource/FoxResource_Factory.cpp: * tao/FoxResource/FoxResource_Loader.cpp: * tao/GIOP_Message_Base.cpp: * tao/GIOP_Message_Generator_Parser_11.cpp: * tao/GIOP_Message_Generator_Parser_12.cpp: * tao/GIOP_Message_Generator_Parser_Impl.cpp: * tao/GIOP_Message_Locate_Header.cpp: * tao/GIOP_Message_State.cpp: * tao/GIOP_Message_Version.cpp: * tao/HTTP_Parser.cpp: * tao/IFR_Client_Adapter.cpp: * tao/IIOP_Acceptor.cpp: * tao/IIOP_Connector.cpp: * tao/IIOP_Endpoint.cpp: * tao/IIOP_Profile.cpp: * tao/IIOP_Transport.cpp: * tao/IORInterceptor_Adapter.cpp: * tao/IORInterceptor_Adapter_Factory.cpp: * tao/IORManipulation/IORManip_Filter.cpp: * tao/IORManipulation/IORManip_IIOP_Filter.cpp: * tao/IORManipulation/IORManip_Loader.cpp: * tao/IORManipulation/IORManipulation.cpp: * tao/IORTable/IORTable.cpp: * tao/IORTable/IOR_Table_Impl.cpp: * tao/IORTable/Table_Adapter.cpp: * tao/IOR_Parser.cpp: * tao/ImR_Client/ImR_Client.cpp: * tao/Incoming_Message_Queue.cpp: * tao/Incoming_Message_Stack.cpp: * tao/Invocation_Adapter.cpp: * tao/Invocation_Base.cpp: * tao/Invocation_Endpoint_Selectors.cpp: * tao/LF_CH_Event.cpp: * tao/LF_Connect_Strategy.cpp: * tao/LF_Event.cpp: * tao/LF_Event_Binder.cpp: * tao/LF_Follower.cpp: * tao/LF_Follower_Auto_Adder.cpp: * tao/LF_Invocation_Event.cpp: * tao/LF_Multi_Event.cpp: * tao/LF_Strategy.cpp: * tao/LF_Strategy_Complete.cpp: * tao/LRU_Connection_Purging_Strategy.cpp: * tao/Leader_Follower.cpp: * tao/Leader_Follower_Flushing_Strategy.cpp: * tao/LocalObject.cpp: * tao/MCAST_Parser.cpp: * tao/MProfile.cpp: * tao/Messaging/AMI_Arguments_Converter_Impl.cpp: * tao/Messaging/Asynch_Invocation.cpp: * tao/Messaging/Asynch_Invocation_Adapter.cpp: * tao/Messaging/Asynch_Reply_Dispatcher.cpp: * tao/Messaging/Asynch_Timeout_Handler.cpp: * tao/Messaging/Buffering_Constraint_Policy.cpp: * tao/Messaging/Connection_Timeout_Policy_i.cpp: * tao/Messaging/ExceptionHolder_i.cpp: * tao/Messaging/Messaging.cpp: * tao/Messaging/Messaging_Loader.cpp: * tao/Messaging/Messaging_ORBInitializer.cpp: * tao/Messaging/Messaging_PolicyFactory.cpp: * tao/Messaging/Messaging_Policy_i.cpp: * tao/Messaging/Messaging_Queueing_Strategies.cpp: * tao/Monitor/Monitor.cpp: * tao/Monitor/Monitor_Impl.cpp: * tao/Muxed_TMS.cpp: * tao/NVList_Adapter.cpp: * tao/Network_Priority_Protocols_Hooks.cpp: * tao/ORB.cpp: * tao/ORBInitializer_Registry.cpp: * tao/ORBInitializer_Registry_Adapter.cpp: * tao/ORB_Core.cpp: * tao/ORB_Core_Auto_Ptr.cpp: * tao/ORB_Table.cpp: * tao/ObjRefTemplate/ORT_Adapter_Factory_Impl.cpp: * tao/ObjRefTemplate/ORT_Adapter_Impl.cpp: * tao/ObjRefTemplate/ObjectReferenceTemplate_i.cpp: * tao/ObjectKey_Table.cpp: * tao/Object_Loader.cpp: * tao/Object_Proxy_Broker.cpp: * tao/Object_Ref_Table.cpp: * tao/PI/ClientRequestDetails.cpp: * tao/PI/ClientRequestInfo.cpp: * tao/PI/ClientRequestInterceptor_Adapter_Impl.cpp: * tao/PI/ClientRequestInterceptor_Factory_Impl.cpp: * tao/PI/DLL_Resident_ORB_Initializer.cpp: * tao/PI/ORBInitInfo.cpp: * tao/PI/ORBInitializer_Registry_Impl.cpp: * tao/PI/PI.cpp: * tao/PI/PICurrent.cpp: * tao/PI/PICurrent_Impl.cpp: * tao/PI/PICurrent_Loader.cpp: * tao/PI/PI_ORBInitializer.cpp: * tao/PI/PI_PolicyFactory.cpp: * tao/PI/PolicyFactory_Loader.cpp: * tao/PI/PolicyFactory_Registry.cpp: * tao/PI/ProcessingModePolicy.cpp: * tao/PI/RequestInfo_Util.cpp: * tao/PI/RequestInterceptor_Adapter_Impl.cpp: * tao/PI_Server/PICurrent_Guard.cpp: * tao/PI_Server/PI_Server.cpp: * tao/PI_Server/PI_Server_Loader.cpp: * tao/PI_Server/PortableServer_ORBInitializer.cpp: * tao/PI_Server/PortableServer_PolicyFactory.cpp: * tao/PI_Server/ServerInterceptorAdapter.cpp: * tao/PI_Server/ServerRequestDetails.cpp: * tao/PI_Server/ServerRequestInfo.cpp: * tao/PI_Server/ServerRequestInterceptor_Factory_Impl.cpp: * tao/Pluggable_Messaging_Utils.cpp: * tao/PolicyFactory_Registry_Adapter.cpp: * tao/PolicyFactory_Registry_Factory.cpp: * tao/Policy_Current.cpp: * tao/Policy_Manager.cpp: * tao/Policy_Set.cpp: * tao/Policy_Validator.cpp: * tao/PortableServer/Acceptor_Filter_Factory.cpp: * tao/PortableServer/Active_Object_Map.cpp: * tao/PortableServer/Active_Object_Map_Entry.cpp: * tao/PortableServer/Active_Policy_Strategies.cpp: * tao/PortableServer/Adapter_Activator.cpp: * tao/PortableServer/Collocated_Arguments_Converter.cpp: * tao/PortableServer/Collocated_Object_Proxy_Broker.cpp: * tao/PortableServer/Creation_Time.cpp: * tao/PortableServer/Default_Acceptor_Filter.cpp: * tao/PortableServer/Default_Policy_Validator.cpp: * tao/PortableServer/Default_Servant_Dispatcher.cpp: * tao/PortableServer/Direct_Collocation_Upcall_Wrapper.cpp: * tao/PortableServer/IdAssignmentPolicy.cpp: * tao/PortableServer/IdAssignmentStrategy.cpp: * tao/PortableServer/IdAssignmentStrategyFactoryImpl.cpp: * tao/PortableServer/IdAssignmentStrategySystem.cpp: * tao/PortableServer/IdAssignmentStrategyUser.cpp: * tao/PortableServer/IdUniquenessPolicy.cpp: * tao/PortableServer/IdUniquenessStrategyFactoryImpl.cpp: * tao/PortableServer/IdUniquenessStrategyMultiple.cpp: * tao/PortableServer/IdUniquenessStrategyUnique.cpp: * tao/PortableServer/IdUniquenessStrategyUniqueFactoryImpl.cpp: * tao/PortableServer/ImR_Client_Adapter.cpp: * tao/PortableServer/ImplicitActivationPolicy.cpp: * tao/PortableServer/ImplicitActivationStrategy.cpp: * tao/PortableServer/ImplicitActivationStrategyExplicit.cpp: * tao/PortableServer/ImplicitActivationStrategyFactoryImpl.cpp: * tao/PortableServer/ImplicitActivationStrategyImplicit.cpp: * tao/PortableServer/Key_Adapters.cpp: * tao/PortableServer/LifespanPolicy.cpp: * tao/PortableServer/LifespanStrategy.cpp: * tao/PortableServer/LifespanStrategyFactoryImpl.cpp: * tao/PortableServer/LifespanStrategyPersistent.cpp: * tao/PortableServer/LifespanStrategyPersistentFactoryImpl.cpp: * tao/PortableServer/LifespanStrategyTransient.cpp: * tao/PortableServer/LifespanStrategyTransientFactoryImpl.cpp: * tao/PortableServer/Local_Servant_Base.cpp: * tao/PortableServer/Network_Priority_Hook.cpp: * tao/PortableServer/Non_Servant_Upcall.cpp: * tao/PortableServer/ORT_Adapter_Factory.cpp: * tao/PortableServer/Object_Adapter.cpp: * tao/PortableServer/Operation_Table.cpp: * tao/PortableServer/Operation_Table_Binary_Search.cpp: * tao/PortableServer/Operation_Table_Dynamic_Hash.cpp: * tao/PortableServer/Operation_Table_Linear_Search.cpp: * tao/PortableServer/Operation_Table_Perfect_Hash.cpp: * tao/PortableServer/POAManager.cpp: * tao/PortableServer/POAManagerFactory.cpp: * tao/PortableServer/POA_Cached_Policies.cpp: * tao/PortableServer/POA_Current.cpp: * tao/PortableServer/POA_Current_Impl.cpp: * tao/PortableServer/POA_Guard.h: * tao/PortableServer/POA_Guard.cpp: * tao/PortableServer/POA_Policy_Set.cpp: * tao/PortableServer/PortableServer.cpp: * tao/PortableServer/PortableServer_Functions.cpp: * tao/PortableServer/PortableServer_WFunctions.cpp: * tao/PortableServer/Regular_POA.cpp: * tao/PortableServer/RequestProcessingPolicy.cpp: * tao/PortableServer/RequestProcessingStrategy.cpp: * tao/PortableServer/RequestProcessingStrategyAOMOnly.cpp: * tao/PortableServer/RequestProcessingStrategyAOMOnlyFactoryImpl.cpp: * tao/PortableServer/RequestProcessingStrategyDefaultServant.cpp: * tao/PortableServer/RequestProcessingStrategyDefaultServantFI.cpp: * tao/PortableServer/RequestProcessingStrategyFactoryImpl.cpp: * tao/PortableServer/RequestProcessingStrategyServantActivator.cpp: * tao/PortableServer/RequestProcessingStrategyServantActivatorFI.cpp: * tao/PortableServer/RequestProcessingStrategyServantLocator.cpp: * tao/PortableServer/RequestProcessingStrategyServantLocatorFI.cpp: * tao/PortableServer/RequestProcessingStrategyServantManager.cpp: * tao/PortableServer/Root_POA.cpp: * tao/PortableServer/ServantRetentionPolicy.cpp: * tao/PortableServer/ServantRetentionStrategyFactoryImpl.cpp: * tao/PortableServer/ServantRetentionStrategyNonRetain.cpp: * tao/PortableServer/ServantRetentionStrategyNonRetainFactoryImpl.cpp: * tao/PortableServer/ServantRetentionStrategyRetain.cpp: * tao/PortableServer/ServantRetentionStrategyRetainFactoryImpl.cpp: * tao/PortableServer/Servant_Base.cpp: * tao/PortableServer/Servant_Dispatcher.cpp: * tao/PortableServer/Servant_Upcall.cpp: * tao/PortableServer/StrategyFactory.cpp: * tao/PortableServer/ThreadPolicy.cpp: * tao/PortableServer/ThreadStrategy.cpp: * tao/PortableServer/ThreadStrategyFactoryImpl.cpp: * tao/PortableServer/ThreadStrategyORBControl.cpp: * tao/PortableServer/ThreadStrategySingle.cpp: * tao/PortableServer/ThreadStrategySingleFactoryImpl.cpp: * tao/PortableServer/Upcall_Command.cpp: * tao/PortableServer/Upcall_Wrapper.cpp: * tao/Profile.cpp: * tao/Protocol_Factory.cpp: * tao/Protocols_Hooks.cpp: * tao/QtResource/QtResource_Factory.cpp: * tao/QtResource/QtResource_Loader.cpp: * tao/Queued_Data.cpp: * tao/Queued_Message.cpp: * tao/RTCORBA/Continuous_Priority_Mapping.cpp: * tao/RTCORBA/Direct_Priority_Mapping.cpp: * tao/RTCORBA/Linear_Network_Priority_Mapping.cpp: * tao/RTCORBA/Linear_Priority_Mapping.cpp: * tao/RTCORBA/Multi_Priority_Mapping.cpp: * tao/RTCORBA/Network_Priority_Mapping.cpp: * tao/RTCORBA/Network_Priority_Mapping_Manager.cpp: * tao/RTCORBA/Priority_Mapping.cpp: * tao/RTCORBA/Priority_Mapping_Manager.cpp: * tao/RTCORBA/RTCORBA.cpp: * tao/RTCORBA/RT_Current.cpp: * tao/RTCORBA/RT_Endpoint_Selector_Factory.cpp: * tao/RTCORBA/RT_Endpoint_Utils.cpp: * tao/RTCORBA/RT_Invocation_Endpoint_Selectors.cpp: * tao/RTCORBA/RT_Mutex.cpp: * tao/RTCORBA/RT_ORB.cpp: * tao/RTCORBA/RT_ORBInitializer.cpp: * tao/RTCORBA/RT_ORB_Loader.cpp: * tao/RTCORBA/RT_PolicyFactory.cpp: * tao/RTCORBA/RT_Policy_i.cpp: * tao/RTCORBA/RT_Protocols_Hooks.cpp: * tao/RTCORBA/RT_Service_Context_Handler.cpp: * tao/RTCORBA/RT_Stub.cpp: * tao/RTCORBA/RT_Stub_Factory.cpp: * tao/RTCORBA/RT_Thread_Lane_Resources_Manager.cpp: * tao/RTCORBA/RT_Transport_Descriptor.cpp: * tao/RTCORBA/RT_Transport_Descriptor_Property.cpp: * tao/RTCORBA/Thread_Pool.cpp: * tao/RTPortableServer/RTPortableServer.cpp: * tao/RTPortableServer/RT_Acceptor_Filters.cpp: * tao/RTPortableServer/RT_Collocation_Resolver.cpp: * tao/RTPortableServer/RT_Object_Adapter_Factory.cpp: * tao/RTPortableServer/RT_POA.cpp: * tao/RTPortableServer/RT_Policy_Validator.cpp: * tao/RTPortableServer/RT_Servant_Dispatcher.cpp: * tao/RTScheduling/Current.cpp: * tao/RTScheduling/RTScheduler.cpp: * tao/RTScheduling/RTScheduler_Initializer.cpp: * tao/RTScheduling/RTScheduler_Loader.cpp: * tao/RTScheduling/RTScheduler_Manager.cpp: * tao/RTScheduling/Request_Interceptor.cpp: * tao/Reactive_Connect_Strategy.cpp: * tao/Reactive_Flushing_Strategy.cpp: * tao/Refcounted_ObjectKey.cpp: * tao/Remote_Invocation.cpp: * tao/Remote_Object_Proxy_Broker.cpp: * tao/Reply_Dispatcher.cpp: * tao/RequestInterceptor_Adapter.cpp: * tao/Request_Dispatcher.cpp: * tao/Resource_Factory.cpp: * tao/Resume_Handle.cpp: * tao/ServerRequestInterceptor_Adapter.cpp: * tao/ServerRequestInterceptor_Adapter_Factory.cpp: * tao/Server_Strategy_Factory.cpp: * tao/Service_Callbacks.cpp: * tao/Service_Context.cpp: * tao/Service_Context_Handler_Registry.cpp: * tao/SmartProxies/Smart_Proxies.cpp: * tao/Strategies/COIOP_Acceptor.cpp: * tao/Strategies/COIOP_Connection_Handler.cpp: * tao/Strategies/COIOP_Connector.cpp: * tao/Strategies/COIOP_Endpoint.cpp: * tao/Strategies/COIOP_Factory.cpp: * tao/Strategies/COIOP_Profile.cpp: * tao/Strategies/COIOP_Transport.cpp: * tao/Strategies/DIOP_Acceptor.cpp: * tao/Strategies/DIOP_Connection_Handler.cpp: * tao/Strategies/DIOP_Connector.cpp: * tao/Strategies/DIOP_Endpoint.cpp: * tao/Strategies/DIOP_Factory.cpp: * tao/Strategies/DIOP_Profile.cpp: * tao/Strategies/DIOP_Transport.cpp: * tao/Strategies/FIFO_Connection_Purging_Strategy.cpp: * tao/Strategies/LFU_Connection_Purging_Strategy.cpp: * tao/Strategies/LF_Strategy_Null.cpp: * tao/Strategies/NULL_Connection_Purging_Strategy.cpp: * tao/Strategies/OC_Endpoint_Selector_Factory.cpp: * tao/Strategies/OC_Endpoint_Selector_Loader.cpp: * tao/Strategies/Optimized_Connection_Endpoint_Selector.cpp: * tao/Strategies/SCIOP_Acceptor.cpp: * tao/Strategies/SCIOP_Connection_Handler.cpp: * tao/Strategies/SCIOP_Connector.cpp: * tao/Strategies/SCIOP_Endpoint.cpp: * tao/Strategies/SCIOP_Factory.cpp: * tao/Strategies/SCIOP_Profile.cpp: * tao/Strategies/SCIOP_Transport.cpp: * tao/Strategies/SHMIOP_Acceptor.cpp: * tao/Strategies/SHMIOP_Connection_Handler.cpp: * tao/Strategies/SHMIOP_Connector.cpp: * tao/Strategies/SHMIOP_Endpoint.cpp: * tao/Strategies/SHMIOP_Factory.cpp: * tao/Strategies/SHMIOP_Profile.cpp: * tao/Strategies/SHMIOP_Transport.cpp: * tao/Strategies/Strategies_ORBInitializer.cpp: * tao/Strategies/UIOP_Acceptor.cpp: * tao/Strategies/UIOP_Connection_Handler.cpp: * tao/Strategies/UIOP_Connector.cpp: * tao/Strategies/UIOP_Endpoint.cpp: * tao/Strategies/UIOP_Factory.cpp: * tao/Strategies/UIOP_Profile.cpp: * tao/Strategies/UIOP_Transport.cpp: * tao/Strategies/advanced_resource.cpp: * tao/String_Alloc.cpp: * tao/Stub.cpp: * tao/Synch_Invocation.cpp: * tao/Synch_Queued_Message.cpp: * tao/Synch_Reply_Dispatcher.cpp: * tao/SystemException.cpp: * tao/TAO_Internal.cpp: * tao/TAO_Singleton_Manager.cpp: * tao/TSS_Resources.cpp: * tao/Tagged_Components.cpp: * tao/Tagged_Profile.cpp: * tao/Thread_Lane_Resources.cpp: * tao/Thread_Lane_Resources_Manager.cpp: * tao/Thread_Per_Connection_Handler.cpp: * tao/TkResource/TkResource_Factory.cpp: * tao/TkResource/TkResource_Loader.cpp: * tao/Transport.cpp: * tao/TransportCurrent/Current_Loader.cpp: * tao/TransportCurrent/IIOP_Current_Loader.cpp: * tao/Transport_Cache_Manager_T.cpp: * tao/Transport_Connector.cpp: * tao/Transport_Descriptor_Interface.cpp: * tao/Transport_Mux_Strategy.cpp: * tao/TypeCodeFactory/Recursive_TypeCode.cpp: * tao/TypeCodeFactory/TypeCodeFactory_Adapter_Impl.cpp: * tao/TypeCodeFactory/TypeCodeFactory_Loader.cpp: * tao/TypeCodeFactory/TypeCodeFactory_i.cpp: * tao/TypeCodeFactory_Adapter.cpp: * tao/UserException.cpp: * tao/Utils/Implicit_Deactivator.cpp: * tao/Utils/ORB_Destroyer.cpp: * tao/Utils/ORB_Manager.cpp: * tao/Utils/PolicyList_Destroyer.cpp: * tao/Utils/Servant_Var.cpp: * tao/Utils/Synch_Refcountable.cpp: * tao/Valuetype_Adapter.cpp: * tao/Valuetype_Adapter_Factory.cpp: * tao/Wait_On_LF_No_Upcall.cpp: * tao/Wait_On_Leader_Follower.cpp: * tao/Wait_On_Reactor.cpp: * tao/Wait_On_Read.cpp: * tao/Wait_Strategy.cpp: * tao/XtResource/XtResource_Factory.cpp: * tao/XtResource/XtResource_Loader.cpp: * tao/ZIOP/ZIOP.cpp: * tao/ZIOP/ZIOP_ORBInitializer.cpp: * tao/ZIOP/ZIOP_PolicyFactory.cpp: * tao/ZIOP/ZIOP_Policy_Validator.cpp: * tao/ZIOP/ZIOP_Policy_i.cpp: * tao/ZIOP/ZIOP_Service_Context_Handler.cpp: * tao/ZIOP/ZIOP_Stub.cpp: * tao/ZIOP/ZIOP_Stub_Factory.cpp: * tao/debug.cpp: * tao/default_client.cpp: * tao/default_resource.cpp: * tao/default_server.cpp: * tao/operation_details.cpp: * tao/params.cpp: * tao/target_specification.cpp: Removed ACE_RCSID * tests/Bug_1361_Regression/Server_Thread_Pool.cpp: Initialise pointer with 0 * tests/CSD_Strategy_Tests/TP_Common/AppShutdown.h: * tests/CSD_Strategy_Tests/TP_Common/AppShutdown.cpp: Use ACE_Atomic_Op * tests/CSD_Strategy_Tests/TP_Common/ClientTask.h: * tests/CSD_Strategy_Tests/TP_Common/ClientTask.cpp: Use ACE_GUARD * tests/Faults/client.cpp: Don't use ACE_UNUSED_ARG * tests/Oneway_Send_Timeouts/Test_i.cpp: Unicode fix
* Thu Feb 12 20:22:44 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2009-02-121-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * tao/Exclusive_TMS.cpp: Updated a few debug statements to have the same layout as in other places * tao/Acceptor_Impl.cpp * tao/Asynch_Queued_Message.cpp * tao/CSD_Framework/CSD_Strategy_Repository.cpp * tao/default_resource.cpp * tao/DynamicInterface/DII_Invocation.cpp * tao/DynamicInterface/DII_Reply_Dispatcher.cpp * tao/DynamicInterface/DII_Reply_Handler.cpp * tao/Exclusive_TMS.cpp * tao/FlResource/FlResource_Factory.cpp * tao/FoxResource/FoxResource_Factory.cpp * tao/GIOP_Message_Base.cpp * tao/GIOP_Message_Generator_Parser_10.cpp * tao/GIOP_Message_State.cpp * tao/IIOP_Connector.cpp * tao/IIOP_Profile.cpp * tao/Invocation_Adapter.cpp * tao/Messaging/Asynch_Reply_Dispatcher.cpp * tao/Muxed_TMS.cpp * tao/ORB_Core.cpp * tao/PI/Interceptor_List_T.cpp * tao/PortableServer/Active_Object_Map.cpp * tao/PortableServer/Object_Adapter.cpp * tao/PortableServer/Root_POA.cpp * tao/QtResource/QtResource_Factory.cpp * tao/Queued_Data.cpp * tao/Remote_Invocation.cpp * tao/RTScheduling/Request_Interceptor.cpp * tao/RTScheduling/RTScheduler_Initializer.cpp * tao/Strategies/COIOP_Acceptor.cpp * tao/Strategies/COIOP_Profile.cpp * tao/Strategies/DIOP_Acceptor.cpp * tao/Strategies/DIOP_Transport.cpp * tao/Strategies/SCIOP_Acceptor.cpp * tao/Strategies/SCIOP_Connection_Handler.cpp * tao/Strategies/SCIOP_Connector.cpp * tao/Strategies/SCIOP_Endpoint.cpp * tao/Strategies/SCIOP_Profile.cpp * tao/Strategies/SCIOP_Transport.cpp * tao/Strategies/SHMIOP_Profile.cpp * tao/Strategies/SHMIOP_Transport.cpp * tao/Strategies/UIOP_Acceptor.cpp * tao/Strategies/UIOP_Connector.cpp * tao/Strategies/UIOP_Profile.cpp * tao/Strategies/UIOP_Transport.cpp * tao/Synch_Invocation.cpp * tao/Synch_Reply_Dispatcher.cpp * tao/Tagged_Profile.cpp * tao/TkResource/TkResource_Factory.cpp * tao/Transport_Cache_Manager_T.cpp * tao/Transport_Connector.cpp * tao/Wait_On_Read.cpp * tao/XtResource/XtResource_Factory.cpp Updated debug statements with layout and unicode fixes
* Mon Jan 12 18:41:46 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2009-01-121-4/+5
| | | | | | | | | | | | | | | | | | | * tao/Transport.cpp (register_if_necessary): Don't check if the transport is registered, we could get a thread switch between the check and the registration. Also only when the register_handler returns -1 we have a failure, with 1 it is already registered. This fixes bugzilla 3543 * tao/Wait_On_Read.cpp: * tao/Wait_Strategy.cpp: Layout change * tao/Wait_Strategy.h: Doxygen change * tao/Exception.h: Layout changes
* Wed Aug 1 09:02:12 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2007-08-011-4/+1
|
* Fri Nov 10 09:08:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2006-11-101-1/+1
|
* Tue Aug 22 19:39:07 UTC 2006 Ciju John <john@ociweb.com>johnc2006-08-221-2/+4
|
* Repo restructuringWilliam R. Otte2006-07-241-0/+142
|
* Repo restructuringWilliam R. Otte2006-07-241-142/+0
|
* ChangeLogTag: Mon Jun 19 12:11:09 UTC 2006 Johnny Willemsen ↵Johnny Willemsen2006-06-201-1/+1
| | | | <jwillemsen@remedy.nl>
* ChangeLogTag: Wed Apr 19 07:44:49 UTC 2006 Johnny Willemsen ↵Johnny Willemsen2006-04-191-2/+2
| | | | <jwillemsen@remedy.nl>
* ChangeLogTag: Fri Mar 31 10:56:12 UTC 2006 Johnny Willemsen ↵Johnny Willemsen2006-03-311-1/+1
| | | | <jwillemsen@remedy.nl>
* ChangeLogTag: Fri Mar 10 07:09:22 UTC 2006 J.T. Conklin ↵jtc2006-03-101-6/+6
| | | | <jtc@acorntoolworks.com>
* ChangeLogTag:Tue Nov 1 14:49:40 2005 Ossama Othman ↵Ossama Othman2005-11-021-0/+4
| | | | <ossama@dre.vanderbilt.edu>
* ChangeLogTag:Mon Oct 3 06:33:20 2005 Bala Natarajan <bala_natarajan at ↵bala2005-10-031-3/+4
| | | | symantec dot com>
* ChangelogTag: Mon Aug 29 18:45:49 2005 Arvind S. Krishna ↵arvindk2005-08-291-0/+13
| | | | <arvindk@dre.vanderbilt.edu>
* ChangeLogTag:Fri Aug 26 23:48:25 2005 Balachandran Natarajan ↵bala2005-08-271-6/+40
| | | | <bala@dre.vanderbilt.edu>
* ChangeLogTag: Sun Mar 6 02:03:25 2005 Tao Lu <lu@dre.vanderbilt.edu>lut2005-03-061-0/+2
|
* ChangeLogTag:Sun Oct 3 20:24:51 2004 Balachandran Natarajan ↵bala2004-10-031-3/+2
| | | | <bala@dre.vanderbilt.edu>
* ChangeLogTag:Sun Oct 3 13:38:01 2004 Balachandran Natarajan ↵bala2004-10-031-2/+9
| | | | <bala@dre.vanderbilt.edu>
* ChangeLogTag:Tue Oct 28 12:02:47 2003 Balachandran Natarajan ↵bala2003-10-281-1/+3
| | | | <bala@dre.vanderbilt.edu>
* ChangeLogTag: Mon Jul 07 18:00:38 2003 Irfan Pyarali <irfan@oomworks.com>irfan2003-07-071-3/+3
|
* ChangeLogTag: Sat Mar 29 16:30:29 2003 Balachandran Natarajan ↵bala2003-03-291-0/+4
| | | | <bala@isis-server.isis.vanderbilt.edu>
* ChangeLogTag:Wed Aug 1 16:05:36 2001 Carlos O'Ryan <coryan@uci.edu>coryan2001-08-011-7/+14
|
* ChangeLogTag: Thu Jul 5 23:30:07 2001 Balachandran Natarajan ↵bala2001-07-061-1/+5
| | | | <bala@cs.wustl.edu>
* ChangeLogTag: Sun May 6 10:02:08 2001 Balachandran Natarajan ↵bala2001-05-061-3/+19
| | | | <bala@cs.wustl.edu>
* ChangeLogTag: Fri May 4 14:11:36 2001 Chad Elliott <elliott_c@ociweb.com>oci2001-05-041-4/+6
|
* ChangeLogTag:Tue Jan 16 15:07:29 2001 Carlos O'Ryan <coryan@uci.edu>coryan2001-01-161-1/+1
|
* ChangeLogTag: `head -1 ChangeLog`bala2001-01-131-0/+6
|
* ChangeLogTag: Thu Dec 7 17:36:47 2000 Balachandran Natarajan ↵bala2000-12-071-1/+1
| | | | <bala@cs.wustl.edu>
* ChangeLogTag:Fri Jun 16 12:07:39 2000 Carlos O'Ryan <coryan@uci.edu>coryan2000-06-161-0/+41