Searched refs:aToNotify (Results 1 – 3 of 3) sorted by relevance
128 Listeners aToNotify; in queryTermination() local131 aToNotify = getListenerAdminData().aListeners; in queryTermination()134 for ( Listeners::const_iterator listener = aToNotify.begin(); in queryTermination()135 listener != aToNotify.end(); in queryTermination()148 Listeners aToNotify; in notifyTermination() local152 aToNotify = getListenerAdminData().aListeners; in notifyTermination()157 for ( Listeners::const_iterator listener = aToNotify.begin(); in notifyTermination()158 listener != aToNotify.end(); in notifyTermination()
28 public WaitForInput( Object aToNotify ) in WaitForInput() argument30 m_aToNotify = aToNotify; in WaitForInput()
30 public WaitForInput( Object aToNotify ) in WaitForInput() argument32 m_aToNotify = aToNotify; in WaitForInput()
Completed in 19 milliseconds