X-Git-Url: https://git.pterodactylus.net/?p=ecparse.git;a=blobdiff_plain;f=FileReaderInput.h;h=747440f6925a21d7ae5c00ebf1ff8871e8876ee0;hp=4398bbf56abe131467697dd9e9b518faef13b88c;hb=c58ce13db33c45a3e321edabe3bda12f45829482;hpb=e1f64147e3eedccbbc59658ddb6cf7992dbd50c1 diff --git a/FileReaderInput.h b/FileReaderInput.h index 4398bbf..747440f 100644 --- a/FileReaderInput.h +++ b/FileReaderInput.h @@ -2,8 +2,7 @@ * © 2008 by David Roden */ -#ifndef __ECPARSE_FILEREADERINPUT_H__ -#define __ECPARSE_FILEREADERINPUT_H__ +#pragma once #include #include "ReaderInput.h" @@ -15,11 +14,10 @@ public: ~FileReaderInput(); int read(void* buffer, size_t length); + bool isEOF(); private: FILE* file; }; -#endif -