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

Method Server

src/osvr/Server/Server.cpp:120–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118 int Server::getSleepTime() const { return m_impl->getSleepTime(); }
119
120 Server::Server(connection::ConnectionPtr const &conn,
121 private_constructor const &)
122 : m_impl(new ServerImpl(conn)) {}
123
124 Server::~Server() {}
125

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected