summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-03-23 18:39:37 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-03-23 18:39:37 +0000
commit66f7106950c2edb9760de3b15492e93b2a771e2d (patch)
tree1884b3ec611f989f629dc20ebc85e71e508f323f
parent5aa4c1f79ae0a7f2af513fe12dc668e4c40dde9e (diff)
downloadATCD-66f7106950c2edb9760de3b15492e93b2a771e2d.tar.gz
ChangeLogTag:Thu Mar 23 08:45:51 2000 Carlos O'Ryan <coryan@uci.edu>
-rw-r--r--TAO/orbsvcs/tests/EC_Custom_Marshal/ECM_Supplier.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/tests/EC_Custom_Marshal/ECM_Supplier.cpp b/TAO/orbsvcs/tests/EC_Custom_Marshal/ECM_Supplier.cpp
index bf4b5a0122a..93ce89ba774 100644
--- a/TAO/orbsvcs/tests/EC_Custom_Marshal/ECM_Supplier.cpp
+++ b/TAO/orbsvcs/tests/EC_Custom_Marshal/ECM_Supplier.cpp
@@ -221,7 +221,7 @@ ECMS_Driver::supplier_task (Test_Supplier *supplier,
// The typecode name standard, the encode method is not (in
// general the CDR interface is not specified).
if (!(cdr << info))
- ACE_THROW (CORBA::MARSHAL (), 0);
+ ACE_THROW_RETURN (CORBA::MARSHAL (), 0);
// Here we marshall a non-IDL type.
cdr << other;