summaryrefslogtreecommitdiff
path: root/ACE/tests/Bound_Ptr_Test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Minor cleanupJohnny Willemsen2021-06-221-5/+0
| | | | | | | | | | | | | * ACE/tests/Based_Pointer_Test.cpp: * ACE/tests/Basic_Types_Test.cpp: * ACE/tests/Bound_Ptr_Test.cpp: * ACE/tests/Bound_Ptr_Test.h: * ACE/tests/DLL_Test.cpp: * ACE/tests/DLL_Test.h: * ACE/tests/DLL_Test_Impl.cpp: * ACE/tests/DLL_Test_Parent.h: * ACE/tests/SOCK_Acceptor_Test.cpp: * ACE/tests/Unbounded_Set_Test.cpp:
* Make use of override where it should be used instead of virtualJohnny Willemsen2020-12-081-6/+6
|
* Removed redundant voidJohnny Willemsen2020-12-081-27/+27
|
* Remove checks for ACE_HAS_CPP11 and remove the code for C++03 now that we ↵Johnny Willemsen2020-11-101-6/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | require C++11 compiler support * ACE/ACEXML/examples/SAXPrint/main.cpp: * ACE/ace/ARGV.h: * ACE/ace/Basic_Types.h: * ACE/ace/Bound_Ptr.h: * ACE/ace/Bound_Ptr.inl: * ACE/ace/CDR_Stream.cpp: * ACE/ace/Codeset_IBM1047.cpp: * ACE/ace/Event_Handler.cpp: * ACE/ace/Event_Handler.h: * ACE/ace/Global_Macros.h: * ACE/ace/OS_NS_Thread.cpp: * ACE/ace/Proactor.cpp: * ACE/ace/Process_Manager.h: * ACE/ace/Reactor.h: * ACE/ace/Reactor_Timer_Interface.h: * ACE/ace/Signal.h: * ACE/ace/Thread_Manager.cpp: * ACE/ace/Time_Policy.h: * ACE/ace/Time_Value.cpp: * ACE/ace/Time_Value.h: * ACE/ace/Time_Value.inl: * ACE/ace/WFMO_Reactor.cpp: * ACE/ace/XML_Utils/XML_Helper.h: * ACE/ace/XML_Utils/XSCRT/Elements.hpp: * ACE/ace/config-macosx-lion.h: * ACE/examples/APG/Active_Objects/AO.cpp: * ACE/examples/APG/Active_Objects/AO2.cpp: * ACE/examples/APG/Naming/Name_Binding.h: * ACE/examples/APG/Reactor/HAStatus.cpp: * ACE/examples/Threads/future1.cpp: * ACE/examples/Threads/future2.cpp: * ACE/netsvcs/lib/Client_Logging_Handler.cpp: * ACE/netsvcs/lib/Server_Logging_Handler_T.cpp: * ACE/tests/Bound_Ptr_Test.cpp: * ACE/tests/Bug_2540_Regression_Test.cpp: * ACE/tests/Bug_2820_Regression_Test.cpp: * ACE/tests/Chrono_Test.cpp: * ACE/tests/Compiler_Features_15_Test.cpp: * ACE/tests/Compiler_Features_16_Test.cpp: * ACE/tests/Compiler_Features_17_Test.cpp: * ACE/tests/Compiler_Features_18_Test.cpp: * ACE/tests/Compiler_Features_19_Test.cpp: * ACE/tests/Compiler_Features_20_DLL.h: * ACE/tests/Compiler_Features_21_Test.cpp: * ACE/tests/Compiler_Features_23_Test.cpp: * ACE/tests/Compiler_Features_24_Test.cpp: * ACE/tests/Compiler_Features_25_Test.cpp: * ACE/tests/Compiler_Features_26_Test.cpp: * ACE/tests/Compiler_Features_27_Test.cpp: * ACE/tests/Compiler_Features_28_Test.cpp: * ACE/tests/Compiler_Features_29_Test.cpp: * ACE/tests/Compiler_Features_31_Test.cpp: * ACE/tests/Compiler_Features_32_Test.cpp: * ACE/tests/Compiler_Features_34_Test.cpp: * ACE/tests/Compiler_Features_35_Test.cpp: * ACE/tests/Compiler_Features_36_Test.cpp: * ACE/tests/DLL_Test.cpp: * ACE/tests/Process_Manager_Test.cpp: * ACE/tests/Reactor_Remove_Resume_Test.cpp: * ACE/tests/Reactor_Timer_Test.cpp: * ACE/tests/Task_Ex_Test.cpp: * TAO/TAO_IDL/be/be_visitor_interface/interface_ch.cpp: * TAO/TAO_IDL/be/be_visitor_sequence/sequence_ch.cpp: * TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_cs.cpp: * TAO/TAO_IDL/be_include/be_helper.h: * TAO/orbsvcs/ImplRepo_Service/AsyncListManager.h: * TAO/tao/Object.h:
* Mark single argument constructors explicitJohnny Willemsen2020-08-111-1/+1
| | | | | | * ACE/tests/Bound_Ptr_Test.cpp: * ACE/tests/Intrusive_Auto_Ptr_Test.cpp: * ACE/tests/Refcounted_Auto_Ptr_Test.cpp:
* Removed various variables/members which are not used at allJohnny Willemsen2020-08-111-11/+6
| | | | | | | | | | | | | * ACE/tests/Bound_Ptr_Test.cpp: * ACE/tests/Bound_Ptr_Test.h: * ACE/tests/Intrusive_Auto_Ptr_Test.cpp: * ACE/tests/Multicast_Test.cpp: * ACE/tests/Multicast_Test_IPV6.cpp: * ACE/tests/Object_Manager_Flipping_Test.cpp: * ACE/tests/Refcounted_Auto_Ptr_Test.cpp: * ACE/tests/Sendfile_Test.cpp: * ACE/tests/Thread_Attrs_Test.cpp: * ACE/tests/Thread_Creation_Threshold_Test.cpp:
* Fixed several broken linksJohnny Willemsen2019-01-241-1/+1
| | | | | | | | | * ACE/docs/ACE-categories.html: * ACE/docs/ACE-porting.html: * ACE/docs/exceptions.html: * ACE/examples/Bounded_Packet_Relay/README: * ACE/examples/Service_Configurator/IPC-tests/README: * ACE/tests/Bound_Ptr_Test.cpp:
* When we have C++11 ACE_Strong_Bound_Ptr doesn't provide std::auto_ptr ↵Johnny Willemsen2018-06-141-0/+4
| | | | | | | | support, that is deprecated * ACE/ace/Bound_Ptr.h: * ACE/ace/Bound_Ptr.inl: * ACE/tests/Bound_Ptr_Test.cpp:
* Merged branch ace-face-safety (FACE Safety Profile import from OCITAO).Adam Mitz2015-11-061-0/+1
|
* Remove doxygen style Id tag with two space before $Id#Johnny Willemsen2015-01-071-2/+0
|
* Removed single line Id tagJohnny Willemsen2015-01-071-2/+0
|
* Removed ACE_RCSIDJohnny Willemsen2010-09-081-1/+1
|
* Thu Oct 30 12:16:00 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2008-10-301-2/+2
|
* Wed Sep 3 09:10:15 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2008-09-031-6/+34
|
* undoing accidental deletionWilliam R. Otte2008-03-041-0/+467
|
* swap in externals for ACE and TAOWilliam R. Otte2008-03-041-467/+0
|
* Mon Oct 29 14:17:15 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2007-10-291-5/+8
|
* Repo restructuringWilliam R. Otte2006-07-241-0/+464