Home
last modified time | relevance | path

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

/dports/net/opal/opal-3.10.10/src/opal/
H A Dpres_ent.cxx206 …OpalPresentity * presEntity = PFactory<OpalPresentity>::CreateInstance(scheme.IsEmpty() ? url.GetS… in Create() local
207 if (presEntity == NULL) in Create()
210 presEntity->m_manager = &manager; in Create()
211 presEntity->SetAOR(url); in Create()
213 return presEntity; in Create()