Merge pull request #2309 from mitza-oci/warnings
[ACE_TAO.git] / TAO / orbsvcs / performance-tests / RTEvent / lib / PriorityBand_Setup.h
blob1b0c6cd0a9df254bbc3982288551e1a44b7ed3b5
1 /**
2 * @file PriorityBand_Setup.h
4 * @author Carlos O'Ryan <coryan@uci.edu>
5 */
7 #ifndef TAO_PERF_RTEC_PRIORITYBAND_SETUP_H
8 #define TAO_PERF_RTEC_PRIORITYBAND_SETUP_H
10 #include "rtec_perf_export.h"
11 #include "tao/ORB.h"
13 #if !defined (ACE_LACKS_PRAGMA_ONCE)
14 # pragma once
15 #endif /* ACE_LACKS_PRAGMA_ONCE */
17 class RTCORBA_Setup;
19 /**
20 * @class PriorityBand_Setup
22 * @brief Simplify the initialization of performance tests.
24 class TAO_RTEC_Perf_Export PriorityBand_Setup
26 public:
27 /// Constructor
28 PriorityBand_Setup (CORBA::ORB_ptr orb,
29 const RTCORBA_Setup &rtcorba_setup);
31 /// Destructor
32 /**
33 * It is a no-op, but it shuts up g++
35 ~PriorityBand_Setup ();
38 #endif /* TAO_PERF_RTEC_PRIORITYBAND_SETUP_H */