4 * @author Carlos O'Ryan <coryan@uci.edu>
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"
16 * @brief Helper functor to call the shutdown() operation in the ORB.
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 */