///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
| 25 | |
| 26 | //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// |
| 27 | void FSecure::C3::Core::ConnectorBridge::TurnOff() |
| 28 | { |
| 29 | auto gateway = GetGateRelay(); |
| 30 | gateway->TurnOffConnector(GetNameHash()); |
| 31 | } |
| 32 | |
| 33 | //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// |
| 34 | void FSecure::C3::Core::ConnectorBridge::PostCommandToBinder(ByteView binderId, ByteView command) |
nothing calls this directly
no test coverage detected