00001 // -*- C++ -*- 00002 // 00003 // $Id: Sequence_TypeCode_Static.inl 72141 2006-04-19 09:45:01Z jwillemsen $ 00004 00005 TAO_BEGIN_VERSIONED_NAMESPACE_DECL 00006 00007 ACE_INLINE 00008 TAO::TypeCode::Sequence<CORBA::TypeCode_ptr const *, 00009 TAO::Null_RefCount_Policy>::Sequence ( 00010 CORBA::TCKind kind, 00011 CORBA::TypeCode_ptr const * content_type, 00012 CORBA::ULong length) 00013 : ::CORBA::TypeCode (kind) 00014 , ::TAO::Null_RefCount_Policy () 00015 , content_type_ (content_type) 00016 , length_ (length) 00017 { 00018 } 00019 00020 TAO_END_VERSIONED_NAMESPACE_DECL