commit 2025-09-04 15:29 edit a bit ZCppMain/ZCProcess.H
This commit is contained in:
@ -762,17 +762,15 @@ 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 ZtCHelpKeyParam<TypeData> ZCHelpKeyParam;
|
||||||
|
|
||||||
typedef typename ZCCheckRef::TypeData TypeData ;
|
ZCHelpKeyParam* VP_CHelpKeyParam = new ZCHelpKeyParam
|
||||||
|
|
||||||
typedef ZtCHelpKeyParam<TypeData> 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
|
||||||
|
Reference in New Issue
Block a user