#include "tao/orbconf.h"
#include "tao/Exception.h"
Include dependency graph for SystemException.h:
This graph shows which files directly or indirectly include this file:
CORBA::SystemException class header.
Ossama Othman <ossama@dre.vanderbilt.edu>
|
Value: class TAO_Export name : public SystemException \ { \ public: \ name (void); \ name (CORBA::ULong code, \ CORBA::CompletionStatus completed); \ static name * _downcast (CORBA::Exception* exception); \ virtual void _raise (void) const; \ virtual CORBA::TypeCode_ptr _type (void) const; \ static void _tao_any_destructor (void*); \ virtual CORBA::Exception *_tao_duplicate (void) const; \ static CORBA::SystemException *_tao_create (void); \ }; \ TAO_Export void operator<<= (CORBA::Any &, const CORBA::name &); \ TAO_Export void operator<<= (CORBA::Any &, CORBA::name *); \ TAO_Export CORBA::Boolean operator>>= (const CORBA::Any &, \ const CORBA::name *&) |
|
Completion status for CORBA system exceptions.
Enumerations that denote how an operation was (not) completed when a |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|