Example #1
0
void csInotifyWatch::AddMask(csInotifyMask *mask)
{
    this->masksum |= mask->GetMask();
    this->mask.push_back(mask);
}