namespace osvr
| 48 | } // namespace common |
| 49 | } // namespace osvr |
| 50 | OSVR_ClientContextObject::OSVR_ClientContextObject(const char appId[], |
| 51 | ClientContextDeleter del) |
| 52 | : m_appId(appId), m_deleter(del) { |
| 53 | OSVR_DEV_VERBOSE("Client context initialized for " << m_appId); |
| 54 | } |
| 55 | |
| 56 | OSVR_ClientContextObject::~OSVR_ClientContextObject() { |
| 57 | OSVR_DEV_VERBOSE("Client context shut down for " << m_appId); |
nothing calls this directly
no outgoing calls
no test coverage detected