From 336077cd73067e8cfeefc14074f9c62198fc7186 Mon Sep 17 00:00:00 2001 From: Ossama Othman Date: Thu, 13 Oct 2005 19:43:32 +0000 Subject: ChangeLogTag:Thu Oct 13 12:26:47 2005 Ossama Othman --- TAO/tao/SystemException.cpp | 31 ------------------------------- 1 file changed, 31 deletions(-) (limited to 'TAO/tao/SystemException.cpp') 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 (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 \ -- cgit v1.2.1