! * \brief Constructor * \param name Name of the timer thread * \param owner ThreadGroup owner if the timer thread */
| 650 | * \param owner ThreadGroup owner if the timer thread |
| 651 | */ |
| 652 | TimerThread(const std::string& name, ThreadGroup *owner) |
| 653 | : Thread(name, owner) { |
| 654 | } |
| 655 | |
| 656 | /*! |
| 657 | * \brief Destructor |
nothing calls this directly
no outgoing calls
no test coverage detected