| 148 | // |
| 149 | //***************************************************************************** |
| 150 | bool ISynchProducer::IsOpen() const |
| 151 | { |
| 152 | return mStream.IsOpen(); |
| 153 | } |
| 154 | |
| 155 | //***************************************************************************** |
| 156 | // |
no outgoing calls
no test coverage detected