edit test.cpp

This commit is contained in:
2021-03-08 20:37:34 +09:00
parent 2b4f3b5007
commit 7bb03e148d
3 changed files with 24 additions and 2 deletions

View File

@ -455,6 +455,10 @@ namespace ZNsMain
형태를 사용하면 좋을 것 같다. -- 2014-06-16 23:11:00
지금은 AO_TypeHelp 도 ZtCTypeData<> 을 이용해, 최대한 참조로 받을 수 있게
하고 있다. -- 2021-03-08 20:31
/////////////////////////////////////////////////////////////////////////////*/
@ -500,6 +504,10 @@ namespace ZNsMain
형태를 사용하면 좋을 것 같다. -- 2014-06-16 23:11:00
지금은 AO_TypeHelp 도 ZtCTypeData<> 을 이용해, 최대한 참조로 받을 수 있게
하고 있다. -- 2021-03-08 20:31
/////////////////////////////////////////////////////////////////////////////*/
typedef ZNsMain::ZtCTypeData<TTypeHelp1> ZCTypeHelp1;