Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

TAO_Base_Transport_Property Class Reference

A concrete implementation for connnection property. More...

#include <Base_Transport_Property.h>

Inheritance diagram for TAO_Base_Transport_Property:

Inheritance graph
[legend]
Collaboration diagram for TAO_Base_Transport_Property:

Collaboration graph
[legend]
List of all members.

Public Methods

 TAO_Base_Transport_Property (void)
 Default constructor. More...

 TAO_Base_Transport_Property (TAO_Endpoint *endpoint, CORBA::Boolean flag=0)
 Constructor. More...

virtual ~TAO_Base_Transport_Property (void)
 Destructor. More...

 TAO_Base_Transport_Property (const TAO_Base_Transport_Property &rhs)
 The copy constructor. More...

virtual TAO_Transport_Descriptor_Interfaceduplicate (void)
 This call allocates and copies the contents of this class and returns the pointer. More...

virtual CORBA::Boolean is_equivalent (const TAO_Transport_Descriptor_Interface *other_prop)
 Try to determine if this object is same as the <other_prop>. More...

virtual u_long hash (void) const
 Generate hash value for our class. More...


Detailed Description

A concrete implementation for connnection property.

This class is a concrete implementation of a simple connection property class. This provides an implementation for the virtual functions declared in TAO_Transport_Descriptor_Interface.


Constructor & Destructor Documentation

ACE_INLINE TAO_Base_Transport_Property::TAO_Base_Transport_Property void   
 

Default constructor.

ACE_INLINE TAO_Base_Transport_Property::TAO_Base_Transport_Property TAO_Endpoint   endpoint,
CORBA::Boolean    flag = 0
 

Constructor.

TAO_Base_Transport_Property::~TAO_Base_Transport_Property void    [virtual]
 

Destructor.

ACE_INLINE TAO_Base_Transport_Property::TAO_Base_Transport_Property const TAO_Base_Transport_Property &    rhs
 

The copy constructor.


Member Function Documentation

TAO_Transport_Descriptor_Interface * TAO_Base_Transport_Property::duplicate void    [virtual]
 

This call allocates and copies the contents of this class and returns the pointer.

Reimplemented from TAO_Transport_Descriptor_Interface.

u_long TAO_Base_Transport_Property::hash void    const [virtual]
 

Generate hash value for our class.

Reimplemented from TAO_Transport_Descriptor_Interface.

CORBA::Boolean TAO_Base_Transport_Property::is_equivalent const TAO_Transport_Descriptor_Interface   rhs [virtual]
 

Try to determine if this object is same as the <other_prop>.

Reimplemented from TAO_Transport_Descriptor_Interface.


The documentation for this class was generated from the following files:
Generated on Thu Oct 10 18:23:54 2002 for TAO by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001