#include "SystemException.h"
#include "Environment.h"
#include "ORB_Constants.h"
#include "CORBA_String.h"
#include "CDR.h"
#include "debug.h"
#include "AnyTypeCode_Adapter.h"
#include "ace/Malloc.h"
#include "ace/SString.h"
#include "ace/OS_NS_string.h"
#include "ace/OS_NS_stdio.h"
#include "ace/Dynamic_Service.h"
#include "ace/streams.h"
Include dependency graph for SystemException.cpp:
|
|
|
Value: CORBA::SystemException * \ CORBA::name ::_tao_create (void) \ { \ CORBA::name *result = 0; \ ACE_NEW_RETURN (result, CORBA::name (), 0); \ return result; \ } |
|
Value: CORBA::Exception * \ CORBA::name ::_tao_duplicate (void) const \ { \ CORBA::Exception * result = 0; \ ACE_NEW_RETURN (result, CORBA::name (*this), 0); \ return result; \ } |
|
Value: void \ CORBA::name ::_raise (void) const \ { \ TAO_RAISE (*this); \ } |
|
Value: CORBA::TypeCode_ptr \ CORBA::name ::_tao_type (void) const \ { \ TAO_AnyTypeCode_Adapter *adapter = \ ACE_Dynamic_Service<TAO_AnyTypeCode_Adapter>::instance ( \ "AnyTypeCode_Adapter" \ ); \ if (adapter != 0) \ return adapter->_tao_type_ ## name (); \ else \ { \ ACE_ERROR ((LM_ERROR, \ ACE_TEXT ("(%P|%t) %p\n"), \ ACE_TEXT ("Unable to find the ") \ ACE_TEXT ("AnyTypeCode Adapter instance"))); \ return 0; \ } \ } |
|
Value: CORBA::name ::name (void) \ : CORBA::SystemException ("IDL:omg.org/CORBA/" #name ":1.0", \ #name, \ 0, \ CORBA::COMPLETED_NO) \ { \ } \ \ CORBA::name ::name (CORBA::ULong code, CORBA::CompletionStatus completed) \ : CORBA::SystemException ("IDL:omg.org/CORBA/" #name ":1.0", \ #name, \ code, \ completed) \ { \ } |
|
|
|
|
|
Initial value: (sizeof (repo_id_array) / sizeof (char const *)) - 1 |
|
Initial value: { #define TAO_SYSTEM_EXCEPTION(name) STANDARD_EXCEPTION_LIST 0 } |
|
Initial value: { #define TAO_SYSTEM_EXCEPTION(name) STANDARD_EXCEPTION_LIST 0 } |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|