00001 // -*- C++ -*- 00002 // 00003 // uiop_endpointsC.h,v 1.9 2006/06/20 07:10:20 jwillemsen Exp 00004 00005 // **** Code generated by the The ACE ORB (TAO) IDL Compiler **** 00006 // TAO and the TAO IDL Compiler have been developed by: 00007 // Center for Distributed Object Computing 00008 // Washington University 00009 // St. Louis, MO 00010 // USA 00011 // http://www.cs.wustl.edu/~schmidt/doc-center.html 00012 // and 00013 // Distributed Object Computing Laboratory 00014 // University of California at Irvine 00015 // Irvine, CA 00016 // USA 00017 // http://doc.ece.uci.edu/ 00018 // and 00019 // Institute for Software Integrated Systems 00020 // Vanderbilt University 00021 // Nashville, TN 00022 // USA 00023 // http://www.isis.vanderbilt.edu/ 00024 // 00025 // Information about TAO is available at: 00026 // http://www.cs.wustl.edu/~schmidt/TAO.html 00027 00028 // TAO_IDL - Generated from 00029 // be\be_codegen.cpp:153 00030 00031 #ifndef _TAO_IDL_ORIG_UIOP_ENDPOINTSC_H_ 00032 #define _TAO_IDL_ORIG_UIOP_ENDPOINTSC_H_ 00033 00034 #include /**/ "ace/pre.h" 00035 00036 00037 #include "ace/config-all.h" 00038 00039 #if !defined (ACE_LACKS_PRAGMA_ONCE) 00040 # pragma once 00041 #endif /* ACE_LACKS_PRAGMA_ONCE */ 00042 00043 #include "tao/Strategies/strategies_export.h" 00044 #include "tao/ORB.h" 00045 #include "tao/Environment.h" 00046 #include "tao/Sequence_T.h" 00047 #include "tao/Seq_Var_T.h" 00048 #include "tao/Seq_Out_T.h" 00049 #include "tao/VarOut_T.h" 00050 #include "tao/String_Manager_T.h" 00051 00052 #if defined (TAO_EXPORT_MACRO) 00053 #undef TAO_EXPORT_MACRO 00054 #endif 00055 #define TAO_EXPORT_MACRO TAO_Strategies_Export 00056 00057 #if defined(_MSC_VER) 00058 #pragma warning(push) 00059 #pragma warning(disable:4250) 00060 #endif /* _MSC_VER */ 00061 00062 #if defined (__BORLANDC__) 00063 #pragma option push -w-rvl -w-rch -w-ccc -w-inl 00064 #endif /* __BORLANDC__ */ 00065 00066 TAO_BEGIN_VERSIONED_NAMESPACE_DECL 00067 00068 // TAO_IDL - Generated from 00069 // be\be_type.cpp:258 00070 00071 struct TAO_UIOP_Endpoint_Info; 00072 00073 typedef 00074 TAO_Var_Var_T< 00075 TAO_UIOP_Endpoint_Info 00076 > 00077 TAO_UIOP_Endpoint_Info_var; 00078 00079 typedef 00080 TAO_Out_T< 00081 TAO_UIOP_Endpoint_Info 00082 > 00083 TAO_UIOP_Endpoint_Info_out; 00084 00085 // TAO_IDL - Generated from 00086 // be\be_visitor_structure/structure_ch.cpp:52 00087 00088 struct TAO_Strategies_Export TAO_UIOP_Endpoint_Info 00089 { 00090 typedef TAO_UIOP_Endpoint_Info_var _var_type; 00091 00092 00093 TAO::String_Manager rendezvous_point; 00094 CORBA::Short priority; 00095 }; 00096 00097 // TAO_IDL - Generated from 00098 // be\be_visitor_typecode/typecode_decl.cpp:44 00099 00100 extern TAO_Strategies_Export ::CORBA::TypeCode_ptr const _tc_TAO_UIOP_Endpoint_Info; 00101 00102 // TAO_IDL - Generated from 00103 // be\be_visitor_sequence/sequence_ch.cpp:101 00104 00105 #if !defined (_TAO_UIOPENDPOINTSEQUENCE_CH_) 00106 #define _TAO_UIOPENDPOINTSEQUENCE_CH_ 00107 00108 class TAO_UIOPEndpointSequence; 00109 00110 typedef 00111 TAO_VarSeq_Var_T< 00112 TAO_UIOPEndpointSequence 00113 > 00114 TAO_UIOPEndpointSequence_var; 00115 00116 typedef 00117 TAO_Seq_Out_T< 00118 TAO_UIOPEndpointSequence 00119 > 00120 TAO_UIOPEndpointSequence_out; 00121 00122 class TAO_Strategies_Export TAO_UIOPEndpointSequence 00123 : public 00124 TAO::unbounded_value_sequence< 00125 TAO_UIOP_Endpoint_Info 00126 > 00127 { 00128 public: 00129 TAO_UIOPEndpointSequence (void); 00130 TAO_UIOPEndpointSequence (CORBA::ULong max); 00131 TAO_UIOPEndpointSequence ( 00132 CORBA::ULong max, 00133 CORBA::ULong length, 00134 TAO_UIOP_Endpoint_Info* buffer, 00135 CORBA::Boolean release = false 00136 ); 00137 TAO_UIOPEndpointSequence (const TAO_UIOPEndpointSequence &); 00138 ~TAO_UIOPEndpointSequence (void); 00139 00140 typedef TAO_UIOPEndpointSequence_var _var_type; 00141 }; 00142 00143 #endif /* end #if !defined */ 00144 00145 // TAO_IDL - Generated from 00146 // be\be_visitor_typecode/typecode_decl.cpp:44 00147 00148 extern TAO_Strategies_Export ::CORBA::TypeCode_ptr const _tc_TAO_UIOPEndpointSequence; 00149 00150 // TAO_IDL - Generated from 00151 // be\be_visitor_traits.cpp:59 00152 00153 // Traits specializations. 00154 namespace TAO 00155 { 00156 } 00157 00158 // TAO_IDL - Generated from 00159 // be\be_visitor_structure/cdr_op_ch.cpp:54 00160 00161 TAO_Strategies_Export CORBA::Boolean operator<< (TAO_OutputCDR &, const TAO_UIOP_Endpoint_Info &); 00162 TAO_Strategies_Export CORBA::Boolean operator>> (TAO_InputCDR &, TAO_UIOP_Endpoint_Info &); 00163 00164 // TAO_IDL - Generated from 00165 // be\be_visitor_sequence/cdr_op_ch.cpp:71 00166 00167 #if !defined _TAO_CDR_OP_TAO_UIOPEndpointSequence_H_ 00168 #define _TAO_CDR_OP_TAO_UIOPEndpointSequence_H_ 00169 00170 TAO_Strategies_Export CORBA::Boolean operator<< ( 00171 TAO_OutputCDR &, 00172 const TAO_UIOPEndpointSequence & 00173 ); 00174 TAO_Strategies_Export CORBA::Boolean operator>> ( 00175 TAO_InputCDR &, 00176 TAO_UIOPEndpointSequence & 00177 ); 00178 00179 #endif /* _TAO_CDR_OP_TAO_UIOPEndpointSequence_H_ */ 00180 00181 // TAO_IDL - Generated from 00182 // be\be_codegen.cpp:955 00183 00184 TAO_END_VERSIONED_NAMESPACE_DECL 00185 00186 #if defined(_MSC_VER) 00187 #pragma warning(pop) 00188 #endif /* _MSC_VER */ 00189 00190 #if defined (__BORLANDC__) 00191 #pragma option pop 00192 #endif /* __BORLANDC__ */ 00193 00194 #include /**/ "ace/post.h" 00195 00196 #endif /* ifndef */ 00197 00198