- Added backlog handling for add/modify.
This commit is contained in:
Paul Beckingham 2012-10-01 23:30:57 -04:00
parent becd8f155c
commit 337e5557b3
2 changed files with 3 additions and 40 deletions

View file

@ -103,7 +103,6 @@ public:
void add (Task&);
void modify (Task&);
void commit ();
void synch ();
void merge (const std::string&);
void revert ();
int gc ();
@ -133,8 +132,7 @@ public:
TF2 pending;
TF2 completed;
TF2 undo;
// TF2 backlog;
// TF2 synch_key;
TF2 backlog;
private:
std::string _location;