summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-12-23 18:32:00 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-12-23 18:32:00 +0000
commit5952188c611e5eb82b8b9278b8bbd5bc447c402b (patch)
tree63d28656cdcb8d1f88f7f821ea368bc847a289cd
parent7d8d33ef3e89ef8176bc6373254f7da229b7db76 (diff)
downloadATCD-5952188c611e5eb82b8b9278b8bbd5bc447c402b.tar.gz
Changed to use TAO_RETHROW_SAME_ENV_RETURN_VOID.
-rw-r--r--TAO/tests/Param_Test/except.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/Param_Test/except.cpp b/TAO/tests/Param_Test/except.cpp
index 9e15e99f7b2..44914761b2b 100644
--- a/TAO/tests/Param_Test/except.cpp
+++ b/TAO/tests/Param_Test/except.cpp
@@ -87,7 +87,7 @@ Test_Exception::dii_req_invoke (CORBA::Request *req)
{
TAO_TRY_ENV.print_exception ("Test_Exception::run_sii_test - "
" unexpected exception\n");
- TAO_RETHROW_RETURN_VOID;
+ TAO_RETHROW_SAME_ENV_RETURN_VOID;
}
TAO_ENDTRY;
}