#include "tao/SystemException.h"
#include "tao/ORB_Constants.h"
#include "tao/CORBA_String.h"
#include "tao/CDR.h"
#include "tao/debug.h"
#include "tao/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:
Go to the source code of this file.
|
Definition at line 826 of file SystemException.cpp. |
|
Value: CORBA::SystemException * \ CORBA::name ::_tao_create (void) \ { \ CORBA::name *result = 0; \ ACE_NEW_RETURN (result, CORBA::name (), 0); \ return result; \ } Definition at line 968 of file SystemException.cpp. |
|
Value: CORBA::Exception * \ CORBA::name ::_tao_duplicate (void) const \ { \ CORBA::Exception * result = 0; \ ACE_NEW_RETURN (result, CORBA::name (*this), 0); \ return result; \ } Definition at line 968 of file SystemException.cpp. |
|
Value: void \ CORBA::name ::_raise (void) const \ { \ throw *this; \ } Definition at line 968 of file SystemException.cpp. |
|
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; \ } \ } Definition at line 968 of file SystemException.cpp. |
|
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) \ { \ } Definition at line 968 of file SystemException.cpp. |
|
Definition at line 968 of file SystemException.cpp. |
|
Definition at line 968 of file SystemException.cpp. |
|
Initial value: (sizeof (repo_id_array) / sizeof (char const *)) - 1 Definition at line 877 of file SystemException.cpp. Referenced by TAO::create_system_exception(). |
|
Initial value: { #define TAO_SYSTEM_EXCEPTION(name) STANDARD_EXCEPTION_LIST 0 } Definition at line 882 of file SystemException.cpp. Referenced by TAO::create_system_exception(). |
|
Initial value: { #define TAO_SYSTEM_EXCEPTION(name) STANDARD_EXCEPTION_LIST 0 } Definition at line 868 of file SystemException.cpp. Referenced by TAO::create_system_exception(). |
|
Definition at line 53 of file SystemException.cpp. Referenced by CORBA::SystemException::_info(), and CORBA::SystemException::_tao_errno(). |
|
Definition at line 50 of file SystemException.cpp. Referenced by CORBA::SystemException::_info(), and CORBA::SystemException::_tao_errno(). |
|
Definition at line 51 of file SystemException.cpp. Referenced by CORBA::SystemException::_info(), and CORBA::SystemException::_tao_errno(). |
|
Definition at line 47 of file SystemException.cpp. Referenced by CORBA::SystemException::_info(), and CORBA::SystemException::_tao_errno(). |
|
Definition at line 55 of file SystemException.cpp. Referenced by CORBA::SystemException::_info(), and CORBA::SystemException::_tao_errno(). |
|
Definition at line 58 of file SystemException.cpp. Referenced by CORBA::SystemException::_info(), and CORBA::SystemException::_tao_errno(). |
|
Definition at line 45 of file SystemException.cpp. Referenced by CORBA::SystemException::_info(), and CORBA::SystemException::_tao_errno(). |
|
Definition at line 59 of file SystemException.cpp. Referenced by CORBA::SystemException::_info(), and CORBA::SystemException::_tao_errno(). |
|
Definition at line 56 of file SystemException.cpp. Referenced by CORBA::SystemException::_info(), and CORBA::SystemException::_tao_errno(). |
|
Definition at line 54 of file SystemException.cpp. Referenced by CORBA::SystemException::_info(), and CORBA::SystemException::_tao_errno(). |
|
Definition at line 57 of file SystemException.cpp. Referenced by CORBA::SystemException::_info(), and CORBA::SystemException::_tao_errno(). |
|
Definition at line 43 of file SystemException.cpp. Referenced by CORBA::SystemException::_info(), and CORBA::SystemException::_tao_errno(). |
|
Definition at line 42 of file SystemException.cpp. Referenced by CORBA::SystemException::_info(), and CORBA::SystemException::_tao_errno(). |
|
Definition at line 46 of file SystemException.cpp. Referenced by CORBA::SystemException::_info(), and CORBA::SystemException::_tao_errno(). |
|
Definition at line 52 of file SystemException.cpp. Referenced by CORBA::SystemException::_info(), and CORBA::SystemException::_tao_errno(). |
|
Definition at line 48 of file SystemException.cpp. Referenced by CORBA::SystemException::_info(), and CORBA::SystemException::_tao_errno(). |
|
Definition at line 60 of file SystemException.cpp. Referenced by CORBA::SystemException::_info(), and CORBA::SystemException::_tao_errno(). |
|
Definition at line 49 of file SystemException.cpp. Referenced by CORBA::SystemException::_info(), and CORBA::SystemException::_tao_errno(). |
|
Definition at line 44 of file SystemException.cpp. Referenced by CORBA::SystemException::_info(), and CORBA::SystemException::_tao_errno(). |
|
Definition at line 41 of file SystemException.cpp. Referenced by CORBA::SystemException::_info(), and CORBA::SystemException::_tao_errno(). |
|
Definition at line 40 of file SystemException.cpp. Referenced by CORBA::SystemException::_info(), and CORBA::SystemException::_tao_errno(). |