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

ACE_INLINE void
ORB_Shutdown::operator () (CORBA::ORB_ptr orb
                           ACE_ENV_ARG_DECL)
{
  orb->shutdown (0
                 ACE_ENV_SINGLE_ARG_PARAMETER);
}