#9 TI-1: Rename undoTxn*-functions

This commit is contained in:
Thomas Lauf 2018-07-18 21:38:06 +02:00
parent f031bd9d22
commit b8b0bbfeaf
3 changed files with 34 additions and 34 deletions

View file

@ -49,9 +49,9 @@ public:
void deleteInterval (const Interval&);
void modifyInterval (const Interval&, const Interval&);
void undoTxnStart ();
void undoTxnEnd ();
void undoTxn (const std::string&, const std::string&, const std::string&);
void startTransaction ();
void endTransaction ();
void recordUndoAction (const std::string &, const std::string &, const std::string &);
std::string dump () const;