X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=FileReaderInput.h;h=747440f6925a21d7ae5c00ebf1ff8871e8876ee0;hb=39c7e66703f6ec99a592d065546e6cc119a8c930;hp=4398bbf56abe131467697dd9e9b518faef13b88c;hpb=e1f64147e3eedccbbc59658ddb6cf7992dbd50c1;p=ecparse.git 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 -