summaryrefslogtreecommitdiff
path: root/src/tasktree.h
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2012-05-03 18:35:47 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2012-05-03 18:35:47 +0200
commiteda2fb1e00b925730e9b999ad593c80d2f724689 (patch)
treef58ca2c5324e14203da847d77011319e655800a2 /src/tasktree.h
parentb36a3176dfb080b5ce58713dcb83d9489948acb4 (diff)
parente2cf2ab253d32147e079a817f692f5c87b635c7e (diff)
Merge branch 'master' of https://git.oftal.dk/munia
Diffstat (limited to 'src/tasktree.h')
-rw-r--r--src/tasktree.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/tasktree.h b/src/tasktree.h
index 6623b0f..aeeddfc 100644
--- a/src/tasktree.h
+++ b/src/tasktree.h
@@ -55,7 +55,9 @@ public:
TaskIdList move(taskid_t id, taskid_t newParentId) throw (std::exception);
TaskIdList updateData(taskid_t id, task_t t) throw (std::exception);
task_t getData(taskid_t id) throw (std::exception);
-
+
+ TaskIdList bfs(taskid_t id) throw (std::exception);
+
TaskIdList ancestorList(taskid_t id) throw (std::exception);
void toStdOut();