summaryrefslogtreecommitdiff
path: root/TAO/tao/TypeCode/Sequence_TypeCode.inl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/TypeCode/Sequence_TypeCode.inl')
-rw-r--r--TAO/tao/TypeCode/Sequence_TypeCode.inl15
1 files changed, 15 insertions, 0 deletions
diff --git a/TAO/tao/TypeCode/Sequence_TypeCode.inl b/TAO/tao/TypeCode/Sequence_TypeCode.inl
new file mode 100644
index 00000000000..68ce65f660b
--- /dev/null
+++ b/TAO/tao/TypeCode/Sequence_TypeCode.inl
@@ -0,0 +1,15 @@
+// -*- C++ -*-
+//
+// $Id$
+
+template <class RefCountPolicy>
+ACE_INLINE
+TAO::TypeCode::Array<RefCountPolicy::Array (CORBA::TCKind kind,
+ CORBA::ULong length,
+ CORBA::TypeCode_ptr * content_type)
+ : kind_ (kind)
+ , content_type_ (content_type)
+ , length_ (length)
+{
+ // ACE_ASSERT (kind == CORBA::tk_array || kind == CORBA::tk_sequence);
+}