| 629 | } |
| 630 | |
| 631 | void IDrawableModule::AddPatchCableSource(PatchCableSource* source) |
| 632 | { |
| 633 | mPatchCableSources.push_back(source); |
| 634 | } |
| 635 | |
| 636 | void IDrawableModule::RemovePatchCableSource(PatchCableSource* source) |
| 637 | { |
no outgoing calls
no test coverage detected