From 473bf59297a9c8010fb35f505c872024ae3d259d Mon Sep 17 00:00:00 2001 From: fcolin Date: Thu, 15 Oct 2009 10:26:27 +0000 Subject: correction bug threaded IvyApplication correction checkconnected self --- Ivy/IvyWatcher.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Ivy/IvyWatcher.h') diff --git a/Ivy/IvyWatcher.h b/Ivy/IvyWatcher.h index 1eb0718..1ce8a2f 100644 --- a/Ivy/IvyWatcher.h +++ b/Ivy/IvyWatcher.h @@ -20,6 +20,7 @@ public: public: IvyWatcher(Ivy *bus); virtual ~IvyWatcher(); + bool IsRunning() { return running; }; // Overrides public: void start(const char *domain); @@ -29,6 +30,6 @@ public: // Implementation protected: Ivy * bus; - + bool running; }; -- cgit v1.1