edit ZMainHead.H

This commit is contained in:
2021-03-25 16:50:23 +09:00
parent 2fc5fe33db
commit e56139cbf1

View File

@ -898,7 +898,7 @@ namespace ZNsMain
/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////
■ class ZtCTypeCRTP<> 단점은 상속하지 않은 class 형은 알 수 없는데, 이것을 알아내기 위해
■ class ZtCTypeCRTP<> 단점은 상속하지 않은 class 형은 알 수 없는데, 이것을 알아내기 위해
class ZtCTypeNowCRTP<>
@ -908,7 +908,7 @@ namespace ZNsMain
없다면, CMainServ 는 TAsyncServ 과 같고,
있다면, CMainServ0 가 상속 클래스
다.
가 된다.
typedef typename TAsyncServ::ZtCTypeCRTP ZtCTypeCRTP ;
typedef typename ZtCTypeCRTP ::TypeData CMainServ0;