summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-01-27 06:25:31 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-01-27 06:25:31 +0000
commit1b33930d4a219d0abfbc8c22fbdd691d352b2e0a (patch)
treea9ff740898a9985b6da2d378a3f30d4115511fd2
parent99a2a0dd23dd4dead4bfbc8cf7bb76d26605bcb9 (diff)
downloadATCD-1b33930d4a219d0abfbc8c22fbdd691d352b2e0a.tar.gz
-rw-r--r--CIAO/examples/Display/RateGen/RateGen_exec.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/CIAO/examples/Display/RateGen/RateGen_exec.cpp b/CIAO/examples/Display/RateGen/RateGen_exec.cpp
index 7ff04b21dae..a03c7bc3acc 100644
--- a/CIAO/examples/Display/RateGen/RateGen_exec.cpp
+++ b/CIAO/examples/Display/RateGen/RateGen_exec.cpp
@@ -289,7 +289,7 @@ MyImpl::RateGen_exec_i::pulse (void)
this->context_->push_Pulse (ev.in ());
}
- catch (const CORBA::Exception& ex)
+ catch (const CORBA::Exception&)
{
// @@ do nothing?
}