summaryrefslogtreecommitdiff
path: root/TAO/tao/Utils/PolicyList_Destroyer.inl
blob: 3bb43d410ac2b6231055420fbd3c7bf2bc8b214d (plain)
1
2
3
4
5
6
7
8
9
10
// -*- C++ -*-
TAO_BEGIN_VERSIONED_NAMESPACE_DECL

ACE_INLINE
TAO::Utils::PolicyList_Destroyer::PolicyList_Destroyer (CORBA::ULong length_hint)
  : CORBA::PolicyList(length_hint)
{
}

TAO_END_VERSIONED_NAMESPACE_DECL