| 3 | #include "malloc.h" //for memalign |
| 4 | |
| 5 | SwitchUSBDevice::SwitchUSBDevice(UsbHsInterface *interfaces, int length) |
| 6 | //: m_interfaces(std::vector<std::unique_ptr<IUSBInterface>>()) |
| 7 | { |
| 8 | SetInterfaces(interfaces, length); |
| 9 | } |
| 10 | |
| 11 | SwitchUSBDevice::~SwitchUSBDevice() |
| 12 | { |
nothing calls this directly
no outgoing calls
no test coverage detected