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.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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.