summaryrefslogtreecommitdiff
path: root/TAO/examples/Simple/Simple_util.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Simple/Simple_util.cpp')
-rw-r--r--TAO/examples/Simple/Simple_util.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/examples/Simple/Simple_util.cpp b/TAO/examples/Simple/Simple_util.cpp
index d64a5b14bc5..f8055d55ad2 100644
--- a/TAO/examples/Simple/Simple_util.cpp
+++ b/TAO/examples/Simple/Simple_util.cpp
@@ -105,7 +105,7 @@ Server<Servant>::test_for_ins (CORBA::String_var ior)
adapter->bind (this->ins_, ior.in ());
}
- catch (const CORBA::Exception& ex)
+ catch (const CORBA::Exception&)
{
}
@@ -242,7 +242,7 @@ Server<Servant>::register_name (void)
-1);
}
}
- catch (const CosNaming::NamingContext::AlreadyBound& ex)
+ catch (const CosNaming::NamingContext::AlreadyBound&)
{
ACE_ERROR_RETURN ((LM_ERROR,
"Unable to bind %s \n",