summaryrefslogtreecommitdiff
path: root/TAO/tao/SystemException.cpp
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2005-10-13 19:43:32 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2005-10-13 19:43:32 +0000
commit336077cd73067e8cfeefc14074f9c62198fc7186 (patch)
treeb928fd09490d7706e5bd3def70b5d272e55cbef3 /TAO/tao/SystemException.cpp
parentc22074fe072f679d4eb55f98954a7611efb2495d (diff)
downloadATCD-336077cd73067e8cfeefc14074f9c62198fc7186.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.cpp31
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 \