diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2007-01-27 06:27:43 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2007-01-27 06:27:43 +0000 |
commit | 21214e66bfaeb3a368bd2c07834729b96babfbc9 (patch) | |
tree | 10ac163665b905412e149adb484300e1a5594c32 /TAO/tests/Compression | |
parent | c51261ba764956e1d5ad1616f5b8f13568d88dc7 (diff) | |
download | ATCD-21214e66bfaeb3a368bd2c07834729b96babfbc9.tar.gz |
Diffstat (limited to 'TAO/tests/Compression')
-rw-r--r-- | TAO/tests/Compression/server.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tests/Compression/server.cpp b/TAO/tests/Compression/server.cpp index db476f2a5a1..5a80b3d0b2d 100644 --- a/TAO/tests/Compression/server.cpp +++ b/TAO/tests/Compression/server.cpp @@ -25,7 +25,7 @@ test_invalid_compression_factory (Compression::CompressionManager_ptr cm) ACE_UNUSED_ARG (ex); succeed = true; } - catch (const CORBA::Exception& ex) + catch (const CORBA::Exception&) { } @@ -55,7 +55,7 @@ test_duplicate_compression_factory ( ACE_UNUSED_ARG (ex); succeed = true; } - catch (const CORBA::Exception& ex) + catch (const CORBA::Exception&) { } @@ -85,7 +85,7 @@ test_register_nil_compression_factory ( succeed = true; } } - catch (const CORBA::Exception& ex) + catch (const CORBA::Exception&) { } |