From 113352bbded6c067bdd05db5c90786f3486e76a3 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sun, 20 Jul 2008 16:47:34 +0000 Subject: Two new TODO/FIXME comments for class File svn-id: r33138 --- common/file.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'common') diff --git a/common/file.cpp b/common/file.cpp index 386777e2c5..a1ea1aff77 100644 --- a/common/file.cpp +++ b/common/file.cpp @@ -452,10 +452,12 @@ bool File::isOpen() const { } bool File::ioFailed() const { + // TODO/FIXME: Just use ferror() here? return _ioFailed != 0; } void File::clearIOFailed() { + // TODO/FIXME: Just use clearerr() here? _ioFailed = false; } -- cgit v1.2.3