1 /////////////////////////////////////////////////////////////////////////////
2 // Name: wx/msw/fswatcher.h
3 // Purpose: wxMSWFileSystemWatcher
4 // Author: Bartosz Bekier
7 // Copyright: (c) 2009 Bartosz Bekier <bartosz.bekier@gmail.com>
8 // Licence: wxWindows licence
9 /////////////////////////////////////////////////////////////////////////////
11 #ifndef _WX_FSWATCHER_MSW_H_
12 #define _WX_FSWATCHER_MSW_H_
18 class WXDLLIMPEXP_BASE wxMSWFileSystemWatcher
: public wxFileSystemWatcherBase
21 wxMSWFileSystemWatcher();
23 wxMSWFileSystemWatcher(const wxFileName
& path
,
24 int events
= wxFSW_EVENT_ALL
);
30 #endif // wxUSE_FSWATCHER
32 #endif /* _WX_FSWATCHER_MSW_H_ */