| 73 | } |
| 74 | |
| 75 | void IOThread::onBindInput(std::string /* name */, ThreadQueueBasePtr /* threadQueue */) { |
| 76 | |
| 77 | } |
| 78 | |
| 79 | void IOThread::setInputQueue(const std::string& qname, const ThreadQueueBasePtr& threadQueue) { |
| 80 | std::lock_guard < std::mutex > lock(m_queue_bindings_mutex); |