#include <ORBInitInfoC.h>
Inheritance diagram for PortableInterceptor::ORBInitInfo::DuplicateName:
Public Member Functions | |
DuplicateName (void) | |
DuplicateName (const DuplicateName &) | |
~DuplicateName (void) | |
DuplicateName & | operator= (const DuplicateName &) |
virtual ::CORBA::Exception * | _tao_duplicate (void) const |
virtual void | _raise (void) const |
virtual void | _tao_encode (TAO_OutputCDR &) const |
virtual void | _tao_decode (TAO_InputCDR &) |
DuplicateName (const char *_tao_name) | |
virtual ::CORBA::TypeCode_ptr | _tao_type (void) const |
Static Public Member Functions | |
static void | _tao_any_destructor (void *) |
static DuplicateName * | _downcast (::CORBA::Exception *) |
static const DuplicateName * | _downcast (::CORBA::Exception const *) |
::CORBA::Exception * | _alloc (void) |
Public Attributes | |
TAO_String_Manager | name |
PortableInterceptor::ORBInitInfo::DuplicateName::DuplicateName | ( | void | ) |
PortableInterceptor::ORBInitInfo::DuplicateName::DuplicateName | ( | const DuplicateName & | ) |
PortableInterceptor::ORBInitInfo::DuplicateName::~DuplicateName | ( | void | ) |
PortableInterceptor::ORBInitInfo::DuplicateName::DuplicateName | ( | const char * | _tao_name | ) |
CORBA::Exception * PortableInterceptor::ORBInitInfo::DuplicateName::_alloc | ( | void | ) | [static] |
const PortableInterceptor::ORBInitInfo::DuplicateName * PortableInterceptor::ORBInitInfo::DuplicateName::_downcast | ( | ::CORBA::Exception const * | ) | [static] |
PortableInterceptor::ORBInitInfo::DuplicateName * PortableInterceptor::ORBInitInfo::DuplicateName::_downcast | ( | ::CORBA::Exception * | ) | [static] |
void PortableInterceptor::ORBInitInfo::DuplicateName::_raise | ( | void | ) | const [virtual] |
Implements CORBA::UserException.
void PortableInterceptor::ORBInitInfo::DuplicateName::_tao_any_destructor | ( | void * | ) | [static] |
Reimplemented from CORBA::Exception.
void PortableInterceptor::ORBInitInfo::DuplicateName::_tao_decode | ( | TAO_InputCDR & | ) | [virtual] |
Implements CORBA::Exception.
CORBA::Exception * PortableInterceptor::ORBInitInfo::DuplicateName::_tao_duplicate | ( | void | ) | const [virtual] |
Implements CORBA::Exception.
void PortableInterceptor::ORBInitInfo::DuplicateName::_tao_encode | ( | TAO_OutputCDR & | ) | const [virtual] |
Implements CORBA::Exception.
CORBA::TypeCode_ptr PortableInterceptor::ORBInitInfo::DuplicateName::_tao_type | ( | void | ) | const [virtual] |
Reimplemented from CORBA::UserException.
DuplicateName& PortableInterceptor::ORBInitInfo::DuplicateName::operator= | ( | const DuplicateName & | ) |