202c202
< bool drain();
---
> void drain();
205c205
< void resume();
---
> void drainResume();
207,208c207,208
< /** Completes the switch out of commit. */
< void switchOut();
---
> /** Perform sanity checks after a drain. */
> void drainSanityCheck() const;
209a210,212
> /** Has the stage drained? */
> bool isDrained() const;
>
441,443d443
< /** Is commit switched out. */
< bool switchedOut;
<