summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/Any/PushSupplier.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Notify/Any/PushSupplier.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/Any/PushSupplier.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Notify/Any/PushSupplier.cpp b/TAO/orbsvcs/orbsvcs/Notify/Any/PushSupplier.cpp
index 97784153c56..fce47748b90 100644
--- a/TAO/orbsvcs/orbsvcs/Notify/Any/PushSupplier.cpp
+++ b/TAO/orbsvcs/orbsvcs/Notify/Any/PushSupplier.cpp
@@ -27,7 +27,7 @@ TAO_Notify_PushSupplier::init (CosEventComm::PushSupplier_ptr push_supplier)
{
this->subscribe_ = CosNotifyComm::NotifySubscribe::_narrow (push_supplier);
}
- catch (const CORBA::Exception& ex)
+ catch (const CORBA::Exception&)
{
// _narrow failed which probably means the interface is CosEventComm type.
}
@@ -50,7 +50,7 @@ TAO_Notify_PushSupplier::get_ior (void) const
CORBA::String_var ior = orb->object_to_string(this->push_supplier_.in());
result = static_cast<const char*> (ior.in ());
}
- catch (const CORBA::Exception& ex)
+ catch (const CORBA::Exception&)
{
result.fast_clear();
}