summaryrefslogtreecommitdiff
path: root/TAO/tao/AnyTypeCode/AnySeqC.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/AnyTypeCode/AnySeqC.h')
-rw-r--r--TAO/tao/AnyTypeCode/AnySeqC.h15
1 files changed, 8 insertions, 7 deletions
diff --git a/TAO/tao/AnyTypeCode/AnySeqC.h b/TAO/tao/AnyTypeCode/AnySeqC.h
index 12b744d0be4..20ac1a20c3e 100644
--- a/TAO/tao/AnyTypeCode/AnySeqC.h
+++ b/TAO/tao/AnyTypeCode/AnySeqC.h
@@ -67,6 +67,8 @@
// TAO_IDL - Generated from
// be\be_visitor_module/module_ch.cpp:48
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
namespace CORBA
{
@@ -80,22 +82,19 @@ namespace CORBA
typedef
TAO_VarSeq_Var_T<
- AnySeq,
- CORBA::Any
+ AnySeq
>
AnySeq_var;
typedef
TAO_Seq_Out_T<
- AnySeq,
- AnySeq_var,
- CORBA::Any
+ AnySeq
>
AnySeq_out;
class TAO_AnyTypeCode_Export AnySeq
: public
- TAO_Unbounded_Sequence<
+ TAO::unbounded_value_sequence<
CORBA::Any
>
{
@@ -106,7 +105,7 @@ namespace CORBA
CORBA::ULong max,
CORBA::ULong length,
CORBA::Any* buffer,
- CORBA::Boolean release = 0
+ CORBA::Boolean release = false
);
AnySeq (const AnySeq &);
~AnySeq (void);
@@ -164,6 +163,8 @@ TAO_AnyTypeCode_Export CORBA::Boolean operator>> (
// TAO_IDL - Generated from
// be\be_codegen.cpp:955
+TAO_END_VERSIONED_NAMESPACE_DECL
+
#if defined(_MSC_VER)
#pragma warning(pop)
#endif /* _MSC_VER */