summaryrefslogtreecommitdiff
path: root/ACE/ace/DLL.h
Commit message (Collapse)AuthorAgeFilesLines
* Removed redundant voidJohnny Willemsen2020-12-091-3/+3
|
* Some more layout changes to trigger CI buildsJohnny Willemsen2020-01-211-2/+0
| | | | | | | | | | | | | | | | | | | | | * ACE/ace/Activation_Queue.h: * ACE/ace/Active_Map_Manager.h: * ACE/ace/Active_Map_Manager_T.h: * ACE/ace/Argv_Type_Converter.h: * ACE/ace/Array_Map.h: * ACE/ace/Asynch_Connector.h: * ACE/ace/Atomic_Op.h: * ACE/ace/Atomic_Op_GCC_T.h: * ACE/ace/Based_Pointer_Repository.h: * ACE/ace/Bound_Ptr.h: * ACE/ace/CDR_Stream.h: * ACE/ace/Cache_Map_Manager_T.h: * ACE/ace/Caching_Strategies_T.h: * ACE/ace/Capabilities.h: * ACE/ace/Containers_T.h: * ACE/ace/DLL.h: * ACE/ace/DLL_Manager.h: * ACE/ace/Dev_Poll_Reactor.h:
* Minor layout/doxygen changes, gathered through timeJohnny Willemsen2020-01-201-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ACE/ace/ACE.inl: * ACE/ace/ATM_Acceptor.cpp: * ACE/ace/ATM_Addr.cpp: * ACE/ace/ATM_Connector.cpp: * ACE/ace/ATM_Params.cpp: * ACE/ace/ATM_QoS.cpp: * ACE/ace/ATM_QoS.h: * ACE/ace/ATM_Stream.h: * ACE/ace/Acceptor.h: * ACE/ace/Active_Map_Manager_T.h: * ACE/ace/Argv_Type_Converter.h: * ACE/ace/Array_Base.h: * ACE/ace/Array_Map.h: * ACE/ace/Asynch_IO.h: * ACE/ace/Atomic_Op_T.h: * ACE/ace/Base_Thread_Adapter.h: * ACE/ace/CDR_Base.h: * ACE/ace/CDR_Size.h: * ACE/ace/CDR_Stream.h: * ACE/ace/CE_Screen_Output.h: * ACE/ace/Cache_Map_Manager_T.h: * ACE/ace/Cached_Connect_Strategy_T.h: * ACE/ace/Caching_Strategies_T.h: * ACE/ace/Caching_Utility_T.h: * ACE/ace/Capabilities.h: * ACE/ace/Cleanup_Strategies_T.h: * ACE/ace/Codecs.h: * ACE/ace/Codeset_Registry.h: * ACE/ace/Compression/Compressor.h: * ACE/ace/Configuration.h: * ACE/ace/Connector.h: * ACE/ace/Containers_T.h: * ACE/ace/Copy_Disabled.h: * ACE/ace/DEV_Connector.h: * ACE/ace/DLL.h: * ACE/ace/DLL_Manager.h: * ACE/ace/Dev_Poll_Reactor.h: * ACE/ace/Dynamic_Message_Strategy.h: * ACE/ace/ETCL/ETCL_Constraint.h: * ACE/ace/MEM_Stream.h: * ACE/ace/Profile_Timer.h: * ACE/ace/SUN_Proactor.h: * ACE/ace/String_Base_Const.h: * ACE/ace/Svc_Handler.h:
* Removed old comments before constructor/destructorJohnny Willemsen2019-08-191-2/+0
|
* Fixed typoJohnny Willemsen2017-01-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ACE/ACEXML/common/DTD_Manager.h: * ACE/ACEXML/common/NamespaceSupport.h: * ACE/ACEXML/parser/debug_validator/Debug_DTD_Manager.h: * ACE/ace/Containers_T.h: * ACE/ace/DLL.h: * ACE/ace/QoS/QoS_Session.h: * ACE/ace/QoS/QoS_Session_Impl.cpp: * ACE/ace/QoS/QoS_Session_Impl.h: * ACE/ace/RB_Tree.h: * ACE/ace/SSL/SSL_SOCK_Stream.cpp: * ACE/ace/SSL/SSL_SOCK_Stream.inl: * ACE/ace/Select_Reactor_T.cpp: * ACE/ace/TP_Reactor.cpp: * ACE/ace/Token.cpp: * ACE/apps/JAWS/clients/WebSTONE/src/nsapi-includes/base/file.h: * ACE/examples/APG/Signals/SigHandler.cpp: * ACE/examples/APG/Signals/SigHandlers.cpp: * ACE/examples/Reactor/Proactor/test_aiosig.cpp: * ACE/examples/Reactor/Proactor/test_aiosig_ace.cpp: * ACE/examples/Reactor/WFMO_Reactor/APC.cpp: * ACE/examples/Reactor/WFMO_Reactor/Abandoned.cpp: * ACE/examples/Reactor/WFMO_Reactor/Window_Messages.cpp: * ACE/tests/Cached_Accept_Conn_Test.cpp: * ACE/tests/Dev_Poll_Reactor_Echo_Test.cpp: * ACE/tests/Dev_Poll_Reactor_Test.cpp: * TAO/DevGuideExamples/PortableInterceptors/Auth/ServerInitializer.cpp: * TAO/examples/Content_Server/AMI_Observer/Callback_Handler.cpp: * TAO/orbsvcs/examples/Notify/Subscribe/Subscribe.h: * TAO/orbsvcs/examples/RtEC/Kokyu/Supplier.cpp: * TAO/orbsvcs/examples/RtEC/Kokyu/Supplier.h: * TAO/orbsvcs/orbsvcs/Event/EC_ObserverStrategy.cpp: * TAO/orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Round_Robin.cpp: * TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Connection_Handler.cpp: * TAO/orbsvcs/tests/Bug_1630_Regression/testclient.cpp: * TAO/orbsvcs/tests/Concurrency/CC_command.cpp: * TAO/orbsvcs/tests/Event/Mcast/Two_Way/application.cpp: * TAO/orbsvcs/tests/Notify/performance-tests/RedGreen/RedGreen_Test.h: * TAO/tao/Connection_Handler.cpp: * TAO/tao/IIOP_Connector.cpp: * TAO/tao/Invocation_Utils.h: * TAO/tao/LF_CH_Event.h: * TAO/tao/ORB_Core.cpp: * TAO/tao/Stub.h: * TAO/tao/Stub.inl: * TAO/tao/Transport.h: * TAO/tests/Bug_1495_Regression/Threaded_Server.cpp: * TAO/tests/Bug_1495_Regression/server_interceptor.cpp: * TAO/tests/Bug_3748_Regression/client.cpp: * TAO/tests/DII_AMI_Forward/server_interceptor.cpp: * TAO/tests/DynValue_Test/main.cpp: * TAO/tests/Explicit_Event_Loop/client.cpp: * TAO/tests/Explicit_Event_Loop/server.cpp: * TAO/tests/IORManipulation/IORTest.cpp: * TAO/tests/POA/On_Demand_Act_Direct_Coll/Collocated_Test.cpp: * TAO/tests/Portable_Interceptors/Bug_1559/server_interceptor.cpp: * TAO/tests/Portable_Interceptors/ForwardRequest/Client_Request_Interceptor.cpp: * TAO/tests/Portable_Interceptors/ForwardRequest/Server_Request_Interceptor.cpp: * TAO/tests/TransportCurrent/Framework/client.cpp: * TAO/tests/TransportCurrent/IIOP/client.cpp:
* Remove doxygen style Id tag with two space before $Id#Johnny Willemsen2015-01-071-2/+0
|
* Thu Sep 11 10:14:17 UTC 2014 Martin Corino <mcorino@remedy.nl>mcorino2014-09-111-0/+4
|
* Mon Dec 2 10:11:14 UTC 2013 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2013-12-021-1/+1
| | | | | | | | | | * ace/DLL.h: Doxygen fix * docs/ACE-bug-process.html: * docs/Download.html: Updated the URL to point to Vandy not WUSTl.
* Mon Sep 10 13:57:27 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2012-09-101-3/+2
| | | | | | | | | * ace/DLL.h: * ace/DLL.cpp: * ace/DLL_Manager.h: * ace/DLL_Manager.cpp: Use bool for become_owner
* Thu Jun 21 17:08:55 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2012-06-211-2/+2
| | | | | | | | | | | | | * ace/DLL.h: * ace/DLL_Manager.h: * ace/DLL_Manager.cpp: Changed the order that the ACE_DLL_Manager attempts to open a library Foo so that it will try <prefix>Foo<decorator>.<suffix> before Foo<decorator>.<suffix>. This makes library loading using ACE succeed on the first try instead of the fourth on any platform requiring a library prefix, like Linux. For platforms that don't have a prefix it will also succeed on the first time. Thanks to Trent Nadeau <Trent dot Nadeau at ngc dot com> for providing this improvement
* ChangeLogTag:Mon Dec 5 22:23:25 UTC 2011 Steve Huston <shuston@riverace.com>Steve Huston2011-12-051-12/+25
|
* Mon Jul 12 10:11:24 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2010-07-121-2/+2
| | | | | | | | | | | | | | * ace/DLL.h: * ace/DLL_Manager.h: * ace/Dirent.h: * ace/Dump_T.h: * ace/Event_Handler.h: * ace/File_Lock.h: * ace/INET_Addr.h: * ace/Log_Msg_Callback.h: * ace/Log_Record.h: * ace/Logging_Strategy.h: Fixed set of doxygen warnings
* undoing accidental deletionWilliam R. Otte2008-03-041-0/+196
|
* swap in externals for ACE and TAOWilliam R. Otte2008-03-041-196/+0
|
* Thu Jan 17 19:24:12 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2008-01-171-7/+7
|
* ChangeLogTag: Mon Oct 16 20:04:59 UTC 2006 Iliyan Jeliazkov ↵iliyan2006-10-161-1/+1
| | | | <iliyan@ociweb.com>
* Thu Aug 24 08:08:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2006-08-241-2/+3
|
* ChangeLogTag: Tue Aug 22 21:43:34 UTC 2006 Iliyan Jeliazkov ↵iliyan2006-08-221-3/+2
| | | | <iliyan@ociweb.com>
* Mon Aug 14 11:15:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2006-08-141-1/+1
|
* Repo restructuringWilliam R. Otte2006-07-241-0/+196