#include <Private_Transport_Descriptor.h>
Inheritance diagram for TAO_Private_Transport_Descriptor:
Public Methods | |
TAO_Private_Transport_Descriptor (TAO_Endpoint *endpoint, long object_id, CORBA::Boolean flag=0) | |
virtual | ~TAO_Private_Transport_Descriptor (void) |
virtual TAO_Transport_Descriptor_Interface * | duplicate (void) |
virtual CORBA::Boolean | is_equivalent (const TAO_Transport_Descriptor_Interface *other_prop) |
virtual u_long | hash (void) const |
Private Methods | |
TAO_Private_Transport_Descriptor (const TAO_Private_Transport_Descriptor &) | |
void | operator= (const TAO_Private_Transport_Descriptor &) |
Private Attributes | |
long | object_id_ |
|
|
|
|
|
|
|
Reimplemented from TAO_Transport_Descriptor_Interface. |
|
Reimplemented from TAO_Transport_Descriptor_Interface. |
|
Reimplemented from TAO_Transport_Descriptor_Interface. |
|
|
|
Unique identifier of the object to which private connection identified with this descriptor belongs. The value of <object_id_> is the TAO_Stub* of the object. |