diff options
author | Pixel <Pixel> | 2001-11-27 15:10:33 +0000 |
---|---|---|
committer | Pixel <Pixel> | 2001-11-27 15:10:33 +0000 |
commit | 76b2e3c19278da49193aa1599a35197b279b4439 (patch) | |
tree | 01a9c64a71a7e4568b5f0ad5db3077e0c0311b08 /lib/Handle.cc | |
parent | 29f8cedf68c5e45ca20078a2a34a07875d7dea5b (diff) |
Bug in taskman...
Diffstat (limited to 'lib/Handle.cc')
-rw-r--r-- | lib/Handle.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/Handle.cc b/lib/Handle.cc index e158511..4124231 100644 --- a/lib/Handle.cc +++ b/lib/Handle.cc @@ -155,3 +155,7 @@ off_t Handle::GetSize(void) { time_t Handle::GetModif(void) { return -1; } + +bool Handle::CanWatch(void) { + return true; +}
\ No newline at end of file |