summaryrefslogtreecommitdiff
path: root/TAO/tests/Param_Test/bd_long_seq.cpp
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-02 14:49:52 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-02 14:49:52 +0000
commited72549f738621d443916c1841cf2a49bc5cc27f (patch)
treed6bea3cbac20cea828e7b9949924790d2d9eab5e /TAO/tests/Param_Test/bd_long_seq.cpp
parent62f8afa084b80c83c684d3abd7fa8470520d54f5 (diff)
downloadATCD-ed72549f738621d443916c1841cf2a49bc5cc27f.tar.gz
Removed return statement from inside ACE_CATCHANY block and also
removed ACE_NOTREACHED wrapper from return statement following that block. This keeps some compilers from getting confused.
Diffstat (limited to 'TAO/tests/Param_Test/bd_long_seq.cpp')
-rw-r--r--TAO/tests/Param_Test/bd_long_seq.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/TAO/tests/Param_Test/bd_long_seq.cpp b/TAO/tests/Param_Test/bd_long_seq.cpp
index 67d50f5a919..6ba7a04d4ad 100644
--- a/TAO/tests/Param_Test/bd_long_seq.cpp
+++ b/TAO/tests/Param_Test/bd_long_seq.cpp
@@ -103,10 +103,9 @@ Test_Bounded_Long_Sequence::run_sii_test (Param_Test_ptr objref,
ACE_PRINT_EXCEPTION (ACE_ANY_EXCEPTION,
"Test_Bounded_Long_Sequence::run_sii_test\n");
- return -1;
}
ACE_ENDTRY;
- ACE_NOTREACHED (return -1;)
+ return -1;
}
int
@@ -165,10 +164,9 @@ Test_Bounded_Long_Sequence::add_args (CORBA::NVList_ptr param_list,
ACE_PRINT_EXCEPTION (ACE_ANY_EXCEPTION,
"Test_Bounded_Long_Sequence::add_args\n");
- return -1;
}
ACE_ENDTRY;
- ACE_NOTREACHED (return -1;)
+ return -1;
}
CORBA::Boolean