Beispiel #1
0
MatahariObject*
ObjectManagerImpl::find(const qmf::DataAddr& addr)
{
    ObjectMap::const_iterator it(_objects.find(addr));

    return it != _objects.end() ? it->second : NULL;
}