summaryrefslogtreecommitdiff
path: root/TAO/tao
Commit message (Collapse)AuthorAgeFilesLines
* SystemExceptions shouldn't use a different exportAdam Mitz2021-11-101-7/+1
| | | | | | | All classes defined in libTAO should use the same export macro. This avoids MSVC creating import libs for all executables that use libTAO -- see https://github.com/DOCGroup/MPC/issues/130 and https://github.com/microsoft/vcpkg/issues/16551
* TAO updates for /std:c++20Adam Mitz2021-11-012-4/+13
| | | | | Note that the C++20 standard library disallows using wide (wchar_t) strings with narrow iostreams
* ACE+TAO-7_0_4ACE+TAO-7_0_4Johnny Willemsen2021-10-011-3/+3
|
* Merge pull request #1687 from jwillemsen/jwi-autoptr5Johnny Willemsen2021-09-278-18/+19
|\ | | | | Use std::unique_ptr and default
| * Use std::unique_ptr instead of ACE_Auto_Basic_Array_PtrJohnny Willemsen2021-09-262-5/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * ACE/ace/Configuration.cpp: * ACE/ace/Local_Memory_Pool.cpp: * ACE/ace/Local_Name_Space_T.cpp: * ACE/ace/Log_Record.cpp: * ACE/ace/OS_NS_unistd.cpp: * ACE/ace/Parse_Node.cpp: * ACE/ace/Process.cpp: * ACE/ace/Remote_Name_Space.cpp: * ACE/ace/XML_Utils/XML_Helper.tpp: * TAO/tao/Storable_FlatFileStream.cpp: * TAO/tao/Strategies/DIOP_Acceptor.cpp:
| * Use std::unique_ptr and defaultJohnny Willemsen2021-09-266-13/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ACE/ace/INET_Addr.cpp: * ACE/ace/Parse_Node.h: * ACE/ace/Service_Gestalt.cpp: * ACE/ace/TLI.cpp: * ACE/ace/Thread_Manager.cpp: * ACE/ace/UUID.cpp: * ACE/ace/UUID.h: * ACE/ace/WFMO_Reactor.cpp: * ACE/tests/CDR_File_Test.cpp: * TAO/orbsvcs/DevGuideExamples/EventServices/RTEC_MCast_Federated/EchoEventSupplierMain.cpp: * TAO/orbsvcs/examples/CosEC/Factory/CosEventChannelFactory_i.cpp: * TAO/orbsvcs/examples/CosEC/Factory/CosEventChannelFactory_i.h: * TAO/orbsvcs/examples/CosEC/Factory/FactoryDriver.cpp: * TAO/orbsvcs/examples/CosEC/Factory/FactoryDriver.h: * TAO/orbsvcs/examples/CosEC/Factory/README: * TAO/orbsvcs/examples/CosEC/RtEC_Based/lib/ConsumerAdmin_i.cpp: * TAO/orbsvcs/examples/CosEC/RtEC_Based/lib/ConsumerAdmin_i.h: * TAO/orbsvcs/examples/CosEC/RtEC_Based/lib/CosEvent_Utilities.cpp: * TAO/orbsvcs/examples/CosEC/RtEC_Based/lib/CosEvent_Utilities.h: * TAO/orbsvcs/examples/CosEC/RtEC_Based/lib/EventChannel_i.cpp: * TAO/orbsvcs/examples/CosEC/RtEC_Based/lib/EventChannel_i.h: * TAO/orbsvcs/examples/CosEC/RtEC_Based/lib/ProxyPushConsumer_i.cpp: * TAO/orbsvcs/examples/CosEC/RtEC_Based/lib/ProxyPushSupplier_i.cpp: * TAO/orbsvcs/examples/CosEC/RtEC_Based/lib/ProxyPushSupplier_i.h: * TAO/orbsvcs/examples/CosEC/RtEC_Based/lib/SupplierAdmin_i.cpp: * TAO/orbsvcs/examples/CosEC/RtEC_Based/lib/SupplierAdmin_i.h: * TAO/orbsvcs/orbsvcs/FtRtEvent/EventChannel/Fault_Detector_Loader.cpp: * TAO/orbsvcs/orbsvcs/FtRtEvent/EventChannel/Replication_Service.cpp: * TAO/orbsvcs/orbsvcs/PortableGroup/PG_FactoryRegistry.cpp: * TAO/orbsvcs/orbsvcs/PortableGroup/PG_Object_Group_Storable.cpp: * TAO/orbsvcs/performance-tests/RTEvent/lib/Control.cpp: * TAO/orbsvcs/performance-tests/RTEvent/lib/Low_Priority_Setup.cpp: * TAO/orbsvcs/tests/Event/Mcast/RTEC_MCast_Federated/EchoEventConsumer_i.cpp: * TAO/orbsvcs/tests/Event/Mcast/RTEC_MCast_Federated/EchoEventConsumer_i.h: * TAO/orbsvcs/tests/Event/Mcast/RTEC_MCast_Federated/EchoEventSupplierMain.cpp: * TAO/orbsvcs/tests/Event/Mcast/RTEC_MCast_Federated/EchoEventSupplier_i.cpp: * TAO/orbsvcs/tests/Event/Mcast/RTEC_MCast_Federated/EchoEventSupplier_i.h: * TAO/orbsvcs/tests/Event/Mcast/RTEC_MCast_Federated/README: * TAO/orbsvcs/tests/Notify/Blocking/Structured_Supplier.cpp: * TAO/orbsvcs/tests/Notify/Bug_1385_Regression/Structured_Supplier.cpp: * TAO/orbsvcs/tests/Notify/Bug_2415_Regression/Supplier.cpp: * TAO/orbsvcs/tests/Notify/Bug_2561_Regression/Supplier.cpp: * TAO/orbsvcs/tests/Notify/Discarding/Sequence_Supplier.cpp: * TAO/orbsvcs/tests/Notify/Discarding/Structured_Supplier.cpp: * TAO/orbsvcs/tests/Notify/MT_Dispatching/Structured_Supplier.cpp: * TAO/orbsvcs/tests/Notify/Ordering/Sequence_Supplier.cpp: * TAO/orbsvcs/tests/Notify/Ordering/Structured_Supplier.cpp: * TAO/orbsvcs/tests/Notify/Persistent_POA/Structured_Supplier.cpp: * TAO/orbsvcs/tests/Notify/Sequence_Multi_ETCL_Filter/Sequence_Supplier.cpp: * TAO/orbsvcs/tests/Notify/Sequence_Multi_Filter/Sequence_Supplier.cpp: * TAO/orbsvcs/tests/Notify/Structured_Filter/Structured_Supplier.cpp: * TAO/orbsvcs/tests/Notify/Structured_Multi_Filter/Structured_Supplier.cpp: * TAO/orbsvcs/tests/Notify/performance-tests/Filter/Sequence_Supplier.cpp: * TAO/orbsvcs/tests/Notify/performance-tests/Filter/Structured_Supplier.cpp: * TAO/tao/IORManipulation/IORManipulation.cpp: * TAO/tao/Leader_Follower.cpp: * TAO/tao/Load_Protocol_Factory_T.h: * TAO/tao/ORB_Core.cpp: * TAO/tao/PortableServer/ServantRetentionStrategyRetain.cpp: * TAO/tao/default_resource.cpp: * TAO/tests/Oneway_Send_Timeouts/Server.cpp: * TAO/tests/Storable/Savable.cpp:
* | Merge pull request #1685 from jwillemsen/jwi-cleanup4Johnny Willemsen2021-09-2021-75/+16
|\ \ | | | | | | Use default/override
| * | Use default/overrideJohnny Willemsen2021-09-2021-75/+16
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * TAO/tao/Strategies/LF_Strategy_Null.inl: Deleted. * TAO/tao/Strategies/COIOP_Connection_Handler.h: * TAO/tao/Strategies/COIOP_Connector.cpp: * TAO/tao/Strategies/COIOP_Connector.h: * TAO/tao/Strategies/COIOP_Endpoint.cpp: * TAO/tao/Strategies/COIOP_Endpoint.h: * TAO/tao/Strategies/COIOP_Factory.cpp: * TAO/tao/Strategies/COIOP_Factory.h: * TAO/tao/Strategies/COIOP_Transport.cpp: * TAO/tao/Strategies/COIOP_Transport.h: * TAO/tao/Strategies/DIOP_Connection_Handler.h: * TAO/tao/Strategies/DIOP_Connector.cpp: * TAO/tao/Strategies/DIOP_Connector.h: * TAO/tao/Strategies/DIOP_Endpoint.cpp: * TAO/tao/Strategies/DIOP_Endpoint.h: * TAO/tao/Strategies/DIOP_Factory.cpp: * TAO/tao/Strategies/DIOP_Factory.h: * TAO/tao/Strategies/DIOP_Transport.cpp: * TAO/tao/Strategies/DIOP_Transport.h: * TAO/tao/Strategies/LF_Strategy_Null.cpp: * TAO/tao/Strategies/LF_Strategy_Null.h:
* | Merge pull request #1684 from jwillemsen/jwi-loopbackJohnny Willemsen2021-09-201-4/+2
|\ \ | | | | | | Use is_loopback to check for a loopback address
| * | Use is_loopback to check for a loopback addressJohnny Willemsen2021-09-201-4/+2
| |/ | | | | | | | | * TAO/orbsvcs/orbsvcs/HTIOP/HTIOP_Acceptor.cpp: * TAO/tao/Strategies/SCIOP_Acceptor.cpp:
* | Use uniform initialization and fix g++ unitialized warningJohnny Willemsen2021-09-173-29/+21
|/ | | | | | * TAO/tao/Queued_Data.cpp: * TAO/tao/Queued_Data.h: * TAO/tao/Queued_Data.inl:
* Use nullptrJohnny Willemsen2021-09-141-1/+1
| | | | * TAO/tao/Strategies/advanced_resource.cpp:
* Removed ACE_HAS_UTIME because it is not used and fixed some broken linksJohnny Willemsen2021-08-052-3/+3
| | | | | | | * ACE/ace/config-aix-5.x.h: * ACE/docs/Download.html: * TAO/tao/Transport.h: * TAO/tao/Transport_Selection_Guard.h:
* ACE+TAO-7_0_3ACE+TAO-7_0_3Johnny Willemsen2021-08-041-3/+3
|
* Merge pull request #1621 from iguessthislldo/igtd/stdintFred Hornsey2021-07-203-0/+84
|\ | | | | Header File for TAO_IDL Supported IDL Features
| * Correct NEWS and ExamplesFred Hornsey2021-07-201-6/+10
| |
| * Header File for TAO_IDL Supported IDL FeaturesFred Hornsey2021-07-203-0/+80
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Get information about what IDL features the IDL compiler has, similarly to the "version" standard header in C++. In C++ it can be used like this if you want to be compatible with older versions of TAO: ```c++ #include "tao/orbconf.h" #if defined TAO_HAS_IDL_FEATURES && TAO_HAS_IDL_FEATURES // Use this macro if you are using something that's not the max possible // version. # define TAO_IDL_IDL_VERSION 0x50000 # include "tao/idl_features.h" # define USE_FEATURE defined TAO_IDL_HAS_FEATURE && TAO_IDL_HAS_FEATURE #else # define USE_FEATURE 0 #endif ``` In IDL it can be used like this if you want to be compatible with older versions of TAO: ```c++ #if defined __TAO_IDL_FEATURES # include __TAO_IDL_FEATURES # define USE_FEATURE defined TAO_IDL_HAS_FEATURE && TAO_IDL_HAS_FEATURE #else # define USE_FEATURE 0 #endif ```
* | Merge pull request #1603 from jwillemsen/jwi-bcc32cJohnny Willemsen2021-07-131-1/+1
|\ \ | |/ |/| Only the Embarcadero clang based compilers support C++11
| * Use nullptrJohnny Willemsen2021-07-131-1/+1
| | | | | | | | * TAO/tao/DynamicInterface/DII_Invocation_Adapter.cpp:
* | Use operator! and const changeJohnny Willemsen2021-07-121-1/+1
|/ | | | | * TAO/tao/operation_details.cpp: * TAO/tests/Param_Test/except.cpp:
* Merge branch 'master' into jwi-logreplystatusJohnny Willemsen2021-07-096-46/+32
|\
| * Use nullptr, removed redundant void, layout changesJohnny Willemsen2021-07-086-46/+32
| | | | | | | | | | | | | | | | | | * TAO/tao/Objref_VarOut_T.cpp: * TAO/tao/Objref_VarOut_T.h: * TAO/tao/Objref_VarOut_T.inl: * TAO/tao/Seq_Out_T.inl: * TAO/tao/Seq_Var_T.cpp: * TAO/tao/Seq_Var_T.inl:
* | Log the reply_status to indicate what we receivedJohnny Willemsen2021-07-091-1/+1
|/ | | | * TAO/tao/DynamicInterface/Request.cpp:
* add missed header Basic_Types_IDLv4 to listClaus Klein2021-07-061-0/+1
|
* Merge pull request #840 from iguessthislldo/igtd/stdintFred Hornsey2021-06-3014-28/+264
|\ | | | | IDLv4 Explicitly-named Integer Types
| * Try to Fix Issues with int8/uint8Fred Hornsey2021-06-296-4/+31
| |
| * Support int8/uint8 Sequences and ArraysFred Hornsey2021-06-2110-70/+194
| |
| * Isolate IDL4 Ints in TAO Unless IDL4 is UsedFred Hornsey2021-06-154-33/+67
| |
| * s/Uint/UInt/gFred Hornsey2021-06-151-6/+6
| |
| * Partially Respond to Review of #840Fred Hornsey2021-06-143-6/+6
| | | | | | | | https://github.com/DOCGroup/ACE_TAO/pull/840
| * Fix Issues with explicit_ints TestFred Hornsey2021-06-122-0/+27
| | | | | | | | | | - Add uint8 and int8 to ACE and TAO serialization - Refactor parts of AST_Expression to also cover uint8 and int8
| * Added WIP explicit_ints TestFred Hornsey2021-06-071-0/+24
| | | | | | | | And a bunch of fixes to get it to (sorta) work.
* | Use override instead of virtualJohnny Willemsen2021-06-211-1/+1
|/ | | | * TAO/tao/RTScheduling/Current.h:
* Make use of std::nothrow/std::nothrow_t/std::badalloc, ACE macros for these ↵Johnny Willemsen2021-06-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | are kept for backward compatiblity * ACE/ace/CORBA_macros.h: * ACE/ace/OS_Memory.h: * ACE/ace/Svc_Handler.cpp: * ACE/ace/Svc_Handler.h: * ACE/examples/DLL/Newsweek.cpp: * ACE/examples/DLL/Newsweek.h: * ACE/examples/DLL/Today.cpp: * ACE/examples/DLL/Today.h: * ACE/examples/Shared_Malloc/test_persistence.cpp: * ACE/tests/DLL_Test_Impl.cpp: * ACE/tests/DLL_Test_Impl.h: * ACE/tests/Dynamic_Test.cpp: * TAO/orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.cpp: * TAO/orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Persistent_Naming_Context_Factory.cpp: * TAO/orbsvcs/orbsvcs/Naming/Naming_Server.cpp: * TAO/orbsvcs/orbsvcs/Naming/Persistent_Naming_Context_Factory.cpp: * TAO/tao/Var_Size_Argument_T.cpp: * TAO/tests/POA/DSI/Database_i.cpp: * TAO/tests/POA/DSI/Database_i.h:
* All compilers we support provide ACE_HAS_NEW_NOTHROWJohnny Willemsen2021-06-061-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ACE/ace/CORBA_macros.h: * ACE/ace/OS_Memory.h: * ACE/ace/README: * ACE/ace/Svc_Handler.cpp: * ACE/ace/Svc_Handler.h: * ACE/ace/config-all.h: * ACE/ace/config-g++-common.h: * ACE/ace/config-hpux-11.00.h: * ACE/ace/config-lynxos.h: * ACE/ace/config-sunos5.5.h: * ACE/ace/config-win32-borland.h: * ACE/ace/config-win32-msvc-14.h: * ACE/examples/DLL/Newsweek.cpp: * ACE/examples/DLL/Newsweek.h: * ACE/examples/DLL/Today.cpp: * ACE/examples/DLL/Today.h: * ACE/examples/Shared_Malloc/test_persistence.cpp: * ACE/tests/DLL_Test_Impl.cpp: * ACE/tests/DLL_Test_Impl.h: * ACE/tests/Dynamic_Test.cpp: * TAO/orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.cpp: * TAO/orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Persistent_Naming_Context_Factory.cpp: * TAO/orbsvcs/orbsvcs/Naming/Naming_Server.cpp: * TAO/orbsvcs/orbsvcs/Naming/Persistent_Naming_Context_Factory.cpp: * TAO/tao/Var_Size_Argument_T.cpp: * TAO/tests/POA/DSI/Database_i.cpp: * TAO/tests/POA/DSI/Database_i.h:
* ACE+TAO-7_0_2ACE+TAO-7_0_2Johnny Willemsen2021-05-141-3/+3
|
* Mark also the generated hash operation with overrideJohnny Willemsen2021-04-301-1/+0
| | | | | * TAO/TAO_IDL/be/be_interface.cpp: * TAO/tao/PortableServer/Operation_Table_Perfect_Hash.h:
* Removed support for ACE_LACKS_STATIC_DATA_MEMBER_TEMPLATES, only set by the ↵Johnny Willemsen2021-04-302-36/+8
| | | | | | | | | | | | | | | config file for LynxOS178 for gcc2.96 which is ancient * ACE/ace/README: * ACE/ace/Singleton.cpp: * ACE/ace/Singleton.h: * ACE/ace/config-lynxos-178.h: * ACE/netsvcs/lib/Log_Message_Receiver.cpp: * ACE/netsvcs/lib/Log_Message_Receiver.h: * ACE/netsvcs/lib/Server_Logging_Handler_T.cpp: * ACE/netsvcs/lib/Server_Logging_Handler_T.h: * TAO/tao/TAO_Singleton.cpp: * TAO/tao/TAO_Singleton.h:
* Merge pull request #1489 from jwillemsen/jwi-usedeleteJohnny Willemsen2021-04-2918-70/+34
|\ | | | | Make use of delete to make sure an operation can't be called
| * Make use of delete/defaultJohnny Willemsen2021-04-297-37/+12
| | | | | | | | | | | | | | | | | | | | | | * TAO/TAO_IDL/be/be_visitor_interface/tie_sh.cpp: * TAO/tao/DynamicAny/DynAnyFactory.h: * TAO/tao/DynamicInterface/Context.cpp: * TAO/tao/DynamicInterface/Context.h: * TAO/tao/DynamicInterface/Context.inl: * TAO/tao/DynamicInterface/DII_Reply_Dispatcher.cpp: * TAO/tao/DynamicInterface/DII_Reply_Dispatcher.h: * TAO/tao/Invocation_Adapter.h:
| * Make use of delete to make sure an operation can't be calledJohnny Willemsen2021-04-2911-33/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ACE/ace/TP_Reactor.h: * TAO/tao/Collocated_Invocation.h: * TAO/tao/DynamicInterface/DII_Arguments.h: * TAO/tao/DynamicInterface/DII_Arguments.inl: * TAO/tao/DynamicInterface/DII_Invocation.h: * TAO/tao/DynamicInterface/DII_Invocation_Adapter.h: * TAO/tao/DynamicInterface/DII_Reply_Handler.cpp: * TAO/tao/DynamicInterface/DII_Reply_Handler.h: * TAO/tao/DynamicInterface/Dynamic_Adapter_Impl.h: * TAO/tao/DynamicInterface/ExceptionList.h: * TAO/tao/Messaging/Asynch_Invocation_Adapter.h: * TAO/tao/Valuetype/AbstractBase_Invocation_Adapter.h:
* | Merge pull request #1487 from jwillemsen/jwi-autoptrunimplJohnny Willemsen2021-04-292-6/+4
|\ \ | | | | | | Removed not used auto_ptr member, use delete, layout changes, fixed typos
| * | Removed not used auto_ptr member, use delete instead of ↵Johnny Willemsen2021-04-293-9/+6
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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:
* | Use override, removed redundant voidJohnny Willemsen2021-04-295-59/+54
| | | | | | | | | | | | | | | | * TAO/tao/RTScheduling/Current.h: * TAO/tao/RTScheduling/RTScheduler_Initializer.h: * TAO/tao/RTScheduling/RTScheduler_Loader.h: * TAO/tao/RTScheduling/RTScheduler_Manager.h: * TAO/tao/RTScheduling/Request_Interceptor.h:
* | Removed redundant void, use delete, layout changesJohnny Willemsen2021-04-298-86/+50
| | | | | | | | | | | | | | | | | | | | | | * TAO/tao/RTScheduling/Current.cpp: * TAO/tao/RTScheduling/Current.h: * TAO/tao/RTScheduling/Distributable_Thread.h: * TAO/tao/RTScheduling/RTScheduler.cpp: * TAO/tao/RTScheduling/RTScheduler.h: * TAO/tao/RTScheduling/RTScheduler_Loader.h: * TAO/tao/RTScheduling/RTScheduler_Manager.cpp: * TAO/tao/RTScheduling/RTScheduler_Manager.h:
* | Fixed compile errorJohnny Willemsen2021-04-291-1/+1
| | | | | | | | * TAO/tao/RTScheduling/Request_Interceptor.cpp:
* | Fixed misleading indent warningJohnny Willemsen2021-04-291-33/+50
|/ | | | * TAO/tao/RTScheduling/Request_Interceptor.cpp:
* Minor cleanup, layout changes, use nullptrJohnny Willemsen2021-04-232-6/+4
| | | | | | | | | | | | | | | | | * ACE/ACEXML/common/HttpCharStream.cpp: * ACE/ACEXML/common/HttpCharStream.h: * ACE/ACEXML/common/URL_Addr.cpp: * ACE/ACEXML/common/XML_Codecs.cpp: * ACE/Kokyu/Default_Dispatcher_Impl.cpp: * ACE/Kokyu/Kokyu.cpp: * ACE/ace/Asynch_IO.h: * ACE/ace/Local_Memory_Pool.cpp: * ACE/ace/Parse_Node.h: * ACE/ace/Proactor.cpp: * ACE/ace/Thread_Manager.cpp: * ACE/tests/Priority_Reactor_Test.cpp: * TAO/tao/Stub.h: * TAO/tao/Stub.inl:
* Merge pull request #1458 from jwillemsen/jwi-cleanupJohnny Willemsen2021-03-171-1/+1
|\ | | | | Minor cleanup
| * Minor cleanupJohnny Willemsen2021-03-171-1/+1
| |