commit 2025-09-14 19:03 is testing ZtCBody::Fetch() in ZCppMain/ZtCObjList.H
This commit is contained in:
@ -29,13 +29,13 @@ namespace ZNsMain
|
||||
{
|
||||
public:
|
||||
|
||||
template<typename TSimList> class ZtCBody
|
||||
template<typename TObjList> class ZtCBody
|
||||
{
|
||||
public :
|
||||
typedef typename TSimList::TypeData TypeData;
|
||||
typedef typename TSimList::TypeSize TypeSize;
|
||||
typedef typename TSimList::TypeInit TypeInit;
|
||||
typedef typename TSimList::ZCLink ZCLink ;
|
||||
typedef typename TObjList::TypeData TypeData;
|
||||
typedef typename TObjList::TypeSize TypeSize;
|
||||
typedef typename TObjList::TypeInit TypeInit;
|
||||
typedef typename TObjList::ZCLink ZCLink ;
|
||||
public :
|
||||
|
||||
template //////////////////////////////////////////////////////
|
||||
@ -746,7 +746,7 @@ namespace ZNsMain
|
||||
|
||||
public:
|
||||
};/*
|
||||
template<typename TSimList> class ZtCBody*/
|
||||
template<typename TObjList> class ZtCBody*/
|
||||
|
||||
|
||||
public:
|
||||
|
Reference in New Issue
Block a user