| 633 | { |
| 634 | public: |
| 635 | void order(const PID<TimeoutProcess>& pid) |
| 636 | { |
| 637 | // TODO(benh): Add a test which uses 'send' instead of dispatch. |
| 638 | dispatch(pid, &TimeoutProcess::timeout); |
| 639 | } |
| 640 | }; |
| 641 | |
| 642 |
nothing calls this directly
no test coverage detected