| 100 | }; |
| 101 | |
| 102 | Location2DRemoteFactory::Location2DRemoteFactory( |
| 103 | VRPNConnectionCollection const &conns) |
| 104 | : m_conns(conns) {} |
| 105 | |
| 106 | shared_ptr<RemoteHandler> Location2DRemoteFactory:: |
| 107 | operator()(common::OriginalSource const &source, |
nothing calls this directly
no outgoing calls
no test coverage detected