summaryrefslogtreecommitdiff
path: root/includes/Input.h
diff options
context:
space:
mode:
authorNicolas 'Pixel' Noble <pixel@nobis-crew.org>2013-01-21 00:53:12 -0800
committerNicolas 'Pixel' Noble <pixel@nobis-crew.org>2013-01-21 00:53:12 -0800
commit56b8ca62c666a1b747766a5ede70db070977ad37 (patch)
tree9d541e2d5a86ace3d1939aeec384d61bc0ae73ae /includes/Input.h
parentc4882ea5aae8b1ad0fce85e19844a1c2ef97aa28 (diff)
ZStreams's close, read and write are now fully interruptible. Will need some testing though.
Diffstat (limited to 'includes/Input.h')
-rw-r--r--includes/Input.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/Input.h b/includes/Input.h
index af17107..09e0ee4 100644
--- a/includes/Input.h
+++ b/includes/Input.h
@@ -15,7 +15,7 @@ class Input : public SeekableHandle {
virtual const char * getName();
virtual off_t getSize();
virtual time_t getMTime();
- bool isPendingComplete();
+ virtual bool isPendingComplete();
const char * getFName() { return m_fname.to_charp(); }
private:
int m_fd = -1;