From e1d4c1224c0e1abce1d8cae49e241b37f1ca3eed Mon Sep 17 00:00:00 2001 From: deva Date: Fri, 15 Jan 2010 10:43:59 +0000 Subject: Add fix to entitylist, for mixing updates on dir rename/moves. Updated MacroList and TemplateList to macth new interface and use new insert method. --- server/src/inotify.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'server/src/inotify.h') diff --git a/server/src/inotify.h b/server/src/inotify.h index cbf75b2..d63e384 100644 --- a/server/src/inotify.h +++ b/server/src/inotify.h @@ -69,6 +69,7 @@ public: std::string name(); std::string file(); uint32_t mask(); + std::string maskstr(); private: std::string _name; @@ -97,6 +98,8 @@ public: bool hasEvents(); Event getNextEvent(); + void clear(); + private: class Watch { public: -- cgit v1.2.3