summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/ESF
Commit message (Collapse)AuthorAgeFilesLines
* Removed checks for ACE_TEMPLATES_REQUIRE_SOURCEJohnny Willemsen2023-01-1616-50/+0
|
* Removed AIX supportJohnny Willemsen2023-01-1616-64/+0
|
* Make use of noexcept instead of throw()Johnny Willemsen2022-12-122-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ACE/ace/Auto_Functor.h: * ACE/ace/Local_Name_Space_T.cpp: * ACE/ace/Svc_Handler.cpp: * ACE/ace/Svc_Handler.h: * ACE/ace/config-lite.h: * ACE/ace/config-macros.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/ESF/ESF_Peer_Admin.h: * TAO/orbsvcs/orbsvcs/ESF/ESF_Proxy_Admin.h: * TAO/orbsvcs/orbsvcs/Event/EC_Channel_Destroyer.cpp: * TAO/orbsvcs/orbsvcs/Event/EC_Channel_Destroyer.h: * TAO/orbsvcs/orbsvcs/Event/EC_ProxySupplier.cpp: * TAO/orbsvcs/orbsvcs/Event/EC_ProxySupplier.h: * TAO/orbsvcs/orbsvcs/Event/EC_Proxy_Disconnector.cpp: * TAO/orbsvcs/orbsvcs/Event/EC_Proxy_Disconnector.h: * TAO/orbsvcs/orbsvcs/FtRtEvent/Utils/ScopeGuard.h: * TAO/orbsvcs/tests/Notify/Bug_3688b_Regression/TestBroadcaster.cpp: * TAO/orbsvcs/tests/Notify/Bug_3688b_Regression/TestBroadcaster.h: * TAO/tao/Asynch_Reply_Dispatcher_Base.h: * TAO/tao/Asynch_Reply_Dispatcher_Base.inl: * TAO/tao/Bounded_Array_Sequence_T.h: * TAO/tao/Bounded_Basic_String_Sequence_T.h: * TAO/tao/Bounded_Object_Reference_Sequence_T.h: * TAO/tao/Bounded_Value_Sequence_T.h: * TAO/tao/Generic_Sequence_T.h: * TAO/tao/Messaging/AMH_Response_Handler.cpp: * TAO/tao/Messaging/AMH_Response_Handler.h: * TAO/tao/PortableServer/Servant_var.cpp: * TAO/tao/PortableServer/Servant_var.h: * TAO/tao/PortableServer/Servant_var.inl: * TAO/tao/Unbounded_Array_Sequence_T.h: * TAO/tao/Unbounded_Basic_String_Sequence_T.h: * TAO/tao/Unbounded_Object_Reference_Sequence_T.h: * TAO/tao/Unbounded_Octet_Sequence_T.h: * TAO/tao/Unbounded_Value_Sequence_T.h: * TAO/tao/Utils/Implicit_Deactivator.cpp: * TAO/tao/Utils/Implicit_Deactivator.h: * TAO/tao/Utils/ORB_Destroyer.cpp: * TAO/tao/Utils/ORB_Destroyer.h: * TAO/tao/Utils/PolicyList_Destroyer.cpp: * TAO/tao/Utils/PolicyList_Destroyer.h: * TAO/tao/Valuetype/Bounded_Valuetype_Sequence_T.h: * TAO/tao/Valuetype/Unbounded_Valuetype_Sequence_T.h: * TAO/tests/Bug_2936_Regression/PersistentPOA.cpp: * TAO/tests/Bug_2936_Regression/PersistentPOA.h: * TAO/tests/Bug_3251_Regression/PersistentPoa.cpp: * TAO/tests/Bug_3251_Regression/PersistentPoa.h: * TAO/tests/ORB_Local_Config/Bug_2612/DllOrb.cpp: * TAO/tests/ORB_Local_Config/Bug_2612/DllOrb.h: * TAO/tests/POA/DSI/Database_i.cpp: * TAO/tests/POA/DSI/Database_i.h: * TAO/utils/wxNamingViewer/wxAutoDialog.h:
* Part 2: Remove obsolescent (void) in functions with no parametersKnut Petter Svendsen2022-09-225-10/+10
|
* Remove obsolescent (void) in functions with no parametersKnut Petter Svendsen2022-09-1310-27/+27
|
* Fixed Redundant blank line at the end of a code block should be deletedKnut Petter Svendsen2022-09-101-1/+0
|
* Replace 3 blank lines with just 2 blank linesKnut Petter Svendsen2022-09-091-1/+0
|
* Removed redundant voidJohnny Willemsen2021-03-172-2/+2
|
* Remove redundant voidJohnny Willemsen2020-12-1719-57/+57
|
* Documentation changes, fixed some typosJohnny Willemsen2018-04-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * TAO/docs/ec_options.html: * TAO/docs/pluggable_protocols/index.html: * TAO/orbsvcs/orbsvcs/CosEvent/CEC_ConsumerAdmin.h: * TAO/orbsvcs/orbsvcs/CosEvent/CEC_ConsumerControl.h: * TAO/orbsvcs/orbsvcs/CosEvent/CEC_Default_Factory.h: * TAO/orbsvcs/orbsvcs/CosEvent/CEC_Dispatching.h: * TAO/orbsvcs/orbsvcs/CosEvent/CEC_EventChannel.h: * TAO/orbsvcs/orbsvcs/CosEvent/CEC_MT_Dispatching.h: * TAO/orbsvcs/orbsvcs/CosEvent/CEC_ProxyPullConsumer.h: * TAO/orbsvcs/orbsvcs/CosEvent/CEC_ProxyPullSupplier.h: * TAO/orbsvcs/orbsvcs/CosEvent/CEC_ProxyPushConsumer.h: * TAO/orbsvcs/orbsvcs/CosEvent/CEC_ProxyPushSupplier.h: * TAO/orbsvcs/orbsvcs/CosEvent/CEC_Reactive_ConsumerControl.h: * TAO/orbsvcs/orbsvcs/CosEvent/CEC_Reactive_SupplierControl.h: * TAO/orbsvcs/orbsvcs/CosEvent/CEC_SupplierAdmin.h: * TAO/orbsvcs/orbsvcs/CosEvent/CEC_SupplierControl.h: * TAO/orbsvcs/orbsvcs/CosEvent/CEC_TypedConsumerAdmin.h: * TAO/orbsvcs/orbsvcs/CosEvent/CEC_TypedEventChannel.h: * TAO/orbsvcs/orbsvcs/CosEvent/CEC_TypedProxyPushConsumer.h: * TAO/orbsvcs/orbsvcs/CosEvent/CEC_TypedSupplierAdmin.h: * TAO/orbsvcs/orbsvcs/ESF/ESF_Proxy_Collection.h: * TAO/orbsvcs/orbsvcs/Event/EC_Event_Channel_Base.h: * TAO/orbsvcs/orbsvcs/Event/EC_ProxyConsumer.h: * TAO/orbsvcs/orbsvcs/Notify/Validate_Client_Task.h: * TAO/orbsvcs/orbsvcs/PortableGroup/UIPMC_Acceptor.cpp: * TAO/orbsvcs/orbsvcs/Sched/Config_Scheduler.cpp: * TAO/tao/IORInterceptor/IORInfo.h: * TAO/tao/ORB_Core.h: * TAO/tao/Service_Context.cpp: * TAO/tao/Stub.cpp: * TAO/tao/Tagged_Components.cpp:
* Shorter headerJohnny Willemsen2015-01-072-2/+0
|
* Shorten file headersJohnny Willemsen2015-01-072-2/+0
|
* Remove doxygen style Id tag with two space before $Id#Johnny Willemsen2015-01-0717-34/+0
|
* Removed single line Id tagJohnny Willemsen2015-01-0717-33/+0
|
* Zapped two line id tagsJohnny Willemsen2015-01-0712-36/+0
|
* Sun Aug 17 18:52:48 UTC 2014 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2014-08-171-37/+8
| | | | | | | | | | | | | | | | | | | | | * orbsvcs/orbsvcs/ESF/ESF_Delayed_Command.cpp: Removed if statements, the regular and else clause had the exact same code, reported by Coverity * tests/Smart_Proxies/Benchmark/client.cpp: * tests/Smart_Proxies/Benchmark/server.cpp: * tests/Smart_Proxies/Collocation/Smart_Proxy_Impl.h: * tests/Smart_Proxies/Collocation/Smart_Proxy_Impl.cpp: * tests/Smart_Proxies/On_Demand/client.cpp: * tests/Smart_Proxies/On_Demand/server.cpp: * tests/Smart_Proxies/Policy/Smart_Proxy_Impl.cpp: * tests/Smart_Proxies/Policy/client.cpp: * tests/Smart_Proxies/Policy/server.cpp: * tests/Smart_Proxies/Smart_Proxy_Impl.h: * tests/Smart_Proxies/client.cpp: * tests/Smart_Proxies/server.cpp: Fixed Coverity and valgrind reported errors
* Mon Aug 29 07:20:29 UTC 2011 Marcel Smit <msmit@remedy.nl>msmit2011-08-291-2/+0
| | | | | | | | * orbsvcs/orbsvcs/ESF/ESF_Copy_On_Write.cpp: Fixed runtime issues in orbsvcs. * tests/OBV/ValueBox/client.cpp: Fixed runtime issues.
* Fri Aug 26 11:09:12 UTC 2011 Marcel Smit <msmit@remedy.nl>msmit2011-08-261-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * DevGuideExamples/ValueTypes/Bank/client.cpp: * examples/AMH/Sink_Server/client.cpp: * examples/Event_Comm/supplier.cpp: * examples/Simple/bank/server.cpp: * examples/Simple/echo/server.cpp: * examples/Simple/grid/server.cpp: * examples/Simple/time/server.cpp: * orbsvcs/orbsvcs/ESF/ESF_Copy_On_Write.cpp: * orbsvcs/tests/Bug_2112_Regression/client.cpp: * orbsvcs/tests/InterfaceRepo/Bug_2962_Regression/client.cpp: * orbsvcs/tests/InterfaceRepo/Bug_3155_Regression/test_idl.cpp: * orbsvcs/tests/InterfaceRepo/Bug_3174_Regression/test_idl.cpp: * orbsvcs/tests/InterfaceRepo/Union_Forward_Test/client.cpp: * performance-tests/Sequence_Latency/Sequence_Operations_Time/test.cpp: * tests/Bug_1383_Regression/SimpleClient.cpp: * tests/Bug_3506_Regression/client.cpp: * tests/Bug_3548_Regression/client.cpp: * tests/CDR/allocator.cpp: * tests/Connection_Failure/client.cpp: * tests/DII_AMI_Forward/client.cpp: * tests/DynAny_Test/driver.cpp: * tests/OBV/ValueBox/client.cpp: * tests/POA/EndpointPolicy/server.cpp: * tests/POA/Loader/server.cpp: * tests/Param_Test/driver.cpp: * tests/Portable_Interceptors/AdvSlot/client.cpp: * tests/Portable_Interceptors/AdvSlot/server.cpp: * tests/Portable_Interceptors/AdvSlotDblCpy/client.cpp: * tests/Portable_Interceptors/AdvSlotExt/client.cpp: * tests/RTScheduling/Scheduling_Interceptor/test_client.cpp: * tests/RTScheduling/VoidData/test_client.cpp: * tests/Sequence_Unit_Tests/bounded_object_reference_sequence_ut.cpp: * tests/Sequence_Unit_Tests/bounded_sequence_cdr_ut.cpp: * tests/Sequence_Unit_Tests/bounded_string_sequence_ut.cpp: * tests/Sequence_Unit_Tests/bounded_value_sequence_ut.cpp: * tests/Sequence_Unit_Tests/object_reference_sequence_element_ut.cpp: * tests/Sequence_Unit_Tests/string_sequence_element_ut.cpp: * tests/Sequence_Unit_Tests/testing_allocation_traits_ut.cpp: * tests/Sequence_Unit_Tests/unbounded_object_reference_sequence_ut.cpp: * tests/Sequence_Unit_Tests/unbounded_octet_sequence_nocopy_ut.cpp: * tests/Sequence_Unit_Tests/unbounded_octet_sequence_ut.cpp: * tests/Sequence_Unit_Tests/unbounded_sequence_cdr_ut.cpp: * tests/Sequence_Unit_Tests/unbounded_string_sequence_ut.cpp: * tests/Sequence_Unit_Tests/unbounded_value_sequence_ut.cpp: * utils/nslist/nsadd.cpp: * utils/nslist/nsdel.cpp: * utils/nslist/nslist.cpp: Fixed issues regarding exceptions which are not caught.
* Fri Feb 11 11:16:00 UTC 2011 Martin Corino <mcorino@remedy.nl>mcorino2011-02-112-2/+2
| | | | | Merged changes from Remedy work branch.
* Mon Sep 13 18:15:27 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2010-09-131-1/+1
| | | | | | *: Zapped trailing whitespaces using find -name \*.h -o -name \*.cpp -name \*.inl | xargs perl -i -pe's/\s+\n/\n/'
* Zapped ACE_RCSISJohnny Willemsen2010-09-081-1/+1
|
* Wed Jun 2 13:12:16 UTC 2010 Vladimir Zykov <vladimir.zykov@prismtech.com>vzykov2010-06-0211-1/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * orbsvcs/orbsvcs/Log/EventLogNotification.h: * orbsvcs/orbsvcs/Log/NotifyLogNotification.h: * orbsvcs/orbsvcs/Log/RTEventLogNotification.h: * orbsvcs/orbsvcs/Notify/Validate_Worker_T.cpp: * orbsvcs/orbsvcs/ESF/ESF_Copy_On_Read.cpp: * orbsvcs/orbsvcs/ESF/ESF_Delayed_Changes.h: * orbsvcs/orbsvcs/ESF/ESF_Copy_On_Write.cpp: * orbsvcs/orbsvcs/ESF/ESF_Delayed_Changes.cpp: * orbsvcs/orbsvcs/ESF/ESF_Shutdown_Proxy.cpp: * orbsvcs/orbsvcs/ESF/ESF_Immediate_Changes.inl: * orbsvcs/orbsvcs/Event/EC_Kokyu_Filter_Builder.h: * orbsvcs/orbsvcs/Event/EC_Sched_Filter_Builder.h: * orbsvcs/orbsvcs/FtRtEvent/Utils/resolve_init.h: * orbsvcs/orbsvcs/FtRtEvent/Utils/activate_with_id.h: * orbsvcs/orbsvcs/FtRtEvent/EventChannel/FT_ProxyAdmin_T.cpp: * orbsvcs/orbsvcs/FtRtEvent/EventChannel/ConnectionHandler_T.cpp: * orbsvcs/orbsvcs/IFRService/ValueDef_i.h: * tao/AnyTypeCode/Recursive_Type_TypeCode.h: * tao/AnyTypeCode/Any_Impl_T.cpp: * tao/AnyTypeCode/String_TypeCode_Traits.h: * tao/AnyTypeCode/TypeCode_Value_Field.h: * tao/AnyTypeCode/Any_Basic_Impl_T.cpp: * tao/PortableServer/Any_SArg_Traits.h: * tao/PortableServer/Special_Basic_SArguments.h: * tao/PortableServer/Var_Size_SArgument_T.cpp: * tao/PortableServer/Basic_SArguments.h: * tao/PortableServer/TypeCode_SArg_Traits.h: * tao/PortableServer/BD_String_SArgument_T.cpp: * tao/PortableServer/Object_SArg_Traits.h: * tao/Var_Size_Argument_T.cpp: * tao/Var_Array_Argument_T.cpp: * tao/String_Sequence_Element_T.h: * tao/Object_Reference_Sequence_Element_T.h: * tao/Array_VarOut_T.h: * tao/Special_Basic_Arguments.h: * tao/Pseudo_VarOut_T.inl: * tao/Seq_Var_T.h: * tao/BD_String_Argument_T.cpp: * tao/Seq_Out_T.h: * tao/Object_T.cpp: * tao/Valuetype/Valuetype_Sequence_Element_T.h: * tao/Valuetype/Bounded_Valuetype_Sequence_T.h: * tao/Valuetype/Unbounded_Valuetype_Sequence_T.h: * tao/RTScheduling/ThreadAction.h: * tao/UB_String_Argument_T.h: * tao/Fixed_Array_Argument_T.h: Added missing include directives. * orbsvcs/orbsvcs/ESF/ESF_Proxy_RB_Tree.h: * orbsvcs/orbsvcs/ESF/ESF_Proxy_List.h: * orbsvcs/orbsvcs/ESF/ESF_Proxy_Collection.h: * orbsvcs/orbsvcs/ESF/ESF_Delayed_Command.h: * orbsvcs/orbsvcs/ESF/ESF_Busy_Lock.h: * orbsvcs/orbsvcs/Event/EC_Busy_Lock.h: * orbsvcs/orbsvcs/FtRtEvent/Utils/ScopeGuard.h: * tao/AnyTypeCode/TypeCode_Struct_Field.h: * tao/default_environment.h: * tao/PortableServer/SArg_Traits_T.h: * tao/PortableServer/Servant_Location.h: * tao/VarOut_T.h: * tao/Value_Traits_T.h: * tao/Auto_Functor.h: * tao/Arg_Traits_T.h: * tao/TAO_Internal.h: Added missing include of tao/Versioned_Namespace.h. * orbsvcs/orbsvcs/AV/Resource_Factory.h: Fixed misspelt inclusion guard. * orbsvcs/orbsvcs/FaultTolerance/FT_Policy_i.h: * orbsvcs/orbsvcs/FaultTolerance/FT_PolicyFactory.cpp: * orbsvcs/orbsvcs/FaultTolerance/FT_Policy_i.inl: * orbsvcs/orbsvcs/FaultTolerance/FT_Policy_i.cpp: * orbsvcs/orbsvcs/FaultTolerance/FT_PolicyFactory.h: Removed these files as they are not included in any library and are duplicated partly in FT_ClientPolicy* and partly in FT_ServerPolicy* files. * orbsvcs/orbsvcs/FaultTolerance/FT_ORBInitializer.h: Corrected include file. * tao/AnyTypeCode/Any_Arg_Traits.h: * tao/AnyTypeCode/TypeCode_Case_Base_T.h: Added missing includes and removed unnecessary in this case forward declarations. * tao/Monitor/Monitor_Types.pidl: * tao/Monitor/Monitor.pidl Added inclusion guards. * orbsvcs/orbsvcs/Notify/Save_Persist_Worker_T.h: * tao/Exception_Data.h: Added forward declarations neccessary for compilation.
* Mon Dec 3 18:53:48 UTC 2007 Abdullah Sowayan <abdullah.sowayan@lmco.com>Abdullah Sowayan2007-12-034-15/+15
|
* Mon Dec 3 18:05:43 UTC 2007 Abdullah Sowayan <abdullah.sowayan@lmco.com>Abdullah Sowayan2007-12-034-15/+15
|
* Thu Sep 6 09:24:12 UTC 2007 Johnny WIllemsen <jwillemsen@remedy.nl>Johnny Willemsen2007-09-061-1/+1
|
* Sat Jul 7 19:56:20 UTC 2007 Abdullah Sowayan <abdullah.sowayan@lmco.com>Abdullah Sowayan2007-07-075-10/+5
|
* Mon Feb 12 15:01:14 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2007-02-125-24/+12
|
* Mon Feb 12 06:50:14 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2007-02-126-29/+9
|
* ChangeLogTag: Fri Jan 26 13:46:23 UTC 2007 Chad Elliott <elliott_c@ociweb.com>elliott_c2007-01-263-3/+3
|
* (no commit message)Johnny Willemsen2007-01-251-2/+2
|
* ChangeLogTag: Thu Jan 25 17:39:59 UTC 2007 Chad Elliott <elliott_c@ociweb.com>elliott_c2007-01-2526-216/+130
|
* Wed Jan 24 14:00:12 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2007-01-2420-54/+38
|
* Thu Jul 27 20:50:17 UTC 2006 William R. Otte <wotte@dre.vanderbilt.edu>William R. Otte2006-07-2736-24/+24
|
* Repo restructuringWilliam R. Otte2006-07-2446-0/+3527
|
* Repo restructuringWilliam R. Otte2006-07-2446-3527/+0
|
* ChangeLogTag: Wed Mar 15 10:52:12 UTC 2006 Johnny Willemsen ↵Johnny Willemsen2006-03-151-1/+1
| | | | <jwillemsen@remedy.nl>
* ChangeLogTag: Wed Mar 15 07:48:02 UTC 2006 J.T. Conklin ↵jtc2006-03-1516-16/+16
| | | | <jtc@acorntoolworks.com>
* ChangeLogTag: Tue Mar 14 06:02:15 UTC 2006 J.T. Conklin ↵jtc2006-03-1430-56/+56
| | | | <jtc@acorntoolworks.com>
* ChangeLogTag:Sun Nov 27 04:00:27 2005 Ossama Othman ↵Ossama Othman2005-11-271-2/+2
| | | | <ossama@dre.vanderbilt.edu>
* ChangeLogTag:Wed Nov 9 22:34:24 2005 Ossama Othman ↵Ossama Othman2005-11-1044-44/+210
| | | | <ossama@dre.vanderbilt.edu>
* ChangeLogTag: Tue Apr 19 06:54:12 UTC 2005 Johnny Willemsen ↵Johnny Willemsen2005-04-191-1/+1
| | | | <jwillemsen@remedy.nl>
* ChangeLogTag: Mon Apr 18 11:26:12 UTC 2005 Johnny Willemsen ↵Johnny Willemsen2005-04-181-1/+1
| | | | <jwillemsen@remedy.nl>
* ChangeLogTag: Thu Jan 27 11:39:00 2005 J.T. Conklin <jtc@acorntoolworks.com>jtc2005-01-271-4/+4
|
* ChangeLogTag: Tue Jan 25 09:59:28 2005 J.T. Conklin <jtc@acorntoolworks.com>jtc2005-01-251-4/+4
|
* ChangeLogTag: Fri Jan 7 11:38:12 UTC 2005 Johnny Willemsen ↵Johnny Willemsen2005-01-071-1/+1
| | | | <jwillemsen@remedy.nl>
* Thu Jan 6 08:24:39 2005 Carlos O'Ryan <coryan@atdesk.com>coryan2005-01-062-8/+8
|
* ChangeLogTag: Wed Jan 5 19:25:12 UTC 2005 Johnny Willemsen ↵Johnny Willemsen2005-01-0512-42/+2
| | | | <jwillemsen@remedy.nl>
* ChangeLogTag:Wed Oct 27 17:06:31 2004 Ossama Othman ↵Ossama Othman2004-10-281-0/+2
| | | | <ossama@dre.vanderbilt.edu>
* ChangeLogTag: Mon May 17 11:22:23 UTC 2004 Johnny Willemsen ↵Johnny Willemsen2004-05-171-4/+4
| | | | <jwillemsen@remedy.nl>
* ChangeLogTag:Fri Apr 23 20:28:35 2004 Ossama Othman ↵Ossama Othman2004-04-242-5/+7
| | | | <ossama@dre.vanderbilt.edu>