/** * @file Shutdown.inl * * @author Carlos O'Ryan */ template ACE_INLINE void Shutdown::operator () (Client *client) { try { client->shutdown (); } catch (const CORBA::Exception&){ }; }