summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/performance-tests/RTEvent/lib/ORB_Shutdown.h
blob: 4e26067d2a432cded033b53d2ff75d0803a264f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
/**
 * @file ORB_Shutdown.h
 *
 * $Id$
 *
 * @author Carlos O'Ryan <coryan@uci.edu>
 */
#ifndef TAO_PERF_RTEC_ORB_SHUTDOWN_H
#define TAO_PERF_RTEC_ORB_SHUTDOWN_H
#include /**/ "ace/pre.h"

#include "rtec_perf_export.h"
#include "tao/ORB.h"

/**
 * @class ORB_Shutdown
 *
 * @brief Helper functor to call the shutdown() operation in the ORB.
 */
class ORB_Shutdown
{
public:
  void operator() (CORBA::ORB_ptr orb);
};

#if defined(__ACE_INLINE__)
#include "ORB_Shutdown.inl"
#endif /* __ACE_INLINE__ */

#include /**/ "ace/post.h"
#endif /* TAO_PERF_RTEC_ORB_SHUTDOWN_H */