This graph shows which files directly or indirectly include this file:
Defines | |
#define | TAO_STANDARD_SYSTEM_EXCEPTION_LIST |
#define | TAO_SYSTEM_EXCEPTION(name) |
#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); \ } |
|
Value: ACE_INLINE CORBA::name * \ CORBA::name ::_downcast (CORBA::Exception* exception) \ { \ return dynamic_cast<CORBA::name *> (exception); \ } |