summaryrefslogtreecommitdiff
path: root/TAO/tao/operation_details.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-02-02 14:12:41 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-02-02 14:12:41 +0000
commit050e4f078bdad66a3df6bdc7267b71d8b3320eb9 (patch)
tree264e59021031e5a41ff10857549b58e9417c4014 /TAO/tao/operation_details.cpp
parent30172978dd2d880270a2665f3adcd9ad99c81bb7 (diff)
downloadATCD-050e4f078bdad66a3df6bdc7267b71d8b3320eb9.tar.gz
Fri Feb 2 14:07:14 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/operation_details.cpp')
-rw-r--r--TAO/tao/operation_details.cpp8
1 files changed, 2 insertions, 6 deletions
diff --git a/TAO/tao/operation_details.cpp b/TAO/tao/operation_details.cpp
index 0fd3bf00610..4252f968285 100644
--- a/TAO/tao/operation_details.cpp
+++ b/TAO/tao/operation_details.cpp
@@ -36,9 +36,7 @@ TAO_Operation_Details::corba_exception (const char *id)
if (exception == 0)
{
- ACE_THROW_RETURN (CORBA::NO_MEMORY (0,
- CORBA::COMPLETED_YES),
- 0);
+ throw ::CORBA::NO_MEMORY (0, CORBA::COMPLETED_YES);
}
// Return the exception object that we just created.
@@ -46,9 +44,7 @@ TAO_Operation_Details::corba_exception (const char *id)
}
// If there are no matches return an unknown exception.
- ACE_THROW_RETURN (CORBA::UNKNOWN (0,
- CORBA::COMPLETED_YES),
- 0);
+ throw ::CORBA::UNKNOWN (0, CORBA::COMPLETED_YES);
}
bool