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

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