| 581 | } |
| 582 | |
| 583 | kml::MarkGroupId Framework::AddCategory(string const & categoryName) |
| 584 | { |
| 585 | return GetBookmarkManager().CreateBookmarkCategory(categoryName); |
| 586 | } |
| 587 | |
| 588 | void Framework::FillPointInfoForBookmark(Bookmark const & bmk, place_page::Info & info) const |
| 589 | { |
nothing calls this directly
no test coverage detected