summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Concurrency/CC_command.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/Concurrency/CC_command.cpp')
-rw-r--r--TAO/orbsvcs/tests/Concurrency/CC_command.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/tests/Concurrency/CC_command.cpp b/TAO/orbsvcs/tests/Concurrency/CC_command.cpp
index 7072b482fc6..f9a2f695b3f 100644
--- a/TAO/orbsvcs/tests/Concurrency/CC_command.cpp
+++ b/TAO/orbsvcs/tests/Concurrency/CC_command.cpp
@@ -66,7 +66,7 @@ CC_Command::GetLockSet (const char *lock_set_name)
// No lock set name was given. Use the global lock set.
if(cc_lockset_.in()==0)
{
- ACE_THROW_RETURN (CORBA::UNKNOWN (), 0);
+ throw CORBA::UNKNOWN ();
}
else
ccls_ret = cc_lockset_.in ();