| 1622 | } |
| 1623 | |
| 1624 | void BookmarkManager::SetCategoryDescription(kml::MarkGroupId categoryId, std::string const & desc) |
| 1625 | { |
| 1626 | CHECK_THREAD_CHECKER(m_threadChecker, ()); |
| 1627 | GetBmCategory(categoryId)->SetDescription(desc); |
| 1628 | } |
| 1629 | |
| 1630 | void BookmarkManager::SetCategoryName(kml::MarkGroupId categoryId, std::string const & name) |
| 1631 | { |