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

template <class RefCountPolicy>
ACE_INLINE
TAO::TypeCode::Sequence<RefCountPolicy>::Sequence (
  CORBA::TCKind kind,
  CORBA::TypeCode_ptr * content_type,
  CORBA::ULong length)
  : kind_ (kind)
  , content_type_ (content_type)
  , length_ (length)
{
  // ACE_ASSERT (kind == CORBA::tk_array || kind == CORBA::tk_sequence);
}