List模板改名为ArrayList
This commit is contained in:
@@ -77,7 +77,7 @@ namespace hgl
|
||||
}
|
||||
};
|
||||
|
||||
using VolumeInfoList=List<VolumeInfo>;
|
||||
using VolumeInfoList=ArrayList<VolumeInfo>;
|
||||
|
||||
/**
|
||||
* 枚举当前计算机所有卷
|
||||
|
@@ -111,7 +111,7 @@ namespace hgl
|
||||
|
||||
bool GetFileInfo(const os_char *filename,struct FileInfo &); ///<取得文件信息
|
||||
|
||||
int GetFileInfoList(List<FileInfo> &, const OSString &folder_name, bool proc_folder, bool proc_file, bool sub_folder);
|
||||
int GetFileInfoList(ArrayList<FileInfo> &, const OSString &folder_name, bool proc_folder, bool proc_file, bool sub_folder);
|
||||
}//namespace filesystem
|
||||
}//namespace hgl
|
||||
#endif//HGL_FILE_SYSTEM_INCLUDE
|
||||
|
Reference in New Issue
Block a user