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++. --- src/Input.cc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/Input.cc') diff --git a/src/Input.cc b/src/Input.cc index ea078dc..09b2903 100644 --- a/src/Input.cc +++ b/src/Input.cc @@ -93,3 +93,7 @@ off_t Balau::Input::getSize() { time_t Balau::Input::getMTime() { return m_mtime; } + +bool Balau::Input::canRead() { + return true; +} -- cgit v1.2.3