commit 2025-09-04 22:55 edit a bit ZCppMainTest/ZtCThreadEx_000.cpp & ZCppMainTest/ZtCThreadEx_001.cpp

This commit is contained in:
2025-09-04 22:55:30 +09:00
parent 41e78aabc1
commit bf1d0f2222
2 changed files with 11 additions and 5 deletions

View File

@ -26,9 +26,11 @@ namespace ZNsMain
class CThreadMy : public ZNsMain::ZtCThreadEx<CThreadMy>
{
public:
public :
typedef ZNsMain::ZtCThreadEx<CThreadMy> TypeBase;
public:
public :
friend class ZNsMain:: ZtCThreadEx<CThreadMy>;
private:
void Init()
{
@ -106,6 +108,7 @@ namespace ZNsMain
cout<<"* Init3() : "<<AR_KeyCStr<<", "<<AR_KeyCStr2<<", "<<AR_KeyCStr3<<endl;
}
private:
};/*
class CThreadMy : public ZNsMain::ZtCThreadEx<CThreadMy>*/