| 133 | }; |
| 134 | |
| 135 | TrackerRemoteFactory::TrackerRemoteFactory( |
| 136 | VRPNConnectionCollection const &conns) |
| 137 | : m_conns(conns) {} |
| 138 | |
| 139 | shared_ptr<RemoteHandler> TrackerRemoteFactory:: |
| 140 | operator()(common::OriginalSource const &source, |
nothing calls this directly
no outgoing calls
no test coverage detected