00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026
00027
00028
00029
00030
00031
00032 #include "tao/AnyTypeCode/Null_RefCount_Policy.h"
00033 #include "tao/AnyTypeCode/TypeCode_Constants.h"
00034 #include "tao/AnyTypeCode/Alias_TypeCode_Static.h"
00035 #include "tao/AnyTypeCode/Sequence_TypeCode_Static.h"
00036 #include "tao/AnyTypeCode/String_TypeCode_Static.h"
00037 #include "orbsvcs/SSLIOP/ssl_endpointsC.h"
00038 #include "tao/CDR.h"
00039
00040 #if defined (__BORLANDC__)
00041 #pragma option -w-rvl -w-rch -w-ccc -w-aus -w-sig
00042 #endif
00043
00044 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
00045
00046
00047
00048
00049
00050 namespace TAO
00051 {
00052 }
00053
00054
00055
00056
00057
00058 #if !defined (_TAO_SSLENDPOINTSEQUENCE_CS_)
00059 #define _TAO_SSLENDPOINTSEQUENCE_CS_
00060
00061 TAO_SSLEndpointSequence::TAO_SSLEndpointSequence (void)
00062 {}
00063
00064 TAO_SSLEndpointSequence::TAO_SSLEndpointSequence (
00065 CORBA::ULong max
00066 )
00067 : TAO::unbounded_value_sequence<
00068 SSLIOP::SSL
00069 >
00070 (max)
00071 {}
00072
00073 TAO_SSLEndpointSequence::TAO_SSLEndpointSequence (
00074 CORBA::ULong max,
00075 CORBA::ULong length,
00076 SSLIOP::SSL * buffer,
00077 CORBA::Boolean release
00078 )
00079 : TAO::unbounded_value_sequence<
00080 SSLIOP::SSL
00081 >
00082 (max, length, buffer, release)
00083 {}
00084
00085 TAO_SSLEndpointSequence::TAO_SSLEndpointSequence (
00086 const TAO_SSLEndpointSequence &seq
00087 )
00088 : TAO::unbounded_value_sequence<
00089 SSLIOP::SSL
00090 >
00091 (seq)
00092 {}
00093
00094 TAO_SSLEndpointSequence::~TAO_SSLEndpointSequence (void)
00095 {}
00096
00097 #endif
00098
00099
00100
00101
00102
00103
00104
00105
00106
00107
00108 #ifndef _TAO_TYPECODE_TAO_SSLEndpointSequence_GUARD
00109 #define _TAO_TYPECODE_TAO_SSLEndpointSequence_GUARD
00110 namespace TAO
00111 {
00112 namespace TypeCode
00113 {
00114 TAO::TypeCode::Sequence< ::CORBA::TypeCode_ptr const *,
00115 TAO::Null_RefCount_Policy>
00116 TAO_SSLEndpointSequence_0 (
00117 CORBA::tk_sequence,
00118 &SSLIOP::_tc_SSL,
00119 0U);
00120
00121 ::CORBA::TypeCode_ptr const tc_TAO_SSLEndpointSequence_0 =
00122 &TAO_SSLEndpointSequence_0;
00123
00124 }
00125 }
00126
00127
00128 #endif
00129 static TAO::TypeCode::Alias<char const *,
00130 CORBA::TypeCode_ptr const *,
00131 TAO::Null_RefCount_Policy>
00132 _tao_tc_TAO_SSLEndpointSequence (
00133 CORBA::tk_alias,
00134 "IDL:TAO_SSLEndpointSequence:1.0",
00135 "TAO_SSLEndpointSequence",
00136 &TAO::TypeCode::tc_TAO_SSLEndpointSequence_0);
00137
00138 ::CORBA::TypeCode_ptr const _tc_TAO_SSLEndpointSequence =
00139 &_tao_tc_TAO_SSLEndpointSequence;
00140
00141
00142
00143
00144 #if !defined _TAO_CDR_OP_TAO_SSLEndpointSequence_CPP_
00145 #define _TAO_CDR_OP_TAO_SSLEndpointSequence_CPP_
00146
00147 CORBA::Boolean operator<< (
00148 TAO_OutputCDR &strm,
00149 const TAO_SSLEndpointSequence &_tao_sequence
00150 )
00151 {
00152 return TAO::marshal_sequence(strm, _tao_sequence);
00153 }
00154
00155 CORBA::Boolean operator>> (
00156 TAO_InputCDR &strm,
00157 TAO_SSLEndpointSequence &_tao_sequence
00158 )
00159 {
00160 return TAO::demarshal_sequence(strm, _tao_sequence);
00161 }
00162
00163 #endif
00164
00165 TAO_END_VERSIONED_NAMESPACE_DECL