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