| 123 | }; |
| 124 | |
| 125 | LocomotionRemoteFactory::LocomotionRemoteFactory( |
| 126 | VRPNConnectionCollection const &conns) |
| 127 | : m_conns(conns) {} |
| 128 | |
| 129 | shared_ptr<RemoteHandler> LocomotionRemoteFactory:: |
| 130 | operator()(common::OriginalSource const &source, |
nothing calls this directly
no outgoing calls
no test coverage detected