summaryrefslogtreecommitdiff
path: root/TAO/tao/AnyTypeCode/Sequence_TypeCode_Static.inl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/AnyTypeCode/Sequence_TypeCode_Static.inl')
-rw-r--r--TAO/tao/AnyTypeCode/Sequence_TypeCode_Static.inl20
1 files changed, 20 insertions, 0 deletions
diff --git a/TAO/tao/AnyTypeCode/Sequence_TypeCode_Static.inl b/TAO/tao/AnyTypeCode/Sequence_TypeCode_Static.inl
new file mode 100644
index 00000000000..84361bf52de
--- /dev/null
+++ b/TAO/tao/AnyTypeCode/Sequence_TypeCode_Static.inl
@@ -0,0 +1,20 @@
+// -*- C++ -*-
+//
+// $Id$
+
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
+ACE_INLINE
+TAO::TypeCode::Sequence<CORBA::TypeCode_ptr const *,
+ TAO::Null_RefCount_Policy>::Sequence (
+ CORBA::TCKind kind,
+ CORBA::TypeCode_ptr const * content_type,
+ CORBA::ULong length)
+ : ::CORBA::TypeCode (kind)
+ , ::TAO::Null_RefCount_Policy ()
+ , content_type_ (content_type)
+ , length_ (length)
+{
+}
+
+TAO_END_VERSIONED_NAMESPACE_DECL