00001 // -*- C++ -*- 00002 // 00003 // $Id: PolicyList_Destroyer.inl 69221 2005-11-04 18:39:05Z ossama $ 00004 00005 TAO_BEGIN_VERSIONED_NAMESPACE_DECL 00006 00007 ACE_INLINE 00008 TAO::Utils::PolicyList_Destroyer::PolicyList_Destroyer (CORBA::ULong length_hint) 00009 : CORBA::PolicyList(length_hint) 00010 { 00011 } 00012 00013 TAO_END_VERSIONED_NAMESPACE_DECL