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