| 18 | } |
| 19 | |
| 20 | void DeviceProvider::Cleanup() { |
| 21 | VR_CLEANUP_SERVER_DRIVER_CONTEXT(); |
| 22 | } |
| 23 | |
| 24 | const char* const* DeviceProvider::GetInterfaceVersions() { |
| 25 | return vr::k_InterfaceVersions; |
nothing calls this directly
no outgoing calls
no test coverage detected