MCPcopy Create free account
hub / github.com/OSVR/OSVR-Core / OSVR_ClientContextObject

Method OSVR_ClientContextObject

src/osvr/Common/ClientContext.cpp:50–54  ·  view source on GitHub ↗

namespace osvr

Source from the content-addressed store, hash-verified

48} // namespace common
49} // namespace osvr
50OSVR_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
56OSVR_ClientContextObject::~OSVR_ClientContextObject() {
57 OSVR_DEV_VERBOSE("Client context shut down for " << m_appId);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected