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(); virtual void eventLoop();
/// forces an end to event loop /// forces an end to event loop
void end(); void end();
bool done() const { return m_done; }
private: private:
static App *s_app; static App *s_app;
bool m_done; bool m_done;