#include <RT_Transport_Descriptor_Property.h>
Inheritance diagram for TAO_RT_Transport_Descriptor_Property:
Public Member Functions | |
TAO_RT_Transport_Descriptor_Property (void) | |
Constuctor. | |
virtual | ~TAO_RT_Transport_Descriptor_Property (void) |
Destructor. | |
virtual TAO_RT_Transport_Descriptor_Property * | duplicate (void)=0 |
virtual CORBA::Boolean | is_equivalent (const TAO_RT_Transport_Descriptor_Property *other_prop)=0 |
Protected Attributes | |
TAO_RT_Transport_Descriptor_Property * | next_ |
Properties can be chanined using the <next_> pointer;. | |
Private Member Functions | |
TAO_RT_Transport_Descriptor_Property (const TAO_RT_Transport_Descriptor_Property &) | |
TAO_RT_Transport_Descriptor_Property & | operator= (const TAO_RT_Transport_Descriptor_Property &) |
Friends | |
class | TAO_RT_Transport_Descriptor |
|
Constuctor.
|
|
Destructor.
|
|
|
|
Implemented in TAO_RT_Transport_Descriptor_Private_Connection_Property, and TAO_RT_Transport_Descriptor_Banded_Connection_Property. |
|
Implemented in TAO_RT_Transport_Descriptor_Private_Connection_Property, and TAO_RT_Transport_Descriptor_Banded_Connection_Property. |
|
|
|
|
|
Properties can be chanined using the <next_> pointer;.
|