diff options
author | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-06-27 20:21:44 +0000 |
---|---|---|
committer | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-06-27 20:21:44 +0000 |
commit | 627c0ef25a2661eeb2d9db4aa1225e9a2b81c1ea (patch) | |
tree | 024cdadb1c9f34081583217b29a72e205af43b1b /TAO/tests/Param_Test/bd_string.cpp | |
parent | 03a423101b6ded81f589c2d96c8845b852e34a0d (diff) | |
download | ATCD-627c0ef25a2661eeb2d9db4aa1225e9a2b81c1ea.tar.gz |
Changed ACE_NOTREACHED (return foo); to ACE_NOTREACHED (return foo;)
Diffstat (limited to 'TAO/tests/Param_Test/bd_string.cpp')
-rw-r--r-- | TAO/tests/Param_Test/bd_string.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tests/Param_Test/bd_string.cpp b/TAO/tests/Param_Test/bd_string.cpp index 6059a35a474..8e8a5e21993 100644 --- a/TAO/tests/Param_Test/bd_string.cpp +++ b/TAO/tests/Param_Test/bd_string.cpp @@ -120,7 +120,7 @@ Test_Bounded_String::run_sii_test (Param_Test_ptr objref, return -1; } ACE_ENDTRY; - ACE_NOTREACHED (return -1); + ACE_NOTREACHED (return -1;) } int @@ -183,7 +183,7 @@ Test_Bounded_String::add_args (CORBA::NVList_ptr param_list, return -1; } ACE_ENDTRY; - ACE_NOTREACHED (return -1); + ACE_NOTREACHED (return -1;) } CORBA::Boolean |