diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2008-12-03 09:22:25 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2008-12-03 09:22:25 +0000 |
commit | 9199288dbd978f2d7869b494841f8c925e2a308e (patch) | |
tree | 16eb5f3439fc22ae3a0ad2522f3d25ae14920cb0 /TAO/orbsvcs/tests/Bug_1334_Regression | |
parent | 20c1484911b1f06b6f90b11c22cf201608ad49e5 (diff) | |
download | ATCD-9199288dbd978f2d7869b494841f8c925e2a308e.tar.gz |
Wed Dec 3 09:22:00 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/orbsvcs/tests/Bug_1334_Regression')
-rw-r--r-- | TAO/orbsvcs/tests/Bug_1334_Regression/client.cpp | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/TAO/orbsvcs/tests/Bug_1334_Regression/client.cpp b/TAO/orbsvcs/tests/Bug_1334_Regression/client.cpp index 21568021f03..82bc24276b5 100644 --- a/TAO/orbsvcs/tests/Bug_1334_Regression/client.cpp +++ b/TAO/orbsvcs/tests/Bug_1334_Regression/client.cpp @@ -24,15 +24,13 @@ int ACE_TMAIN (int argc, ACE_TCHAR *argv[]) return 1; } } - catch (const CORBA::Exception& ex) + catch (const CORBA::Exception&) { - ACE_UNUSED_ARG (ex); return 1; } } - catch (const CORBA::Exception& ex) + catch (const CORBA::Exception&) { - ACE_UNUSED_ARG (ex); return 2; } |