summaryrefslogtreecommitdiff
path: root/TAO/tao/IIOP_EndpointsC.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/IIOP_EndpointsC.h')
-rw-r--r--TAO/tao/IIOP_EndpointsC.h56
1 files changed, 15 insertions, 41 deletions
diff --git a/TAO/tao/IIOP_EndpointsC.h b/TAO/tao/IIOP_EndpointsC.h
index 95077b7450c..2b780ea4150 100644
--- a/TAO/tao/IIOP_EndpointsC.h
+++ b/TAO/tao/IIOP_EndpointsC.h
@@ -67,58 +67,53 @@
namespace TAO
{
-
+
// TAO_IDL - Generated from
// be\be_type.cpp:258
-
+
struct IIOP_Endpoint_Info;
-
+
typedef
TAO_Var_Var_T<
IIOP_Endpoint_Info
>
IIOP_Endpoint_Info_var;
-
+
typedef
TAO_Out_T<
IIOP_Endpoint_Info,
IIOP_Endpoint_Info_var
>
IIOP_Endpoint_Info_out;
-
+
// TAO_IDL - Generated from
// be\be_visitor_structure/structure_ch.cpp:52
-
+
struct TAO_Export IIOP_Endpoint_Info
{
typedef IIOP_Endpoint_Info_var _var_type;
-
+
static void _tao_any_destructor (void *);
TAO_String_Manager host;
CORBA::Short port;
CORBA::Short priority;
};
-
- // TAO_IDL - Generated from
- // be\be_visitor_typecode/typecode_decl.cpp:44
-
- extern TAO_Export ::CORBA::TypeCode_ptr const _tc_IIOP_Endpoint_Info;
-
+
// TAO_IDL - Generated from
// be\be_visitor_sequence/sequence_ch.cpp:101
#if !defined (_TAO_IIOPENDPOINTSEQUENCE_CH_)
#define _TAO_IIOPENDPOINTSEQUENCE_CH_
-
+
class IIOPEndpointSequence;
-
+
typedef
TAO_VarSeq_Var_T<
IIOPEndpointSequence,
IIOP_Endpoint_Info
>
IIOPEndpointSequence_var;
-
+
typedef
TAO_Seq_Out_T<
IIOPEndpointSequence,
@@ -126,7 +121,7 @@ namespace TAO
IIOP_Endpoint_Info
>
IIOPEndpointSequence_out;
-
+
class TAO_Export IIOPEndpointSequence
: public
TAO_Unbounded_Sequence<
@@ -139,23 +134,18 @@ namespace TAO
IIOPEndpointSequence (
CORBA::ULong max,
CORBA::ULong length,
- IIOP_Endpoint_Info* buffer,
+ IIOP_Endpoint_Info* buffer,
CORBA::Boolean release = 0
);
IIOPEndpointSequence (const IIOPEndpointSequence &);
~IIOPEndpointSequence (void);
-
+
static void _tao_any_destructor (void *);
-
+
typedef IIOPEndpointSequence_var _var_type;
};
#endif /* end #if !defined */
-
- // TAO_IDL - Generated from
- // be\be_visitor_typecode/typecode_decl.cpp:44
-
- extern TAO_Export ::CORBA::TypeCode_ptr const _tc_IIOPEndpointSequence;
// TAO_IDL - Generated from
// be\be_visitor_module/module_ch.cpp:66
@@ -171,22 +161,6 @@ namespace TAO
}
// TAO_IDL - Generated from
-// be\be_visitor_structure/any_op_ch.cpp:52
-
-TAO_Export void operator<<= (CORBA::Any &, const TAO::IIOP_Endpoint_Info &); // copying version
-TAO_Export void operator<<= (CORBA::Any &, TAO::IIOP_Endpoint_Info*); // noncopying version
-TAO_Export CORBA::Boolean operator>>= (const CORBA::Any &, TAO::IIOP_Endpoint_Info *&); // deprecated
-TAO_Export CORBA::Boolean operator>>= (const CORBA::Any &, const TAO::IIOP_Endpoint_Info *&);
-
-// TAO_IDL - Generated from
-// be\be_visitor_sequence/any_op_ch.cpp:52
-
-TAO_Export void operator<<= (CORBA::Any &, const TAO::IIOPEndpointSequence &); // copying version
-TAO_Export void operator<<= (CORBA::Any &, TAO::IIOPEndpointSequence*); // noncopying version
-TAO_Export CORBA::Boolean operator>>= (const CORBA::Any &, TAO::IIOPEndpointSequence *&); // deprecated
-TAO_Export CORBA::Boolean operator>>= (const CORBA::Any &, const TAO::IIOPEndpointSequence *&);
-
-// TAO_IDL - Generated from
// be\be_visitor_structure/cdr_op_ch.cpp:54
TAO_Export CORBA::Boolean operator<< (TAO_OutputCDR &, const TAO::IIOP_Endpoint_Info &);