summaryrefslogtreecommitdiff
path: root/TAO/tests/Muxed_GIOP_Versions/server.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Muxed_GIOP_Versions/server.cpp')
-rw-r--r--TAO/tests/Muxed_GIOP_Versions/server.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tests/Muxed_GIOP_Versions/server.cpp b/TAO/tests/Muxed_GIOP_Versions/server.cpp
index 8e1279e4f2c..8cf28f45059 100644
--- a/TAO/tests/Muxed_GIOP_Versions/server.cpp
+++ b/TAO/tests/Muxed_GIOP_Versions/server.cpp
@@ -219,7 +219,7 @@ Worker::svc (void)
ACE_Time_Value tv (140, 0);
this->orb_->run (tv);
}
- catch (const CORBA::Exception& ex)
+ catch (const CORBA::Exception&)
{
}
return 0;
@@ -249,7 +249,7 @@ SelfClient::validate_connection (void)
{
this->server_->test_method (j);
}
- catch (const CORBA::Exception& ex){}
+ catch (const CORBA::Exception&){}
}
}