summaryrefslogtreecommitdiff
path: root/TAO/tests/Param_Test/bd_long_seq.cpp
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-26 02:00:16 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-26 02:00:16 +0000
commit979a172668f2ea723faf8d130a91761dac5f55d2 (patch)
treefb4ad49c5017735e58981ee9f321773bfd388739 /TAO/tests/Param_Test/bd_long_seq.cpp
parent46f8f93437b965723f47060fb4b854acebf651d3 (diff)
downloadATCD-979a172668f2ea723faf8d130a91761dac5f55d2.tar.gz
Changed ACE_CHECK_RETURN to ACE_NOTREACHED.
Diffstat (limited to 'TAO/tests/Param_Test/bd_long_seq.cpp')
-rw-r--r--TAO/tests/Param_Test/bd_long_seq.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tests/Param_Test/bd_long_seq.cpp b/TAO/tests/Param_Test/bd_long_seq.cpp
index cde962de7f0..90e91e51a54 100644
--- a/TAO/tests/Param_Test/bd_long_seq.cpp
+++ b/TAO/tests/Param_Test/bd_long_seq.cpp
@@ -106,7 +106,7 @@ Test_Bounded_Long_Sequence::run_sii_test (Param_Test_ptr objref,
return -1;
}
ACE_ENDTRY;
- ACE_CHECK_RETURN (-1);
+ ACE_NOTREACHED (return -1);
}
int
@@ -168,7 +168,7 @@ Test_Bounded_Long_Sequence::add_args (CORBA::NVList_ptr param_list,
return -1;
}
ACE_ENDTRY;
- ACE_CHECK_RETURN (-1);
+ ACE_NOTREACHED (return -1);
}
CORBA::Boolean