diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-03-02 17:20:26 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-03-02 17:20:26 +0000 |
commit | b7a9efb96fd45e415383333907612f2161e2f331 (patch) | |
tree | 331b8b0273f6e1f9137558d73651d99061e74904 /TAO/tao/Exception.cpp | |
parent | fc487e318bb1e226cdaa4784fb00f6c3e3f05bb3 (diff) | |
download | ATCD-b7a9efb96fd45e415383333907612f2161e2f331.tar.gz |
ChangeLogTag:Thu Mar 2 09:09:58 2000 Carlos O'Ryan <coryan@uci.edu>
Diffstat (limited to 'TAO/tao/Exception.cpp')
-rw-r--r-- | TAO/tao/Exception.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/TAO/tao/Exception.cpp b/TAO/tao/Exception.cpp index aee0a4d7a7c..5525bad34a6 100644 --- a/TAO/tao/Exception.cpp +++ b/TAO/tao/Exception.cpp @@ -197,12 +197,6 @@ CORBA_UserException::operator= (const CORBA_UserException &src) return *this; } -void -CORBA_UserException::_raise (void) -{ - TAO_RAISE (*this); -} - int CORBA_UserException::_is_a (const char* interface_id) const { |