| 333 | } |
| 334 | |
| 335 | void BookmarkCategory::SetServerId(std::string const & serverId) |
| 336 | { |
| 337 | if (m_serverId == serverId) |
| 338 | return; |
| 339 | |
| 340 | SetDirty(true /* updateModificationTime */); |
| 341 | m_serverId = serverId; |
| 342 | } |
| 343 | |
| 344 | void BookmarkCategory::SetTags(std::vector<std::string> const & tags) |
| 345 | { |