| 201 | }; |
| 202 | |
| 203 | EyeTrackerRemoteFactory::EyeTrackerRemoteFactory( |
| 204 | VRPNConnectionCollection const &conns) |
| 205 | : m_conns(conns) {} |
| 206 | |
| 207 | shared_ptr<RemoteHandler> EyeTrackerRemoteFactory:: |
| 208 | operator()(common::OriginalSource const &source, |
nothing calls this directly
no outgoing calls
no test coverage detected