| 206 | } |
| 207 | |
| 208 | BulkTransferPool::BulkTransferPool(libusb_device_handle* device_handle, unsigned char device_endpoint) : |
| 209 | TransferPool(device_handle, device_endpoint) |
| 210 | { |
| 211 | } |
| 212 | |
| 213 | BulkTransferPool::~BulkTransferPool() |
| 214 | { |
nothing calls this directly
no outgoing calls
no test coverage detected