| 194 | } |
| 195 | |
| 196 | void CSequenceEditor::SetMaxValues(int MaxVol, int MaxDuty) |
| 197 | { |
| 198 | m_iMaxVol = MaxVol; |
| 199 | m_iMaxDuty = MaxDuty; |
| 200 | } |
| 201 | |
| 202 | void CSequenceEditor::SetConversion(const CSeqConversionBase &Conv) // // // |
| 203 | { |
no outgoing calls
no test coverage detected