summaryrefslogtreecommitdiff
path: root/TAO/tao/OctetSeqC.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/OctetSeqC.h')
-rw-r--r--TAO/tao/OctetSeqC.h19
1 files changed, 10 insertions, 9 deletions
diff --git a/TAO/tao/OctetSeqC.h b/TAO/tao/OctetSeqC.h
index 5fa4471699b..ebc55bd289d 100644
--- a/TAO/tao/OctetSeqC.h
+++ b/TAO/tao/OctetSeqC.h
@@ -57,6 +57,8 @@
#pragma warning(disable:4250)
#endif /* _MSC_VER */
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
// TAO_IDL - Generated from
// be\be_visitor_module/module_ch.cpp:49
@@ -73,22 +75,19 @@ namespace CORBA
typedef
TAO_FixedSeq_Var_T<
- OctetSeq,
- CORBA::Octet
+ OctetSeq
>
OctetSeq_var;
typedef
TAO_Seq_Out_T<
- OctetSeq,
- OctetSeq_var,
- CORBA::Octet
+ OctetSeq
>
OctetSeq_out;
class TAO_Export OctetSeq
: public
- TAO_Unbounded_Sequence<
+ TAO::unbounded_value_sequence<
CORBA::Octet
>
{
@@ -99,7 +98,7 @@ namespace CORBA
CORBA::ULong max,
CORBA::ULong length,
CORBA::Octet* buffer,
- CORBA::Boolean release = 0
+ CORBA::Boolean release = false
);
OctetSeq (const OctetSeq &);
~OctetSeq (void);
@@ -113,7 +112,7 @@ namespace CORBA
CORBA::ULong length,
const ACE_Message_Block* mb
)
- : TAO_Unbounded_Sequence<CORBA::Octet> (length, mb) {}
+ : TAO::unbounded_value_sequence<CORBA::Octet> (length, mb) {}
#endif /* TAO_NO_COPY_OCTET_SEQUENCE == 1 */
};
@@ -141,7 +140,7 @@ namespace TAO
// but we put the instantiation here because the application will
// need to see it in *C.h to avoid the error.
#if defined ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION_EXPORT
- template class TAO_Export TAO_Unbounded_Sequence<CORBA::OctetSeq>;
+ template class TAO_Export TAO::unbounded_value_sequence<CORBA::OctetSeq>;
#endif /* ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION_EXPORT */
@@ -165,6 +164,8 @@ TAO_Export CORBA::Boolean operator>> (
// TAO_IDL - Generated from
// be\be_codegen.cpp:1062
+TAO_END_VERSIONED_NAMESPACE_DECL
+
#if defined(_MSC_VER)
#pragma warning(pop)
#endif /* _MSC_VER */