TAO_TransportCurrent
2.0.8
|
#include <TC_IIOPC.h>
Public Types | |
typedef Current_ptr | _ptr_type |
typedef Current_var | _var_type |
typedef Current_out | _out_type |
Public Member Functions | |
virtual char * | remote_host (void)=0 |
virtual ::CORBA::Long | remote_port (void)=0 |
virtual char * | local_host (void)=0 |
virtual ::CORBA::Long | local_port (void)=0 |
virtual ::SSLIOP::Current_ptr | ssliop_current (void)=0 |
virtual ::CORBA::Boolean | _is_a (const char *type_id) |
virtual const char * | _interface_repository_id (void) const |
virtual ::CORBA::Boolean | marshal (TAO_OutputCDR &cdr) |
Static Public Member Functions | |
static void | _tao_any_destructor (void *) |
static Current_ptr | _duplicate (Current_ptr obj) |
static void | _tao_release (Current_ptr obj) |
static Current_ptr | _narrow (::CORBA::Object_ptr obj) |
static Current_ptr | _unchecked_narrow (::CORBA::Object_ptr obj) |
static Current_ptr | _nil (void) |
Protected Member Functions | |
Current (void) | |
virtual | ~Current (void) |
Private Member Functions | |
Current (const Current &) | |
void | operator= (const Current &) |
Reimplemented from TAO::Transport::Current.
Reimplemented from TAO::Transport::Current.
Reimplemented from TAO::Transport::Current.
TAO::Transport::IIOP::Current::Current | ( | void | ) | [protected] |
Reimplemented from TAO::Transport::Current.
TAO::Transport::IIOP::Current::~Current | ( | void | ) | [protected, virtual] |
Reimplemented from TAO::Transport::Current.
TAO::Transport::IIOP::Current::Current | ( | const Current & | ) | [private] |
TAO::Transport::IIOP::Current_ptr TAO::Transport::IIOP::Current::_duplicate | ( | Current_ptr | obj | ) | [static] |
const char * TAO::Transport::IIOP::Current::_interface_repository_id | ( | void | ) | const [virtual] |
Reimplemented from TAO::Transport::Current.
CORBA::Boolean TAO::Transport::IIOP::Current::_is_a | ( | const char * | type_id | ) | [virtual] |
Reimplemented from TAO::Transport::Current.
TAO::Transport::IIOP::Current_ptr TAO::Transport::IIOP::Current::_narrow | ( | ::CORBA::Object_ptr | obj | ) | [static] |
Reimplemented from TAO::Transport::Current.
TAO::Transport::IIOP::Current_ptr TAO::Transport::IIOP::Current::_nil | ( | void | ) | [static] |
Reimplemented from TAO::Transport::Current.
void TAO::Transport::IIOP::Current::_tao_any_destructor | ( | void * | _tao_void_pointer | ) | [static] |
Reimplemented from TAO::Transport::Current.
void TAO::Transport::IIOP::Current::_tao_release | ( | Current_ptr | obj | ) | [static] |
TAO::Transport::IIOP::Current_ptr TAO::Transport::IIOP::Current::_unchecked_narrow | ( | ::CORBA::Object_ptr | obj | ) | [static] |
Reimplemented from TAO::Transport::Current.
virtual char* TAO::Transport::IIOP::Current::local_host | ( | void | ) | [pure virtual] |
Implemented in TAO::Transport::IIOP_Current_Impl.
virtual ::CORBA::Long TAO::Transport::IIOP::Current::local_port | ( | void | ) | [pure virtual] |
Implemented in TAO::Transport::IIOP_Current_Impl.
CORBA::Boolean TAO::Transport::IIOP::Current::marshal | ( | TAO_OutputCDR & | cdr | ) | [virtual] |
Reimplemented from TAO::Transport::Current.
void TAO::Transport::IIOP::Current::operator= | ( | const Current & | ) | [private] |
virtual char* TAO::Transport::IIOP::Current::remote_host | ( | void | ) | [pure virtual] |
Implemented in TAO::Transport::IIOP_Current_Impl.
virtual ::CORBA::Long TAO::Transport::IIOP::Current::remote_port | ( | void | ) | [pure virtual] |
Implemented in TAO::Transport::IIOP_Current_Impl.
virtual ::SSLIOP::Current_ptr TAO::Transport::IIOP::Current::ssliop_current | ( | void | ) | [pure virtual] |
Implemented in TAO::Transport::IIOP_Current_Impl.