summaryrefslogtreecommitdiff
path: root/NT/src/factory.h
diff options
context:
space:
mode:
authorTim Redfern <tim@eclectronics.org>2014-01-27 12:24:41 +0000
committerTim Redfern <tim@eclectronics.org>2014-01-27 12:24:41 +0000
commit487fcf990f3c536d7e1d2f66daa0c34c0407eac5 (patch)
tree4f0dd5aa9d74af5e3e7628fbe20e1f0af60f512a /NT/src/factory.h
parent1f2bc21fd5ee9bff4fce190d7bb0ee4462e76e87 (diff)
NT resinstated as HTTP server
Diffstat (limited to 'NT/src/factory.h')
-rw-r--r--NT/src/factory.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/NT/src/factory.h b/NT/src/factory.h
index 006db02..4a4899e 100644
--- a/NT/src/factory.h
+++ b/NT/src/factory.h
@@ -26,9 +26,9 @@ namespace Rotor {
}
return NULL;
};
- bool list_node(const std::string &t,Json::Value &json);
- void list_nodes(Json::Value &json);
- void list_categories(Json::Value &json);
+ Json::Value list_node(const std::string &t);
+ Json::Value list_nodes();
+ Json::Value list_categories();
private:
std::string log_id;
std::map<std::string,Node*> type_map;