summaryrefslogtreecommitdiff
path: root/Runtime/FileSystem/FileWatcher.h
diff options
context:
space:
mode:
Diffstat (limited to 'Runtime/FileSystem/FileWatcher.h')
-rw-r--r--Runtime/FileSystem/FileWatcher.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/Runtime/FileSystem/FileWatcher.h b/Runtime/FileSystem/FileWatcher.h
deleted file mode 100644
index 4626c0a..0000000
--- a/Runtime/FileSystem/FileWatcher.h
+++ /dev/null
@@ -1,16 +0,0 @@
-#pragma once
-
-#include <string>
-#include "Runtime/Threading/Thread.h"
-
-// 检查某个指定文件夹中的文件或子文件夹是否被变动过。
-class FileWatcher : public Thread
-{
-public:
-
-
-private:
- std::string m_WorkingDirectory;
-
-
-}; \ No newline at end of file