diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2020-10-15 09:04:10 +0200 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2020-10-15 09:04:10 +0200 |
commit | d911a6ba443409a033a253d4be090472eeebe136 (patch) | |
tree | e9a80566d954ac310eef43aa8a53281068c78d8c /TAO/tao/Wait_Strategy.cpp | |
parent | c4559d9048a3f386528984d8f5d96259642a6a2b (diff) | |
download | ATCD-d911a6ba443409a033a253d4be090472eeebe136.tar.gz |
Removed FOCUS which uses specialization files to patch the TAO source code. 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:
Diffstat (limited to 'TAO/tao/Wait_Strategy.cpp')
-rw-r--r-- | TAO/tao/Wait_Strategy.cpp | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/TAO/tao/Wait_Strategy.cpp b/TAO/tao/Wait_Strategy.cpp index efb90ca1103..4efe9ce0fe4 100644 --- a/TAO/tao/Wait_Strategy.cpp +++ b/TAO/tao/Wait_Strategy.cpp @@ -1,7 +1,5 @@ #include "tao/Wait_Strategy.h" -//@@ WAIT_STRATEGY_SPL_COPY_HOOK_START - #if !defined (__ACE_INLINE__) # include "tao/Wait_Strategy.inl" #endif /* __ACE_INLINE__ */ @@ -26,25 +24,15 @@ TAO_Wait_Strategy::defer_upcall (ACE_Event_Handler*) return -1; } -/* - * Hook to comment out this method in the lf wait strategy - */ -//@@ LF_WAIT_STRATEGY_SPL_COMMENT_HOOK_START int TAO_Wait_Strategy::sending_request (TAO_ORB_Core *, TAO_Message_Semantics) { return 0; } -//@@ LF_WAIT_STRATEGY_SPL_COMMENT_HOOK_END void TAO_Wait_Strategy::finished_request () { } -/* - * Hook to specialize the Wait Strategy - */ -//@@ TAO_WAIT_STRATEGY_SPL_ADD_HOOK - TAO_END_VERSIONED_NAMESPACE_DECL |