Home
last modified time | relevance | path

Searched refs:ReceivedMessageNotifier (Results 1 – 2 of 2) sorted by relevance

/dports/net/opal/opal-3.10.10/include/opal/
H A Dpres_ent.h502 typedef PNotifierTemplate<const OpalIM &> ReceivedMessageNotifier; typedef
508 const ReceivedMessageNotifier & notifier ///< Notifier to be called by OnReceivedMessage()
532 ReceivedMessageNotifier m_onReceivedMessageNotifier;
/dports/net/opal/opal-3.10.10/src/opal/
H A Dpres_ent.cxx329 void OpalPresentity::SetReceivedMessageNotifier(const ReceivedMessageNotifier & notifier) in SetReceivedMessageNotifier()