| 32 | } |
| 33 | |
| 34 | RelayStatisticsReporter::~RelayStatisticsReporter() |
| 35 | { |
| 36 | TheServiceParticipant->statistics_topic()->disconnect(internal_reader_); |
| 37 | } |
| 38 | |
| 39 | void RelayStatisticsReporter::configure_stats_period(const OpenDDS::DCPS::TimeDuration& log, |
| 40 | const OpenDDS::DCPS::TimeDuration& publish) const |
nothing calls this directly
no test coverage detected