From 62aeb9b9b26377967adba4915e744dd8d3104af7 Mon Sep 17 00:00:00 2001 From: deva Date: Thu, 7 Jan 2010 08:38:29 +0000 Subject: More work on inotify wrapper. Now the tests at least make sence. --- server/src/inotify.h | 1 + 1 file changed, 1 insertion(+) (limited to 'server/src/inotify.h') diff --git a/server/src/inotify.h b/server/src/inotify.h index f6126ed..a2503b3 100644 --- a/server/src/inotify.h +++ b/server/src/inotify.h @@ -41,6 +41,7 @@ public: public: Event(std::string name, uint32_t mask); + bool isAttributeChangeEvent(); bool isOpenEvent(); bool isCloseEvent(); bool isModifyEvent(); -- cgit v1.2.3