summaryrefslogtreecommitdiff
path: root/TAO/tao/IIOPC.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/IIOPC.h')
-rw-r--r--TAO/tao/IIOPC.h62
1 files changed, 32 insertions, 30 deletions
diff --git a/TAO/tao/IIOPC.h b/TAO/tao/IIOPC.h
index 18133b7e39a..c2bb85cdd04 100644
--- a/TAO/tao/IIOPC.h
+++ b/TAO/tao/IIOPC.h
@@ -44,6 +44,7 @@
#include "tao/ORB.h"
#include "tao/Environment.h"
#include "tao/Sequence_T.h"
+#include "tao/String_Manager_T.h"
#include "tao/Seq_Var_T.h"
#include "tao/Seq_Out_T.h"
#include "tao/VarOut_T.h"
@@ -58,68 +59,67 @@
#pragma warning(disable:4250)
#endif /* _MSC_VER */
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
// TAO_IDL - Generated from
// be\be_visitor_module/module_ch.cpp:49
namespace IIOP
{
-
+
// TAO_IDL - Generated from
// be\be_type.cpp:258
-
+
struct ListenPoint;
-
+
typedef
TAO_Var_Var_T<
ListenPoint
>
ListenPoint_var;
-
+
typedef
TAO_Out_T<
ListenPoint,
ListenPoint_var
>
ListenPoint_out;
-
+
// TAO_IDL - Generated from
// be\be_visitor_structure/structure_ch.cpp:57
-
+
struct TAO_Export ListenPoint
{
typedef ListenPoint_var _var_type;
-
+
static void _tao_any_destructor (void *);
- TAO_String_Manager host;
+ TAO::String_Manager host;
CORBA::UShort port;
};
-
+
// TAO_IDL - Generated from
// be\be_visitor_sequence/sequence_ch.cpp:101
#if !defined (_IIOP_LISTENPOINTLIST_CH_)
#define _IIOP_LISTENPOINTLIST_CH_
-
+
class ListenPointList;
-
+
typedef
TAO_VarSeq_Var_T<
- ListenPointList,
- ListenPoint
+ ListenPointList
>
ListenPointList_var;
-
+
typedef
TAO_Seq_Out_T<
- ListenPointList,
- ListenPointList_var,
- ListenPoint
+ ListenPointList
>
ListenPointList_out;
-
+
class TAO_Export ListenPointList
: public
- TAO_Unbounded_Sequence<
+ TAO::unbounded_value_sequence<
ListenPoint
>
{
@@ -129,44 +129,44 @@ namespace IIOP
ListenPointList (
CORBA::ULong max,
CORBA::ULong length,
- ListenPoint* buffer,
- CORBA::Boolean release = 0
+ ListenPoint* buffer,
+ CORBA::Boolean release = false
);
ListenPointList (const ListenPointList &);
~ListenPointList (void);
-
+
static void _tao_any_destructor (void *);
-
+
typedef ListenPointList_var _var_type;
};
#endif /* end #if !defined */
-
+
// TAO_IDL - Generated from
// be\be_type.cpp:258
-
+
struct BiDirIIOPServiceContext;
-
+
typedef
TAO_Var_Var_T<
BiDirIIOPServiceContext
>
BiDirIIOPServiceContext_var;
-
+
typedef
TAO_Out_T<
BiDirIIOPServiceContext,
BiDirIIOPServiceContext_var
>
BiDirIIOPServiceContext_out;
-
+
// TAO_IDL - Generated from
// be\be_visitor_structure/structure_ch.cpp:57
-
+
struct TAO_Export BiDirIIOPServiceContext
{
typedef BiDirIIOPServiceContext_var _var_type;
-
+
static void _tao_any_destructor (void *);
IIOP::ListenPointList listen_points;
};
@@ -216,6 +216,8 @@ TAO_Export CORBA::Boolean operator>> (TAO_InputCDR &, IIOP::BiDirIIOPServiceCont
// TAO_IDL - Generated from
// be\be_codegen.cpp:1062
+TAO_END_VERSIONED_NAMESPACE_DECL
+
#if defined(_MSC_VER)
#pragma warning(pop)
#endif /* _MSC_VER */