summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/performance-tests/RTEvent/lib/ORB_Shutdown.h
blob: 201b4776f53982d4b4b121bde62c54b93fd113f5 (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
32
/**
 * @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
                   ACE_ENV_ARG_DECL);
};

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

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