2 * @file PriorityBand_Setup.h
4 * @author Carlos O'Ryan <coryan@uci.edu>
7 #ifndef TAO_PERF_RTEC_PRIORITYBAND_SETUP_H
8 #define TAO_PERF_RTEC_PRIORITYBAND_SETUP_H
10 #include "rtec_perf_export.h"
13 #if !defined (ACE_LACKS_PRAGMA_ONCE)
15 #endif /* ACE_LACKS_PRAGMA_ONCE */
20 * @class PriorityBand_Setup
22 * @brief Simplify the initialization of performance tests.
24 class TAO_RTEC_Perf_Export PriorityBand_Setup
28 PriorityBand_Setup (CORBA::ORB_ptr orb
,
29 const RTCORBA_Setup
&rtcorba_setup
);
33 * It is a no-op, but it shuts up g++
35 ~PriorityBand_Setup ();
38 #endif /* TAO_PERF_RTEC_PRIORITYBAND_SETUP_H */