SystemException.inl File Reference

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define TAO_STANDARD_SYSTEM_EXCEPTION_LIST
#define TAO_SYSTEM_EXCEPTION(name)
#define TAO_SYSTEM_EXCEPTION(name)
#define TAO_SYSTEM_EXCEPTION(name)


Define Documentation

#define TAO_STANDARD_SYSTEM_EXCEPTION_LIST

Definition at line 44 of file SystemException.inl.

#define TAO_SYSTEM_EXCEPTION ( name   ) 

Value:

ACE_INLINE void \
CORBA::name ::_tao_any_destructor (void * x) \
{ \
  delete static_cast<CORBA::name *> (x); \
}

Definition at line 106 of file SystemException.inl.

#define TAO_SYSTEM_EXCEPTION ( name   ) 

Value:

ACE_INLINE CORBA::name const * \
CORBA::name ::_downcast (CORBA::Exception const * exception) \
{ \
  return dynamic_cast<CORBA::name const *> (exception); \
}

Definition at line 106 of file SystemException.inl.

#define TAO_SYSTEM_EXCEPTION ( name   ) 

Value:

ACE_INLINE CORBA::name * \
CORBA::name ::_downcast (CORBA::Exception* exception) \
{ \
  return dynamic_cast<CORBA::name *> (exception); \
}

Definition at line 106 of file SystemException.inl.


Generated on Tue Feb 2 17:38:56 2010 for TAO by  doxygen 1.4.7