summaryrefslogtreecommitdiff
path: root/TAO/tao/Invocation_Base.h
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2007-01-30 01:00:39 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2007-01-30 01:00:39 +0000
commit1aad8cb8c4e505a8ae39d4059ebec8799e943655 (patch)
treec65859cb1a47c7aaeb270d75e156f35c768ed089 /TAO/tao/Invocation_Base.h
parent711cbc63d109836fc6227b2799ea839d6f3e95da (diff)
downloadATCD-remove-tao-exception-specifications.tar.gz
ChangeLogTag:Mon Jan 30 00:10:57 UTC 2007 Ossama Othman <ossama_othman at symantec dot com>remove-tao-exception-specifications
Diffstat (limited to 'TAO/tao/Invocation_Base.h')
-rw-r--r--TAO/tao/Invocation_Base.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/TAO/tao/Invocation_Base.h b/TAO/tao/Invocation_Base.h
index 27f204854e9..53caa67ffe2 100644
--- a/TAO/tao/Invocation_Base.h
+++ b/TAO/tao/Invocation_Base.h
@@ -214,8 +214,7 @@ namespace TAO
/// Helper methods to handle interception calls when exceptions
/// are thrown by the PortableInterceptor.
PortableInterceptor::ReplyStatus
- handle_any_exception (CORBA::Exception *e
- );
+ handle_any_exception (CORBA::Exception * e);
PortableInterceptor::ReplyStatus
handle_all_exception (void);