From f1e6dfadec3c92dc8dbe1f2e358bbf99072ae74f Mon Sep 17 00:00:00 2001 From: alex Date: Thu, 27 May 1999 23:00:03 +0000 Subject: Fixed a missing ACE_CHECK_ENV. --- TAO/tests/NestedUpcall/Reactor/client.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/TAO/tests/NestedUpcall/Reactor/client.cpp b/TAO/tests/NestedUpcall/Reactor/client.cpp index d5f66005154..94e2eda9a9a 100644 --- a/TAO/tests/NestedUpcall/Reactor/client.cpp +++ b/TAO/tests/NestedUpcall/Reactor/client.cpp @@ -118,6 +118,7 @@ NestedUpCalls_Client::run (void) // Now, we can invoke an operation on the remote side. CORBA::Long r = this->reactor_->register_handler (eh.in (), TAO_TRY_ENV); + TAO_CHECK_ENV; // We ought to have a result! ACE_DEBUG ((LM_DEBUG, -- cgit v1.2.1