// -*- C++ -*- TAO_BEGIN_VERSIONED_NAMESPACE_DECL ACE_INLINE TAO::TypeCode::Sequence::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