| 21 | virtual ~Loopback(); |
| 22 | |
| 23 | virtual HANDLE GetHandle() const { throw std::exception("should never be called"); } |
| 24 | virtual void Notify() {} |
| 25 | |
| 26 | virtual bool GetAutoNewLine() const; |
nothing calls this directly
no outgoing calls
no test coverage detected