4 * @author Carlos O'Ryan <coryan@uci.edu>
7 #ifndef TAO_PERF_RTEC_EC_DESTROYER_H
8 #define TAO_PERF_RTEC_EC_DESTROYER_H
10 #include "rtec_perf_export.h"
11 #include "orbsvcs/RtecEventChannelAdminC.h"
13 #if !defined (ACE_LACKS_PRAGMA_ONCE)
15 #endif /* ACE_LACKS_PRAGMA_ONCE */
20 * @brief Implement a helper class to destroy a Real-time Event
23 class TAO_RTEC_Perf_Export EC_Destroyer
27 EC_Destroyer (RtecEventChannelAdmin::EventChannel_ptr ec
);
31 * @todo This method could benefit from the error logging described
38 RtecEventChannelAdmin::EventChannel_var ec_
;
41 #endif /* TAO_PERF_RTEC_EC_DESTROYER_H */