summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralex <alex@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-05-28 17:36:05 +0000
committeralex <alex@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-05-28 17:36:05 +0000
commit060b12d41df489230d479c6360a5f6be6b8670e4 (patch)
tree438bd57a1bbe33b97ee4345717fb89d47c522543
parent4358e9b1fe952511239549a12eb685911983668d (diff)
downloadATCD-060b12d41df489230d479c6360a5f6be6b8670e4.tar.gz
Comments added.
-rw-r--r--TAO/tao/Wait_Strategy.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/Wait_Strategy.cpp b/TAO/tao/Wait_Strategy.cpp
index b4999be9e93..8a0b7d148d9 100644
--- a/TAO/tao/Wait_Strategy.cpp
+++ b/TAO/tao/Wait_Strategy.cpp
@@ -110,11 +110,11 @@ TAO_Wait_On_Leader_Follower::~TAO_Wait_On_Leader_Follower (void)
int
TAO_Wait_On_Leader_Follower::wait (void)
{
- // @@ Do we need this code? (Alex).
-
int result = 0;
#if 0
+ // @@ Do we need this code? (Alex).
+
ACE_Reactor *r = this->transport_->orb_core ()->reactor ();
if (this->handler_reactor () != r)