Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / orbsvcs / performance-tests / RTEvent / lib / ORB_Shutdown.h
blobf7a64ac29ba16416b399046536f66746e0a4b7ba
1 /**
2 * @file ORB_Shutdown.h
4 * @author Carlos O'Ryan <coryan@uci.edu>
5 */
6 #ifndef TAO_PERF_RTEC_ORB_SHUTDOWN_H
7 #define TAO_PERF_RTEC_ORB_SHUTDOWN_H
8 #include /**/ "ace/pre.h"
10 #include "rtec_perf_export.h"
11 #include "tao/ORB.h"
13 /**
14 * @class ORB_Shutdown
16 * @brief Helper functor to call the shutdown() operation in the ORB.
18 class ORB_Shutdown
20 public:
21 void operator() (CORBA::ORB_ptr orb);
24 #if defined(__ACE_INLINE__)
25 #include "ORB_Shutdown.inl"
26 #endif /* __ACE_INLINE__ */
28 #include /**/ "ace/post.h"
29 #endif /* TAO_PERF_RTEC_ORB_SHUTDOWN_H */