TAO_SSLEndpointSequence Class Reference

#include <ssl_endpointsC.h>

Inheritance diagram for TAO_SSLEndpointSequence:

Inheritance graph
[legend]
Collaboration diagram for TAO_SSLEndpointSequence:

Collaboration graph
[legend]
List of all members.

Public Types

typedef TAO_SSLEndpointSequence_var _var_type

Public Member Functions

 TAO_SSLEndpointSequence (void)
 TAO_SSLEndpointSequence (CORBA::ULong max)
 TAO_SSLEndpointSequence (CORBA::ULong max, CORBA::ULong length, SSLIOP::SSL *buffer, CORBA::Boolean release=false)
 TAO_SSLEndpointSequence (const TAO_SSLEndpointSequence &)
 ~TAO_SSLEndpointSequence (void)

Member Typedef Documentation

typedef TAO_SSLEndpointSequence_var TAO_SSLEndpointSequence::_var_type
 

Definition at line 106 of file ssl_endpointsC.h.


Constructor & Destructor Documentation

TAO_SSLEndpointSequence::TAO_SSLEndpointSequence void   ) 
 

Definition at line 61 of file ssl_endpointsC.cpp.

00062 {}

TAO_SSLEndpointSequence::TAO_SSLEndpointSequence CORBA::ULong  max  ) 
 

Definition at line 64 of file ssl_endpointsC.cpp.

00067   : TAO::unbounded_value_sequence<
00068         SSLIOP::SSL
00069       >
00070     (max)
00071 {}

TAO_SSLEndpointSequence::TAO_SSLEndpointSequence CORBA::ULong  max,
CORBA::ULong  length,
SSLIOP::SSL buffer,
CORBA::Boolean  release = false
 

Definition at line 73 of file ssl_endpointsC.cpp.

00079   : TAO::unbounded_value_sequence<
00080         SSLIOP::SSL
00081       >
00082     (max, length, buffer, release)
00083 {}

TAO_SSLEndpointSequence::TAO_SSLEndpointSequence const TAO_SSLEndpointSequence  ) 
 

Definition at line 85 of file ssl_endpointsC.cpp.

00088   : TAO::unbounded_value_sequence<
00089         SSLIOP::SSL
00090       >
00091     (seq)
00092 {}

TAO_SSLEndpointSequence::~TAO_SSLEndpointSequence void   ) 
 

Definition at line 94 of file ssl_endpointsC.cpp.

00095 {}


The documentation for this class was generated from the following files:
Generated on Thu Nov 9 13:55:17 2006 for TAO_SSLIOP by doxygen 1.3.6