4 * @author Carlos O'Ryan <coryan@uci.edu>
6 #ifndef TAO_PERF_RTEC_SHUTDOWN_H
7 #define TAO_PERF_RTEC_SHUTDOWN_H
9 #include "ace/config-all.h"
10 #include "ace/CORBA_macros.h"
15 * @brief Helper functor to call the shutdown() method of a class.
17 template<class Client
>
21 void operator() (Client
*client
);
24 #if defined(__ACE_INLINE__)
25 #include "Shutdown.inl"
26 #endif /* __ACE_INLINE__ */
28 #include "Shutdown.cpp"
30 #endif /* TAO_PERF_RTEC_SHUTDOWN_H */