| 1616 | } |
| 1617 | |
| 1618 | std::string BookmarkManager::GetCategoryName(kml::MarkGroupId categoryId) const |
| 1619 | { |
| 1620 | CHECK_THREAD_CHECKER(m_threadChecker, ()); |
| 1621 | return GetBmCategory(categoryId)->GetName(); |
| 1622 | } |
| 1623 | |
| 1624 | void BookmarkManager::SetCategoryDescription(kml::MarkGroupId categoryId, std::string const & desc) |
| 1625 | { |