|
@@ -333,6 +333,7 @@ void ResourceWatcherFSM::TriggerProccessUpload()
|
|
|
void ResourceWatcherFSM::TriggerFileListUpload()
|
|
|
{
|
|
|
CSmartPointer<IConfigInfo> spCtSettingConfig;
|
|
|
+ GetEntityBase()->GetFunction()->OpenConfig(Config_CenterSetting, spCtSettingConfig);
|
|
|
//集中配置读取需要上送的路径
|
|
|
CSimpleStringA fileListPath("");
|
|
|
spCtSettingConfig->ReadConfigValue(m_pEntity->GetEntityName(), "DirPathToUploadFileList", fileListPath);
|