| 669 | } |
| 670 | |
| 671 | void PrinterFileSystem::Start() |
| 672 | { |
| 673 | boost::unique_lock l(m_mutex); |
| 674 | if (!m_stopped) return; |
| 675 | m_stopped = false; |
| 676 | m_cond.notify_all(); |
| 677 | } |
| 678 | |
| 679 | void PrinterFileSystem::Retry() |
| 680 | { |
no outgoing calls
no test coverage detected