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

TAO_BEGIN_VERSIONED_NAMESPACE_DECL

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

TAO_END_VERSIONED_NAMESPACE_DECL