commit 2025-09-30 19:37 delete typedef TypeData in ZtCFreeHeapCDL::ZtCBody : ZCppMain/ZtCObjList.H
This commit is contained in:
@ -32,7 +32,6 @@ namespace ZNsMain
|
|||||||
template<typename TObjList> class ZtCBody
|
template<typename TObjList> class ZtCBody
|
||||||
{
|
{
|
||||||
public :
|
public :
|
||||||
typedef typename TObjList::TypeData TypeData;
|
|
||||||
typedef typename TObjList::TypeSize TypeSize;
|
typedef typename TObjList::TypeSize TypeSize;
|
||||||
typedef typename TObjList::TypeInit TypeInit;
|
typedef typename TObjList::TypeInit TypeInit;
|
||||||
typedef typename TObjList::ZCLink ZCLink ;
|
typedef typename TObjList::ZCLink ZCLink ;
|
||||||
|
@ -32,7 +32,6 @@ namespace ZNsMain
|
|||||||
template<typename TSimList> class ZtCBody
|
template<typename TSimList> class ZtCBody
|
||||||
{
|
{
|
||||||
public :
|
public :
|
||||||
typedef typename TSimList::TypeData TypeData;
|
|
||||||
typedef typename TSimList::TypeSize TypeSize;
|
typedef typename TSimList::TypeSize TypeSize;
|
||||||
typedef typename TSimList::TypeInit TypeInit;
|
typedef typename TSimList::TypeInit TypeInit;
|
||||||
typedef typename TSimList::ZCLink ZCLink ;
|
typedef typename TSimList::ZCLink ZCLink ;
|
||||||
|
Reference in New Issue
Block a user