| 68 | } |
| 69 | |
| 70 | void ServerApi06::CreateElementAndSetAttributes(editor::XMLFeature & element) const |
| 71 | { |
| 72 | uint64_t const id = CreateElement(element); |
| 73 | element.SetAttribute("id", strings::to_string(id)); |
| 74 | element.SetAttribute("version", "1"); |
| 75 | } |
| 76 | |
| 77 | uint64_t ServerApi06::ModifyElement(editor::XMLFeature const & element) const |
| 78 | { |