commit 2025-10-04 22:55 is writing ZCppMain/ZtCLinkList.H
This commit is contained in:
@ -1191,23 +1191,23 @@ namespace ZNsMain
|
||||
bool mb_WaitCond;
|
||||
public :
|
||||
|
||||
ZtCMutexCondDataVar()
|
||||
ZtCMutexCondVar()
|
||||
{
|
||||
mb_WaitCond= false;
|
||||
}/*
|
||||
ZtCMutexCondDataVar()*/
|
||||
ZtCMutexCondVar()*/
|
||||
|
||||
ZtCMutexCondDataVar(const ZtCMutexCondDataVar& rhs)
|
||||
ZtCMutexCondVar(const ZtCMutexCondVar& rhs)
|
||||
{
|
||||
mb_WaitCond= false;
|
||||
}/*
|
||||
ZtCMutexCondDataVar(const ZtCMutexCondDataVar& rhs)*/
|
||||
ZtCMutexCondVar(const ZtCMutexCondVar& rhs)*/
|
||||
|
||||
ZtCMutexCondDataVar& operator=(const ZtCMutexCondDataVar& rhs)
|
||||
ZtCMutexCondVar& operator=(const ZtCMutexCondVar& rhs)
|
||||
{
|
||||
return *this; // nothing to do.
|
||||
}/*
|
||||
ZtCMutexCondDataVar& operator=(const ZtCMutexCondDataVar& rhs)*/
|
||||
ZtCMutexCondVar& operator=(const ZtCMutexCondVar& rhs)*/
|
||||
|
||||
|
||||
_SY_ bool WaitCondOnExec()
|
||||
|
Reference in New Issue
Block a user