Searched refs:attachNotify (Results 1 – 4 of 4) sorted by relevance
172 if(m_notifier) m_notifier->attachNotify(1); in attach()194 if(m_notifier) m_notifier->attachNotify(0); in detach()217 if(m_notifier) m_notifier->attachNotify(0); in detach_all()
58 virtual void attachNotify(const int num_attached) = 0;
51 virtual void attachNotify(const int num_attached) in attachNotify() function in errLogAttachMonitor
214 virtual void attachNotify(const int num_attached) { m_bInUse = (num_attached > 0); }; in attachNotify() function