Mercurial > otakunoraifu
comparison system/file_impl.h @ 47:5f548e5957a8
* get rid of the "deprecated conversion from string constant to ‘char*’" warnings
author | thib |
---|---|
date | Wed, 15 Apr 2009 20:26:32 +0000 |
parents | 223b71206888 |
children | 35ce1a30f3f9 |
comparison
equal
deleted
inserted
replaced
46:3aa3d244ad90 | 47:5f548e5957a8 |
---|---|
59 virtual int CheckFileDeal(void); | 59 virtual int CheckFileDeal(void); |
60 virtual void ListupFiles(int fname_len); | 60 virtual void ListupFiles(int fname_len); |
61 virtual ARCINFO* MakeARCINFO(ARCFILE_ATOM&); | 61 virtual ARCINFO* MakeARCINFO(ARCFILE_ATOM&); |
62 iterator SearchName(const char* f, const char* ext=0); | 62 iterator SearchName(const char* f, const char* ext=0); |
63 public: | 63 public: |
64 ARCFILE(char* fname); | 64 ARCFILE(const char* fname); |
65 void SetNext(ARCFILE* _next) { next = _next;} | 65 void SetNext(ARCFILE* _next) { next = _next;} |
66 ARCFILE* Next(void) { return next; } | 66 ARCFILE* Next(void) { return next; } |
67 void Init(void); | 67 void Init(void); |
68 virtual ~ARCFILE(); | 68 virtual ~ARCFILE(); |
69 /* ¥Õ¥¡¥¤¥ë¸¡º÷ */ | 69 /* ¥Õ¥¡¥¤¥ë¸¡º÷ */ |