#include "tao/Utils/ORB_Destroyer.h" ACE_RCSID (Utils, ORB_Destroyer, "$Id$") TAO_BEGIN_VERSIONED_NAMESPACE_DECL void TAO::Utils::ORB_Destroyer_Functor::operator() (CORBA::ORB_ptr orb) ACE_THROW_SPEC (()) { try { orb->destroy (); } catch (...) { // @@ Cannot let exceptions escape, yet we need to log them! } } TAO_END_VERSIONED_NAMESPACE_DECL