| 13 | public: |
| 14 | virtual inline const handle_t& GetHandle() const = 0; |
| 15 | virtual inline void GetAllHandles(std::vector<handle_t>& v) const { v.push_back(GetHandle()); }; |
| 16 | void Wait(); |
| 17 | |
| 18 | virtual ~Waitable(); |
nothing calls this directly
no outgoing calls
no test coverage detected