| 636 | }; |
| 637 | |
| 638 | Freenect2Device::~Freenect2Device() |
| 639 | { |
| 640 | } |
| 641 | |
| 642 | Freenect2DeviceImpl::Freenect2DeviceImpl(Freenect2Impl *context, const PacketPipeline *pipeline, libusb_device *usb_device, libusb_device_handle *usb_device_handle, const std::string &serial) : |
| 643 | state_(Created), |
nothing calls this directly
no outgoing calls
no test coverage detected