accessor for done

This commit is contained in:
fluxgen 2003-09-06 12:16:08 +00:00
parent 348eb418fe
commit e67aa125ff

View file

@ -51,6 +51,7 @@ public:
virtual void eventLoop();
/// forces an end to event loop
void end();
bool done() const { return m_done; }
private:
static App *s_app;
bool m_done;