4 * @author Carlos O'Ryan <coryan@uci.edu>
7 #ifndef TAO_PERF_RTEC_RTPOA_SETUP_H
8 #define TAO_PERF_RTEC_RTPOA_SETUP_H
10 #include "rtec_perf_export.h"
11 #include "tao/RTPortableServer/RTPortableServer.h"
13 #if !defined (ACE_LACKS_PRAGMA_ONCE)
15 #endif /* ACE_LACKS_PRAGMA_ONCE */
22 * @brief Simplify the initialization of performance tests.
24 class TAO_RTEC_Perf_Export RTPOA_Setup
28 RTPOA_Setup (CORBA::ORB_ptr orb
,
29 const RTCORBA_Setup
&rtcorba_setup
);
31 PortableServer::POA_ptr
poa (void);
34 PortableServer::POA_var poa_
;
37 #if defined(__ACE_INLINE__)
38 #include "RTPOA_Setup.inl"
39 #endif /* __ACE_INLINE__ */
41 #endif /* TAO_PERF_RTEC_RTPOA_SETUP_H */