summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/CosEvent/lib
diff options
context:
space:
mode:
authorelliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2007-01-26 18:25:17 +0000
committerelliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2007-01-26 18:25:17 +0000
commitda0eecb9aeca0a49c2f1af5981644749b879d3a5 (patch)
treedd179c11d0ebdcf608e9d63b10138430254912da /TAO/orbsvcs/tests/CosEvent/lib
parent391b189530b42b451e033590b689fa4357cfb06e (diff)
downloadATCD-da0eecb9aeca0a49c2f1af5981644749b879d3a5.tar.gz
ChangeLogTag: Fri Jan 26 18:21:17 UTC 2007 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'TAO/orbsvcs/tests/CosEvent/lib')
-rw-r--r--TAO/orbsvcs/tests/CosEvent/lib/Counting_Consumer.cpp2
-rw-r--r--TAO/orbsvcs/tests/CosEvent/lib/Counting_Supplier.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/tests/CosEvent/lib/Counting_Consumer.cpp b/TAO/orbsvcs/tests/CosEvent/lib/Counting_Consumer.cpp
index 45e51852cd8..3a60fabd759 100644
--- a/TAO/orbsvcs/tests/CosEvent/lib/Counting_Consumer.cpp
+++ b/TAO/orbsvcs/tests/CosEvent/lib/Counting_Consumer.cpp
@@ -213,7 +213,7 @@ CEC_Counting_Consumer_Task::svc ()
{
this->run ();
}
- catch (const CORBA::Exception& ex)
+ catch (const CORBA::Exception&)
{
return -1;
}
diff --git a/TAO/orbsvcs/tests/CosEvent/lib/Counting_Supplier.cpp b/TAO/orbsvcs/tests/CosEvent/lib/Counting_Supplier.cpp
index 2ac8fb804a5..dce9ffb7e2e 100644
--- a/TAO/orbsvcs/tests/CosEvent/lib/Counting_Supplier.cpp
+++ b/TAO/orbsvcs/tests/CosEvent/lib/Counting_Supplier.cpp
@@ -87,7 +87,7 @@ CEC_Counting_Supplier_Task::svc ()
{
this->run ();
}
- catch (const CORBA::Exception& ex)
+ catch (const CORBA::Exception&)
{
return -1;
}