summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-09-02 19:34:12 +0000
committerbrunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-09-02 19:34:12 +0000
commit5a175d8831bfae05f242aa376a31875995d11854 (patch)
tree26121332092267fb66d4347f185552445d5eb393
parent2fba8a2fb5f613c2eecacc47ed5ad17fad6be4c7 (diff)
downloadATCD-5a175d8831bfae05f242aa376a31875995d11854.tar.gz
Fixed MSVC 6 warnings.
-rw-r--r--TAO/tests/Param_Test/ub_objref_seq.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/TAO/tests/Param_Test/ub_objref_seq.cpp b/TAO/tests/Param_Test/ub_objref_seq.cpp
index 927c9109946..cd2d8d29325 100644
--- a/TAO/tests/Param_Test/ub_objref_seq.cpp
+++ b/TAO/tests/Param_Test/ub_objref_seq.cpp
@@ -194,11 +194,12 @@ Test_ObjRef_Sequence::check_validity (void)
}
return 0;
}
- TAO_CATCHANY;
+ TAO_CATCHANY
{
return 0;
}
TAO_ENDTRY;
+ return 0;
}
CORBA::Boolean