| 1663 | |
| 1664 | |
| 1665 | string BinaryView::BeginUndoActions(bool anonymousAllowed) |
| 1666 | { |
| 1667 | return m_file->BeginUndoActions(anonymousAllowed); |
| 1668 | } |
| 1669 | |
| 1670 | |
| 1671 | void BinaryView::CommitUndoActions(const string& id) |
no outgoing calls
no test coverage detected