List模板改名为ArrayList
This commit is contained in:
@@ -7,7 +7,7 @@ namespace hgl
|
||||
{
|
||||
namespace filesystem
|
||||
{
|
||||
int EnumVolume(List<VolumeInfo> &vi_list,const VolumeCheckConfig &cfg)
|
||||
int EnumVolume(ArrayList<VolumeInfo> &vi_list,const VolumeCheckConfig &cfg)
|
||||
{
|
||||
if(cfg.isErrorConfig())
|
||||
return(-1);
|
||||
|
Reference in New Issue
Block a user