CIAO
1.0.8
|
import "CCM_InvalidRegistrationC.h";
Public Member Functions | |
InvalidRegistration (void) | |
InvalidRegistration (const InvalidRegistration &) | |
~InvalidRegistration (void) | |
InvalidRegistration & | operator= (const InvalidRegistration &) |
virtual ::CORBA::Exception * | _tao_duplicate (void) const |
virtual void | _raise (void) const |
virtual void | _tao_encode (TAO_OutputCDR &cdr) const |
virtual void | _tao_decode (TAO_InputCDR &cdr) |
Static Public Member Functions | |
static InvalidRegistration * | _downcast (::CORBA::Exception *) |
static const InvalidRegistration * | _downcast (::CORBA::Exception const *) |
::CORBA::Exception * | _alloc (void) |
Components::ContainerPortableInterceptor::InvalidRegistration::InvalidRegistration | ( | void | ) |
Code generated by the The ACE ORB (TAO) IDL Compiler v2.0.8 TAO and the TAO IDL Compiler have been developed by: Center for Distributed Object Computing Washington University St. Louis, MO USA http://www.cs.wustl.edu/~schmidt/doc-center.html and Distributed Object Computing Laboratory University of California at Irvine Irvine, CA USA and Institute for Software Integrated Systems Vanderbilt University Nashville, TN USA http://www.isis.vanderbilt.edu/
Information about TAO is available at: http://www.cs.wustl.edu/~schmidt/TAO.html
Components::ContainerPortableInterceptor::InvalidRegistration::InvalidRegistration | ( | const InvalidRegistration & | ) |
Components::ContainerPortableInterceptor::InvalidRegistration::~InvalidRegistration | ( | void | ) |
CORBA::Exception * Components::ContainerPortableInterceptor::InvalidRegistration::_alloc | ( | void | ) | [static] |
Components::ContainerPortableInterceptor::InvalidRegistration * Components::ContainerPortableInterceptor::InvalidRegistration::_downcast | ( | ::CORBA::Exception * | _tao_excp | ) | [static] |
const Components::ContainerPortableInterceptor::InvalidRegistration * Components::ContainerPortableInterceptor::InvalidRegistration::_downcast | ( | ::CORBA::Exception const * | _tao_excp | ) | [static] |
void Components::ContainerPortableInterceptor::InvalidRegistration::_raise | ( | void | ) | const [virtual] |
Implements CORBA::UserException.
void Components::ContainerPortableInterceptor::InvalidRegistration::_tao_decode | ( | TAO_InputCDR & | cdr | ) | [virtual] |
Implements CORBA::Exception.
CORBA::Exception * Components::ContainerPortableInterceptor::InvalidRegistration::_tao_duplicate | ( | void | ) | const [virtual] |
Implements CORBA::Exception.
void Components::ContainerPortableInterceptor::InvalidRegistration::_tao_encode | ( | TAO_OutputCDR & | cdr | ) | const [virtual] |
Implements CORBA::Exception.
InvalidRegistration& Components::ContainerPortableInterceptor::InvalidRegistration::operator= | ( | const InvalidRegistration & | ) |