1 /////////////////////////////////////////////////////////////////////////////
2 // Name: wx/unix/fswatcher_kqueue.h
3 // Purpose: wxKqueueFileSystemWatcher
4 // Author: Bartosz Bekier
7 // Copyright: (c) 2009 Bartosz Bekier <bartosz.bekier@gmail.com>
8 // Licence: wxWindows licence
9 /////////////////////////////////////////////////////////////////////////////
11 #ifndef _WX_FSWATCHER_KQUEUE_H_
12 #define _WX_FSWATCHER_KQUEUE_H_
18 class WXDLLIMPEXP_BASE wxKqueueFileSystemWatcher
:
19 public wxFileSystemWatcherBase
22 wxKqueueFileSystemWatcher();
24 wxKqueueFileSystemWatcher(const wxFileName
& path
,
25 int events
= wxFSW_EVENT_ALL
);
27 virtual ~wxKqueueFileSystemWatcher();
35 #endif /* _WX_FSWATCHER_OSX_H_ */