TAO  2.4.2
Macros
SystemException.inl File Reference

Macros

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

Macro Definition Documentation

#define TAO_STANDARD_SYSTEM_EXCEPTION_LIST
#define TAO_SYSTEM_EXCEPTION (   name)
Value:
ACE_INLINE CORBA::name * \
CORBA::name ::_downcast (CORBA::Exception* exception) \
{ \
return dynamic_cast<CORBA::name *> (exception); \
}
Exception.
Definition: Exception.h:97
#define ACE_INLINE
#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); \
}
Exception.
Definition: Exception.h:97
#define ACE_INLINE
#define TAO_SYSTEM_EXCEPTION (   name)
Value:
ACE_INLINE void \
CORBA::name ::_tao_any_destructor (void * x) \
{ \
delete static_cast<CORBA::name *> (x); \
}
#define ACE_INLINE