Home
last modified time | relevance | path

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

/dports/net/opal/opal-3.10.10/include/opal/
H A Dpres_ent.h320 typedef PNotifierTemplate<const AuthorisationRequest &> AuthorisationRequestNotifier; typedef
326 …const AuthorisationRequestNotifier & notifier ///< Notifier to be called by OnAuthorisationReque…
530 AuthorisationRequestNotifier m_onAuthorisationRequestNotifier;
/dports/net/opal/opal-3.10.10/src/opal/
H A Dpres_ent.cxx347 void OpalPresentity::SetAuthorisationRequestNotifier(const AuthorisationRequestNotifier & notifier) in SetAuthorisationRequestNotifier()