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

Method OSVR_ClientInterfaceObject

src/osvr/Common/ClientInterface.cpp:35–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33#include <boost/range/algorithm.hpp>
34
35OSVR_ClientInterfaceObject::OSVR_ClientInterfaceObject(
36 ::osvr::common::ClientContext *ctx, std::string const &path,
37 OSVR_ClientInterfaceObject::PrivateConstructor const &)
38 : m_ctx(ctx), m_path(path) {
39 OSVR_DEV_VERBOSE("Interface initialized for " << m_path);
40}
41
42std::string const &OSVR_ClientInterfaceObject::getPath() const {
43 return m_path;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected