summaryrefslogtreecommitdiff
path: root/TAO/tao/Wait_Strategy.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Wait_Strategy.cpp')
-rw-r--r--TAO/tao/Wait_Strategy.cpp8
1 files changed, 1 insertions, 7 deletions
diff --git a/TAO/tao/Wait_Strategy.cpp b/TAO/tao/Wait_Strategy.cpp
index 25c4b0af51e..73fda58a00f 100644
--- a/TAO/tao/Wait_Strategy.cpp
+++ b/TAO/tao/Wait_Strategy.cpp
@@ -2,8 +2,6 @@
#include "tao/Wait_Strategy.h"
-//@@ WAIT_STRATEGY_SPL_COPY_HOOK_START
-
ACE_RCSID (tao,
Wait_Strategy,
"$Id$")
@@ -12,6 +10,7 @@ ACE_RCSID (tao,
# include "tao/Wait_Strategy.inl"
#endif /* __ACE_INLINE__ */
+
TAO_BEGIN_VERSIONED_NAMESPACE_DECL
// Constructor.
@@ -27,17 +26,12 @@ TAO_Wait_Strategy::~TAO_Wait_Strategy (void)
{
}
-/*
- * 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 * /* orb_core */,
int /* two_way */)
{
return 0;
}
-//@@ LF_WAIT_STRATEGY_SPL_COMMENT_HOOK_END
/*
* Hook to specialize the Wait Strategy