summaryrefslogtreecommitdiff
path: root/TAO/tao/AnyTypeCode/Sequence_TypeCode_Static.inl
blob: 27e987296561b0ff0074a39e68c6f31bc4ddbfb3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// -*- C++ -*-
//
// $Id$

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)
  , ACE_NESTED_CLASS (TAO, Null_RefCount_Policy) ()
  , content_type_ (content_type)
  , length_ (length)
{
}