diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2005-10-18 07:10:00 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2005-10-18 07:10:00 +0000 |
commit | e5038b565d810c160831d2755893427cb6d1c6b4 (patch) | |
tree | 2ce52b0a6901d8a7c561c664995c02ff50723be3 /TAO/tao/SystemException.inl | |
parent | 3028c2dfc0af7ef64b344ed65d5b2889a450d965 (diff) | |
download | ATCD-e5038b565d810c160831d2755893427cb6d1c6b4.tar.gz |
ChangeLogTag:Tue Oct 18 00:08:30 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/SystemException.inl')
-rw-r--r-- | TAO/tao/SystemException.inl | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/TAO/tao/SystemException.inl b/TAO/tao/SystemException.inl index 36d2fc78d44..9366410df75 100644 --- a/TAO/tao/SystemException.inl +++ b/TAO/tao/SystemException.inl @@ -81,29 +81,6 @@ CORBA::SystemException::_downcast (const CORBA::Exception *exception) TAO_SYSTEM_EXCEPTION (ACTIVITY_REQUIRED) \ TAO_SYSTEM_EXCEPTION (THREAD_CANCELLED) -// Concrete SystemException constructors -#define TAO_SYSTEM_EXCEPTION(name) \ -ACE_INLINE \ -CORBA::name ::name (void) \ - : CORBA::SystemException ("IDL:omg.org/CORBA/" #name ":1.0", \ - #name, \ - 0, \ - CORBA::COMPLETED_NO) \ -{ \ -} \ -\ -ACE_INLINE \ -CORBA::name ::name (CORBA::ULong code, CORBA::CompletionStatus completed) \ - : CORBA::SystemException ("IDL:omg.org/CORBA/" #name ":1.0", \ - #name, \ - code, \ - completed) \ -{ \ -} - -TAO_STANDARD_SYSTEM_EXCEPTION_LIST -#undef TAO_SYSTEM_EXCEPTION - #define TAO_SYSTEM_EXCEPTION(name) \ ACE_INLINE CORBA::name * \ CORBA::name ::_downcast (CORBA::Exception* exception) \ |