Renamed File:eof to File:isEOF (closes issue #683.)

This commit is contained in:
Alex Szpakowski
2015-03-17 01:13:29 -03:00
parent 06ef263537
commit d982f02634
8 changed files with 38 additions and 38 deletions
+1 -1
View File
@@ -147,7 +147,7 @@ public:
*
* @return True if EOF, false otherwise.
**/
virtual bool eof() = 0;
virtual bool isEOF() = 0;
/**
* Gets the current position in the File.