mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-28 19:55:48 +03:00
Server. Фильтрация subProc на совпадения
This commit is contained in:
@@ -21,6 +21,12 @@ public:
|
||||
modeListStr = buildCanplay(modeList);
|
||||
};
|
||||
~SubProc(){};
|
||||
public:
|
||||
bool operator==(const SubProc& other) const
|
||||
{
|
||||
// Сравнение членов класса
|
||||
return (this->dmCode == other.dmCode && this->title == other.title && this->modeListStr == other.modeListStr);
|
||||
}
|
||||
|
||||
public:
|
||||
void setModeList(const ModeList &modeList);
|
||||
|
||||
Reference in New Issue
Block a user