summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-02-02 18:38:18 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-02-02 18:38:18 +0000
commit9ae088854a91224e9b96d1b82b53411ea641b5f4 (patch)
tree5ee5c76da000abcf58b5c6277e70a4631c83c7b2
parentf01033b7530c096bfd62de588ba0c3db87f8080e (diff)
downloadATCD-9ae088854a91224e9b96d1b82b53411ea641b5f4.tar.gz
Fri Feb 2 16:16:14 2007 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--TAO/orbsvcs/orbsvcs/FaultTolerance/FT_IOGR_Property.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/TAO/orbsvcs/orbsvcs/FaultTolerance/FT_IOGR_Property.cpp b/TAO/orbsvcs/orbsvcs/FaultTolerance/FT_IOGR_Property.cpp
index 3cb9647f79d..6e3e8f31d5b 100644
--- a/TAO/orbsvcs/orbsvcs/FaultTolerance/FT_IOGR_Property.cpp
+++ b/TAO/orbsvcs/orbsvcs/FaultTolerance/FT_IOGR_Property.cpp
@@ -144,8 +144,7 @@ TAO_FT_IOGR_Property::get_primary (
// Clean up in case of errors.
if (CORBA::is_nil (new_obj.in ()))
{
- throw TAO_IOP::NotFound ()**
- CORBA::Object::_nil ());
+ throw TAO_IOP::NotFound ();
}
// Release ownership of the pointers protected by the auto_ptrs since they