From 697fbdabf10d956e0f13bfbc9414d3db40f0c535 Mon Sep 17 00:00:00 2001 From: Piotr Dziwinski Date: Sun, 10 Jun 2012 15:28:12 +0200 Subject: BOOL -> bool; additional fixes in constructors/destructors --- src/common/metafile.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/common/metafile.h') diff --git a/src/common/metafile.h b/src/common/metafile.h index 7d7ec3e..c580f6a 100644 --- a/src/common/metafile.h +++ b/src/common/metafile.h @@ -49,7 +49,7 @@ public: CMetaFile(); ~CMetaFile(); - BOOL IsExist(char *metaname, char *filename); + bool IsExist(char *metaname, char *filename); int Open(char *metaname, char *filename); int RetLength(); int Seek(int offset); @@ -65,8 +65,8 @@ protected: protected: MetaFile m_list[METAMAX]; // metafile open - BOOL m_bOpen; // open file - BOOL m_bMeta; // metafile open + bool m_bOpen; // open file + bool m_bMeta; // metafile open FILE* m_stream; // channel int m_start; // position from the beginning int m_pos; // current position -- cgit v1.2.3-1-g7c22