summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-01-26 12:11:02 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-01-26 12:11:02 +0000
commit097f9d3bd1baa084ce0e0c8e61fbf6e012cd3716 (patch)
treebfef72f6a6354424588d1ea057d0635487671588
parent306ed9c51c4650279ddc071650b81f96288bcf0c (diff)
downloadATCD-097f9d3bd1baa084ce0e0c8e61fbf6e012cd3716.tar.gz
Fri Jan 26 12:05:12 UTC 2007 Johnny Willemsen <jwillmesen@remedy.nl>
-rw-r--r--TAO/tao/Wait_Strategy.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/TAO/tao/Wait_Strategy.cpp b/TAO/tao/Wait_Strategy.cpp
index eb57d27d1c5..9bb05eccd52 100644
--- a/TAO/tao/Wait_Strategy.cpp
+++ b/TAO/tao/Wait_Strategy.cpp
@@ -32,8 +32,7 @@ TAO_Wait_Strategy::~TAO_Wait_Strategy (void)
*/
//@@ LF_WAIT_STRATEGY_SPL_COMMENT_HOOK_START
int
-TAO_Wait_Strategy::sending_request (TAO_ORB_Core */* orb_core */,
- int/* two_way */)
+TAO_Wait_Strategy::sending_request (TAO_ORB_Core *, int)
{
return 0;
}