summaryrefslogtreecommitdiffstats
path: root/src/common/metafile.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/metafile.h')
-rw-r--r--src/common/metafile.h6
1 files changed, 3 insertions, 3 deletions
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