| 37 | namespace osvr { |
| 38 | namespace vrpnserver { |
| 39 | vrpn_Connection *getVRPNConnection(OSVR_PluginRegContext ctx) { |
| 40 | return getVRPNConnection( |
| 41 | osvr::pluginhost::PluginSpecificRegistrationContext::get(ctx)); |
| 42 | } |
| 43 | |
| 44 | vrpn_Connection *getVRPNConnection( |
| 45 | osvr::pluginhost::PluginSpecificRegistrationContext &context) { |
no test coverage detected