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

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