commit 2025-09-04 15:29 edit a bit ZCppMain/ZCProcess.H

This commit is contained in:
2025-09-04 15:29:23 +09:00
parent 9f792d27c1
commit 4cfe8e9d0e

View File

@ -763,16 +763,14 @@ namespace ZNsMain
template<typename THelpKey> bool Make(THelpKey AR_HelpKey) template<typename THelpKey> bool Make(THelpKey AR_HelpKey)
{ {
typedef ZNsMain::ZtCCheckRef<THelpKey> ZCCheckRef ; typedef ZNsMain::ZtCCheckRef<THelpKey> ZCCheckRef ;
typedef typename ZCCheckRef::TypeData TypeData ; typedef typename ZCCheckRef::TypeData TypeData ;
typedef ZtCHelpKeyParam<TypeData> ZCHelpKeyParam; typedef ZtCHelpKeyParam<TypeData> ZCHelpKeyParam;
ZCHelpKeyParam* VP_CHelpKeyParam = new ZCHelpKeyParam ZCHelpKeyParam* VP_CHelpKeyParam = new ZCHelpKeyParam
( (
ZCCheckRef::PassData(AR_HelpKey), *GetCDerivePtr() ZCCheckRef::PassData(AR_HelpKey), *GetCDerivePtr()
); );
/*:::::::::::::::::::::::::::::::::::::::::::::::::*/ /*:::::::::::::::::::::::::::::::::::::::::::::::::::*/
return this->TThread::Make( return this->TThread::Make(
&ZtCThreadEx::template ThreadFuncHelpKey &ZtCThreadEx::template ThreadFuncHelpKey