| 1628 | } |
| 1629 | |
| 1630 | void BookmarkManager::SetCategoryName(kml::MarkGroupId categoryId, std::string const & name) |
| 1631 | { |
| 1632 | CHECK_THREAD_CHECKER(m_threadChecker, ()); |
| 1633 | GetBmCategory(categoryId)->SetName(name); |
| 1634 | } |
| 1635 | |
| 1636 | void BookmarkManager::SetCategoryTags(kml::MarkGroupId categoryId, std::vector<std::string> const & tags) |
| 1637 | { |