diff options
Diffstat (limited to 'NT/src/factory.h')
| -rw-r--r-- | NT/src/factory.h | 6 |
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; |
