| 96 | |
| 97 | |
| 98 | void CInstrumentIONull::DoWriteToModule(const CInstrument &inst_, CDocumentFile &file) const { |
| 99 | } |
| 100 | |
| 101 | void CInstrumentIONull::ReadFromModule(CInstrument &inst_, CDocumentFile &file) const { |
| 102 | } |
nothing calls this directly
no test coverage detected