summaryrefslogtreecommitdiff
path: root/includes/Input.h
diff options
context:
space:
mode:
authorPixel <pixel@nobis-crew.org>2011-10-10 23:09:53 -0700
committerPixel <pixel@nobis-crew.org>2011-10-10 23:31:07 -0700
commit67b6a78b347ab7ba269a52d772e79d12444f6e96 (patch)
tree5a105f61add7a5eaa8bd63a7182eecde84285b0e /includes/Input.h
parent8ae349b49e16064e4d84b6cfd256e3ca7fb0cd60 (diff)
Adding a few more features to Input, and actually creating a slightly better ClassName system, when using gcc and libstdc++.
Diffstat (limited to 'includes/Input.h')
-rw-r--r--includes/Input.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/Input.h b/includes/Input.h
index 7f801f6..71e6845 100644
--- a/includes/Input.h
+++ b/includes/Input.h
@@ -9,6 +9,7 @@ class Input : public SeekableHandle {
Input(const char * fname) throw (GeneralException);
virtual void close() throw (GeneralException);
virtual bool isClosed();
+ virtual bool canRead();
virtual const char * getName();
virtual off_t getSize();
virtual time_t getMTime();