From 487fcf990f3c536d7e1d2f66daa0c34c0407eac5 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Mon, 27 Jan 2014 12:24:41 +0000 Subject: NT resinstated as HTTP server --- NT/src/factory.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'NT/src/factory.h') 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 type_map; -- cgit v1.2.3