commit 2025-09-09 00:14 edit a bit ZCppMain/ZtCSimList.H

This commit is contained in:
2025-09-09 00:15:07 +09:00
parent 9c39536b4f
commit 3537c0a37d
2 changed files with 38 additions and 38 deletions

View File

@ -751,6 +751,9 @@ namespace ZNsMain
ZtCThreadEx& operator=(const ZtCThreadEx& rhs)*/
virtual ~ZtCThreadEx(){}
bool Make()
{
return this->TThread::Make(ThreadFunc, GetCDerivePtr());