Rename Device::UnblockTransports to Device::InterruptTransports

This commit is contained in:
Alexey Rybalchenko
2023-02-22 12:21:33 +01:00
parent 1076fbf824
commit 68fba75f83
2 changed files with 4 additions and 4 deletions

View File

@@ -588,7 +588,7 @@ class Device
void ResetWrapper();
/// Notifies transports to cease any blocking activity
void UnblockTransports();
void InterruptTransports();
/// Shuts down the transports and the device
void Exit() {}