mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
#9 TI-1: Rename undoTxn*-functions
This commit is contained in:
parent
f031bd9d22
commit
b8b0bbfeaf
3 changed files with 34 additions and 34 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue