| 674 | } |
| 675 | |
| 676 | void PrinterFileSystem::Start() |
| 677 | { |
| 678 | boost::unique_lock l(m_mutex); |
| 679 | if (!m_stopped) return; |
| 680 | m_stopped = false; |
| 681 | m_cond.notify_all(); |
| 682 | } |
| 683 | |
| 684 | void PrinterFileSystem::Retry() |
| 685 | { |
no outgoing calls
no test coverage detected