| 4441 | } |
| 4442 | |
| 4443 | IVRServerDriverHost *VRServerDriverHost() |
| 4444 | { |
| 4445 | if ( m_pVRServerDriverHost == nullptr ) |
| 4446 | { |
| 4447 | EVRInitError eError; |
| 4448 | m_pVRServerDriverHost = (IVRServerDriverHost *)VRDriverContext()->GetGenericInterface( IVRServerDriverHost_Version, &eError ); |
| 4449 | } |
| 4450 | return m_pVRServerDriverHost; |
| 4451 | } |
| 4452 | |
| 4453 | IVRWatchdogHost *VRWatchdogHost() |
| 4454 | { |
no test coverage detected