summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/performance-tests/RTEvent/lib/Shutdown.inl
blob: f0bda27e05118b3f34f97e2c3b7db95fff54ce7a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/**
 * @file Shutdown.inl
 *
 * @author Carlos O'Ryan <coryan@uci.edu>
 */

template<class Client> ACE_INLINE void
Shutdown<Client>::operator () (Client *client)
{
  try
    {
      client->shutdown ();
    }
  catch (const CORBA::Exception&){ };
}