diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2005-10-13 19:43:32 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2005-10-13 19:43:32 +0000 |
commit | e516ed8626f7e98a561b372cf88d6dbdb469def9 (patch) | |
tree | b928fd09490d7706e5bd3def70b5d272e55cbef3 /TAO/tao/SystemException.cpp | |
parent | 17c394c2fd2c8739ff7fa05ceaf28852c5ce5561 (diff) | |
download | ATCD-e516ed8626f7e98a561b372cf88d6dbdb469def9.tar.gz |
ChangeLogTag:Thu Oct 13 12:26:47 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/SystemException.cpp')
-rw-r--r-- | TAO/tao/SystemException.cpp | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/TAO/tao/SystemException.cpp b/TAO/tao/SystemException.cpp index 677f507c50c..49290d033cb 100644 --- a/TAO/tao/SystemException.cpp +++ b/TAO/tao/SystemException.cpp @@ -909,16 +909,6 @@ CORBA::name ::_tao_type (void) const \ STANDARD_EXCEPTION_LIST #undef TAO_SYSTEM_EXCEPTION -#define TAO_SYSTEM_EXCEPTION(name) \ -void \ -CORBA::name ::_tao_any_destructor (void * x) \ -{ \ - delete static_cast<CORBA::name *> (x); \ -} - -STANDARD_EXCEPTION_LIST -#undef TAO_SYSTEM_EXCEPTION - CORBA::SystemException * TAO_Exceptions::create_system_exception (const char *id) { @@ -941,27 +931,6 @@ CORBA::name ::_raise (void) const \ STANDARD_EXCEPTION_LIST #undef TAO_SYSTEM_EXCEPTION -// SystemException constructors -#define TAO_SYSTEM_EXCEPTION(name) \ -CORBA::name ::name (void) \ - : CORBA::SystemException ("IDL:omg.org/CORBA/" #name ":1.0", \ - #name, \ - 0, \ - CORBA::COMPLETED_NO) \ -{ \ -} \ -\ -CORBA::name ::name (CORBA::ULong code, CORBA::CompletionStatus completed) \ - : CORBA::SystemException ("IDL:omg.org/CORBA/" #name ":1.0", \ - #name, \ - code, \ - completed) \ -{ \ -} - -STANDARD_EXCEPTION_LIST -#undef TAO_SYSTEM_EXCEPTION - #define TAO_SYSTEM_EXCEPTION(name) \ CORBA::Exception * \ CORBA::name ::_tao_duplicate (void) const \ |