| 47 | ButtonRemoteFactory(VRPNConnectionCollection const &conns); |
| 48 | |
| 49 | template <typename T> void registerWith(T &factory) const { |
| 50 | factory.addFactory("button", *this); |
| 51 | } |
| 52 | |
| 53 | shared_ptr<RemoteHandler> |
| 54 | operator()(common::OriginalSource const &source, |
no test coverage detected