summaryrefslogtreecommitdiff
path: root/TAO/tao/CONV_FRAMEC.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/CONV_FRAMEC.h')
-rw-r--r--TAO/tao/CONV_FRAMEC.h73
1 files changed, 35 insertions, 38 deletions
diff --git a/TAO/tao/CONV_FRAMEC.h b/TAO/tao/CONV_FRAMEC.h
index 8e76fe5ec34..5a5df45164f 100644
--- a/TAO/tao/CONV_FRAMEC.h
+++ b/TAO/tao/CONV_FRAMEC.h
@@ -65,39 +65,36 @@ TAO_BEGIN_VERSIONED_NAMESPACE_DECL
namespace CONV_FRAME
{
-
+
// TAO_IDL - Generated from
// be\be_visitor_typedef/typedef_ch.cpp:379
-
+
typedef CORBA::ULong CodeSetId;
typedef CORBA::ULong_out CodeSetId_out;
-
+
// TAO_IDL - Generated from
// be\be_visitor_sequence/sequence_ch.cpp:101
#if !defined (_CONV_FRAME_CODESETIDSEQ_CH_)
#define _CONV_FRAME_CODESETIDSEQ_CH_
-
+
class CodeSetIdSeq;
-
+
typedef
TAO_FixedSeq_Var_T<
- CodeSetIdSeq,
- CodeSetId
+ CodeSetIdSeq
>
CodeSetIdSeq_var;
-
+
typedef
TAO_Seq_Out_T<
- CodeSetIdSeq,
- CodeSetIdSeq_var,
- CodeSetId
+ CodeSetIdSeq
>
CodeSetIdSeq_out;
-
+
class TAO_Export CodeSetIdSeq
: public
- TAO_Unbounded_Sequence<
+ TAO::unbounded_value_sequence<
CodeSetId
>
{
@@ -107,101 +104,101 @@ namespace CONV_FRAME
CodeSetIdSeq (
CORBA::ULong max,
CORBA::ULong length,
- CORBA::ULong* buffer,
- CORBA::Boolean release = 0
+ CORBA::ULong* buffer,
+ CORBA::Boolean release = false
);
CodeSetIdSeq (const CodeSetIdSeq &);
~CodeSetIdSeq (void);
-
+
static void _tao_any_destructor (void *);
-
+
typedef CodeSetIdSeq_var _var_type;
};
#endif /* end #if !defined */
-
+
// TAO_IDL - Generated from
// be\be_type.cpp:258
-
+
struct CodeSetComponent;
-
+
typedef
TAO_Var_Var_T<
CodeSetComponent
>
CodeSetComponent_var;
-
+
typedef
TAO_Out_T<
CodeSetComponent,
CodeSetComponent_var
>
CodeSetComponent_out;
-
+
// TAO_IDL - Generated from
// be\be_visitor_structure/structure_ch.cpp:57
-
+
struct TAO_Export CodeSetComponent
{
typedef CodeSetComponent_var _var_type;
-
+
static void _tao_any_destructor (void *);
CONV_FRAME::CodeSetId native_code_set;
CONV_FRAME::CodeSetIdSeq conversion_code_sets;
};
-
+
// TAO_IDL - Generated from
// be\be_type.cpp:258
-
+
struct CodeSetComponentInfo;
-
+
typedef
TAO_Var_Var_T<
CodeSetComponentInfo
>
CodeSetComponentInfo_var;
-
+
typedef
TAO_Out_T<
CodeSetComponentInfo,
CodeSetComponentInfo_var
>
CodeSetComponentInfo_out;
-
+
// TAO_IDL - Generated from
// be\be_visitor_structure/structure_ch.cpp:57
-
+
struct TAO_Export CodeSetComponentInfo
{
typedef CodeSetComponentInfo_var _var_type;
-
+
static void _tao_any_destructor (void *);
CONV_FRAME::CodeSetComponent ForCharData;
CONV_FRAME::CodeSetComponent ForWcharData;
};
-
+
// TAO_IDL - Generated from
// be\be_type.cpp:258
-
+
struct CodeSetContext;
-
+
typedef
TAO_Fixed_Var_T<
CodeSetContext
>
CodeSetContext_var;
-
+
typedef
CodeSetContext &
CodeSetContext_out;
-
+
// TAO_IDL - Generated from
// be\be_visitor_structure/structure_ch.cpp:57
-
+
struct TAO_Export CodeSetContext
{
typedef CodeSetContext_var _var_type;
-
+
static void _tao_any_destructor (void *);
CONV_FRAME::CodeSetId char_data;
CONV_FRAME::CodeSetId wchar_data;