// -*- C++ -*- TAO_BEGIN_VERSIONED_NAMESPACE_DECL template ACE_INLINE TAO::TypeCode::Sequence::Sequence ( CORBA::TCKind kind, TypeCodeType const & content_type, CORBA::ULong length) : ::CORBA::TypeCode (kind) , RefCountPolicy () , content_type_ (content_type) , length_ (length) { // ACE_ASSERT (kind == CORBA::tk_array || kind == CORBA::tk_sequence); } TAO_END_VERSIONED_NAMESPACE_DECL