Allen Conway - 2004-09-15

A couple of very simple I-don't-understand questions:

Neither getName() nor isRunning() are declared const...

I expected isRunning() to return false after the run() method has returned but that isn't the case... Am I missing something? What has to happen for isRunning() to return false?

(commoncpp2-1.1.9 g++3.4.0)

Thanks.