summaryrefslogtreecommitdiff
path: root/TAO/tao/Reactive_Connect_Strategy.cpp
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2003-01-06 23:34:53 +0000
committerbala <balanatarajan@users.noreply.github.com>2003-01-06 23:34:53 +0000
commitecc36f7568c8c9cfbf65fc66242dc1d938912e71 (patch)
tree1c64c8372a24199e5eaf6d85478f3ed2f8fbd936 /TAO/tao/Reactive_Connect_Strategy.cpp
parent20fd23f1a2a84c949e3d3b8e35e9a7ea152e0e2d (diff)
downloadATCD-ecc36f7568c8c9cfbf65fc66242dc1d938912e71.tar.gz
ChangeLogTag: Mon Jan 6 17:31:03 2003 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/Reactive_Connect_Strategy.cpp')
-rw-r--r--TAO/tao/Reactive_Connect_Strategy.cpp8
1 files changed, 2 insertions, 6 deletions
diff --git a/TAO/tao/Reactive_Connect_Strategy.cpp b/TAO/tao/Reactive_Connect_Strategy.cpp
index f089853141c..7d3af7b322f 100644
--- a/TAO/tao/Reactive_Connect_Strategy.cpp
+++ b/TAO/tao/Reactive_Connect_Strategy.cpp
@@ -47,19 +47,15 @@ TAO_Reactive_Connect_Strategy::wait (TAO_Connection_Handler *ch,
ACE_LIB_TEXT ("(%P|%t) Waiting in the Reactor for")
ACE_LIB_TEXT (" connection completion - wait () \n")));
- TAO_Transport *transport =
- ch->transport ();
-
int result = 0;
ACE_DECLARE_NEW_CORBA_ENV;
ACE_TRY
{
- TAO_ORB_Core *orb_core = transport->orb_core ();
-
while (ch->keep_waiting ())
{
- result = orb_core->run (max_wait_time, 1 ACE_ENV_ARG_PARAMETER);
+ result =
+ this->orb_core_->run (max_wait_time, 1 ACE_ENV_ARG_PARAMETER);
ACE_TRY_CHECK;
// Did we timeout? If so, stop running the loop.