| 103 | } |
| 104 | |
| 105 | void OSVR_DeviceInitObject::addServerInterface( |
| 106 | osvr::connection::ServerInterfacePtr const &iface) { |
| 107 | m_serverInterfaces.push_back(iface); |
| 108 | } |
| 109 | void OSVR_DeviceInitObject::addComponent( |
| 110 | osvr::common::DeviceComponentPtr const &comp) { |
| 111 | m_components.push_back(comp); |