| 238 | } |
| 239 | |
| 240 | IsoTransferPool::IsoTransferPool(libusb_device_handle* device_handle, unsigned char device_endpoint) : |
| 241 | TransferPool(device_handle, device_endpoint), |
| 242 | num_packets_(0), |
| 243 | packet_size_(0) |
| 244 | { |
| 245 | } |
| 246 | |
| 247 | IsoTransferPool::~IsoTransferPool() |
| 248 | { |
nothing calls this directly
no outgoing calls
no test coverage detected