| 43 | namespace clientkit { |
| 44 | |
| 45 | inline Interface::Interface(ClientContext &ctx, OSVR_ClientInterface iface) |
| 46 | : m_ctx(&ctx), m_interface(iface) {} |
| 47 | |
| 48 | inline Interface::Interface() : m_ctx(NULL), m_interface(NULL) {} |
| 49 |
nothing calls this directly
no outgoing calls
no test coverage detected