Ejemplo n.º 1
0
void Nym::GetIdentifier(Identifier& theIdentifier) const
{
    sLock lock(shared_lock_);

    theIdentifier.Assign(m_nymID);
}