Changes to attempt to silence bcc64x
[ACE_TAO.git] / TAO / orbsvcs / performance-tests / RTEvent / lib / ORB_Shutdown.inl
blob2c39df6c11fe2a48aadb93cca0a38aa7fa9291b7
1 // -*- C++ -*-
3 /**
4  * @file ORB_Shutdown.inl
5  *
6  * @author Carlos O'Ryan <coryan@uci.edu>
7  */
9 ACE_INLINE void
10 ORB_Shutdown::operator () (CORBA::ORB_ptr orb)
12   try
13     {
14       orb->shutdown (false);
15     }
16   catch (const CORBA::Exception&){ };