commit 2025-10-03 16:01 delete ChangeCapacity() in ZtCBaseList : ZCppMain/ZMainHead.H
This commit is contained in:
@ -172,12 +172,6 @@ namespace ZNsMain
|
||||
this->ZCBaseList::DelLink(AL_CutCnt, AP_CutHead, AP_CutTail);
|
||||
}
|
||||
|
||||
_VT_ void ChangeCapacity(ZTypLong AI_AddCut)
|
||||
{
|
||||
cout<<"** ZCBaseListEx10 : ChangeCapacity("<<AI_AddCut<<")"<<endl;
|
||||
}/*
|
||||
_VT_ void ChangeCapacity(ZTypLong AI_AddCut)*/
|
||||
|
||||
private:
|
||||
};/*
|
||||
class ZCBaseListEx10 : public ZtCBaseList*/
|
||||
@ -269,12 +263,6 @@ namespace ZNsMain
|
||||
this->ZCBaseList::DelLink(AL_CutCnt, AP_CutHead, AP_CutTail);
|
||||
}
|
||||
|
||||
_VT_ void ChangeCapacity(ZTypLong AI_AddCut)
|
||||
{
|
||||
cout<<"** ZCBaseListEx11 : ChangeCapacity("<<AI_AddCut<<")"<<endl;
|
||||
}/*
|
||||
_VT_ void ChangeCapacity(ZTypLong AI_AddCut)*/
|
||||
|
||||
private:
|
||||
};/*
|
||||
class ZCBaseListEx11 : public ZtCBaseList*/
|
||||
|
Reference in New Issue
Block a user