summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-01-27 06:24:59 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-01-27 06:24:59 +0000
commit99a2a0dd23dd4dead4bfbc8cf7bb76d26605bcb9 (patch)
tree62fc64ca7d9f355c3df42d8a0876d4e005481cbb
parentf0de3935c81a6dbdacbf13f448bb7480bd45da51 (diff)
downloadATCD-99a2a0dd23dd4dead4bfbc8cf7bb76d26605bcb9.tar.gz
-rw-r--r--CIAO/examples/BasicSP/EC/EC_exec.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/CIAO/examples/BasicSP/EC/EC_exec.cpp b/CIAO/examples/BasicSP/EC/EC_exec.cpp
index 7c1a9058abf..89a3a57edfd 100644
--- a/CIAO/examples/BasicSP/EC/EC_exec.cpp
+++ b/CIAO/examples/BasicSP/EC/EC_exec.cpp
@@ -255,7 +255,7 @@ MyImpl::EC_exec_i::pulse (void)
this->context_->push_timeout (ev.in ());
}
- catch (const CORBA::Exception& ex)
+ catch (const CORBA::Exception&)
{
// @@ do nothing?
}