summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2002-07-20 14:32:29 +0000
committerbala <balanatarajan@users.noreply.github.com>2002-07-20 14:32:29 +0000
commit5cb0ff6546c403f37cca5ec8228c1c4c6b08b300 (patch)
treef6528a379ac9ca18f2aaa2ca17f68fb329f49efc
parent4c288d4da9937d7cb3d43f0f1127c4c21c6d3cdd (diff)
downloadATCD-5cb0ff6546c403f37cca5ec8228c1c4c6b08b300.tar.gz
*** empty log message ***
-rw-r--r--TAO/tests/Nested_Upcall_Crash/scavenger.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/TAO/tests/Nested_Upcall_Crash/scavenger.cpp b/TAO/tests/Nested_Upcall_Crash/scavenger.cpp
index f0bdf2ea9f1..0cc4604f7dc 100644
--- a/TAO/tests/Nested_Upcall_Crash/scavenger.cpp
+++ b/TAO/tests/Nested_Upcall_Crash/scavenger.cpp
@@ -81,10 +81,11 @@ main (int argc, char *argv[])
ACE_TRY_CHECK;
}
+ /* ANY STATEMENT FROM HERE EXHIBITS A WARNING IN TRU 64
ACE_DEBUG ((LM_DEBUG, "(%P|%t) scavenger - event loop finished\n"));
orb->destroy (ACE_ENV_SINGLE_ARG_PARAMETER);
- ACE_TRY_CHECK;
+ ACE_TRY_CHECK;*/
}
ACE_CATCHANY
{