summaryrefslogtreecommitdiff
path: root/include/Handle.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/Handle.h')
-rw-r--r--include/Handle.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Handle.h b/include/Handle.h
index 8d006ff..21d6780 100644
--- a/include/Handle.h
+++ b/include/Handle.h
@@ -43,6 +43,7 @@ class Handle : public Base {
virtual time_t GetModif();
void close();
int GetHandle();
+ virtual bool CanWatch();
protected:
Handle(int h);