summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Event/UDP/Supplier.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/Event/UDP/Supplier.cpp')
-rw-r--r--TAO/orbsvcs/tests/Event/UDP/Supplier.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/tests/Event/UDP/Supplier.cpp b/TAO/orbsvcs/tests/Event/UDP/Supplier.cpp
index e13fc1e2903..b06c957738f 100644
--- a/TAO/orbsvcs/tests/Event/UDP/Supplier.cpp
+++ b/TAO/orbsvcs/tests/Event/UDP/Supplier.cpp
@@ -43,7 +43,7 @@ Supplier::disconnect (void)
{
this->proxy_->disconnect_push_consumer ();
}
- catch (const CORBA::Exception& ex)
+ catch (const CORBA::Exception&)
{
}
@@ -89,7 +89,7 @@ Supplier::perform_push (void)
this->proxy_->push (event);
}
- catch (const CORBA::Exception& ex)
+ catch (const CORBA::Exception&)
{
}
}