comparison system/system_config.h @ 9:b6d6c0ffb423

Fixed some memory leaks
author thib
date Tue, 05 Aug 2008 13:24:20 +0000
parents 223b71206888
children 5ae5533b3a9a
comparison
equal deleted inserted replaced
8:55b577e5f5b5 9:b6d6c0ffb423
40 public: 40 public:
41 TrackName track_name; 41 TrackName track_name;
42 42
43 public: 43 public:
44 AyuSysConfig(void); 44 AyuSysConfig(void);
45 ~AyuSysConfig();
45 bool LoadInitFile(void); 46 bool LoadInitFile(void);
46 /* パラメータを検索する */ 47 /* パラメータを検索する */
47 /* str なら 1, int なら 2, 見つからないなら 0 */ 48 /* str なら 1, int なら 2, 見つからないなら 0 */
48 int SearchParam(const char* name) const; 49 int SearchParam(const char* name) const;
49 /* パラメータを得る */ 50 /* パラメータを得る */