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