From 67b6a78b347ab7ba269a52d772e79d12444f6e96 Mon Sep 17 00:00:00 2001 From: Pixel Date: Mon, 10 Oct 2011 23:09:53 -0700 Subject: Adding a few more features to Input, and actually creating a slightly better ClassName system, when using gcc and libstdc++. --- includes/Input.h | 1 + 1 file changed, 1 insertion(+) (limited to 'includes/Input.h') 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(); -- cgit v1.2.3