MCPcopy Create free account
hub / github.com/USBGuard/usbguard / DeviceManagerBase

Method DeviceManagerBase

src/Library/DeviceManagerBase.cpp:49–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47{
48
49 DeviceManagerBase::DeviceManagerBase(DeviceManagerHooks& hooks)
50 : DeviceManager(hooks),
51 _uevent_fd(-1),
52 _wakeup_fd(-1),
53 _enumeration(false)
54 {
55 setEnumerationOnlyMode(/*state=*/false);
56 }
57
58 DeviceManagerBase::~DeviceManagerBase() = default;
59

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected