diff options
| author | Li Jin <dragon-fly@qq.com> | 2025-04-09 17:40:13 +0800 |
|---|---|---|
| committer | Li Jin <dragon-fly@qq.com> | 2025-04-09 17:40:13 +0800 |
| commit | 9750786a5c03b5ce3ea22b240d1b3cd34990856b (patch) | |
| tree | e495e43245e1bacc86d33142af202613a82a40c1 /src/3rdParty/efsw/WatcherInotify.cpp | |
| parent | 571fb952b99e580a0381f539885f8f175e2ec3b0 (diff) | |
| download | yuescript-9750786a5c03b5ce3ea22b240d1b3cd34990856b.tar.gz yuescript-9750786a5c03b5ce3ea22b240d1b3cd34990856b.tar.bz2 yuescript-9750786a5c03b5ce3ea22b240d1b3cd34990856b.zip | |
Updated efsw. Fixed issue #204.
Diffstat (limited to 'src/3rdParty/efsw/WatcherInotify.cpp')
| -rw-r--r--[-rwxr-xr-x] | src/3rdParty/efsw/WatcherInotify.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/3rdParty/efsw/WatcherInotify.cpp b/src/3rdParty/efsw/WatcherInotify.cpp index 7259bb1..812ddae 100755..100644 --- a/src/3rdParty/efsw/WatcherInotify.cpp +++ b/src/3rdParty/efsw/WatcherInotify.cpp | |||
| @@ -4,10 +4,6 @@ namespace efsw { | |||
| 4 | 4 | ||
| 5 | WatcherInotify::WatcherInotify() : Watcher(), Parent( NULL ) {} | 5 | WatcherInotify::WatcherInotify() : Watcher(), Parent( NULL ) {} |
| 6 | 6 | ||
| 7 | WatcherInotify::WatcherInotify( WatchID id, std::string directory, FileWatchListener* listener, | ||
| 8 | bool recursive, WatcherInotify* parent ) : | ||
| 9 | Watcher( id, directory, listener, recursive ), Parent( parent ), DirInfo( directory ) {} | ||
| 10 | |||
| 11 | bool WatcherInotify::inParentTree( WatcherInotify* parent ) { | 7 | bool WatcherInotify::inParentTree( WatcherInotify* parent ) { |
| 12 | WatcherInotify* tNext = Parent; | 8 | WatcherInotify* tNext = Parent; |
| 13 | 9 | ||
