summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralex <alex@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-05-27 23:00:03 +0000
committeralex <alex@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-05-27 23:00:03 +0000
commitf1e6dfadec3c92dc8dbe1f2e358bbf99072ae74f (patch)
treee01d555c70ebe55ecaab80bbae4a12ce60008bd5
parent145614b5633cd5155b8cafd10e51f13b476784ad (diff)
downloadATCD-f1e6dfadec3c92dc8dbe1f2e358bbf99072ae74f.tar.gz
Fixed a missing ACE_CHECK_ENV.
-rw-r--r--TAO/tests/NestedUpcall/Reactor/client.cpp1
1 files changed, 1 insertions, 0 deletions
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,