summaryrefslogtreecommitdiff
path: root/TAO/tests/Param_Test/big_union.cpp
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-03-25 22:36:46 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-03-25 22:36:46 +0000
commitd755b11819666bd7dd1923ab98a0a36c43162e1b (patch)
tree73ab22027e499a99bceb624a570c0605d00411e9 /TAO/tests/Param_Test/big_union.cpp
parentb35b45044c6aa6c98afc617515f6708351929de4 (diff)
downloadATCD-d755b11819666bd7dd1923ab98a0a36c43162e1b.tar.gz
ChangeLogTag:Thu Mar 25 16:34:55 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'TAO/tests/Param_Test/big_union.cpp')
-rw-r--r--TAO/tests/Param_Test/big_union.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/Param_Test/big_union.cpp b/TAO/tests/Param_Test/big_union.cpp
index e2dffe77bf5..242046955c5 100644
--- a/TAO/tests/Param_Test/big_union.cpp
+++ b/TAO/tests/Param_Test/big_union.cpp
@@ -67,7 +67,7 @@ Test_Big_Union::init_parameters (Param_Test_ptr objref,
ACE_PRINT_EXCEPTION (sysex,"System Exception doing make_coffee");
return -1;
}
- ACE_CATCHANY
+ ACE_CATCHANY
{
ACE_PRINT_EXCEPTION (ACE_ANY_EXCEPTION, "An exception caught in make_coffee");
return -1;