diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2007-01-30 01:00:39 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2007-01-30 01:00:39 +0000 |
commit | 1aad8cb8c4e505a8ae39d4059ebec8799e943655 (patch) | |
tree | c65859cb1a47c7aaeb270d75e156f35c768ed089 /TAO/tao/Invocation_Base.h | |
parent | 711cbc63d109836fc6227b2799ea839d6f3e95da (diff) | |
download | ATCD-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.h | 3 |
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); |