"Vincent van Ravesteijn - TNW" <v.f.vanraveste...@tudelft.nl> writes: > P.S I'm also annoyed by the difference between dispatch() and > getStatus(). Namely one of them returns a bool to indicate whether a > definitive decision has been made, whereas the other uses the > cur.dispatched_ member.
What I'd like even is to have getStatus return the object to which we should dispatch the function, so that we are sure they are in sync. But this is more than what you are asking for :) JMarc