From 5163436b00711318baea4fc0ad43a4de8222354a Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Sun, 14 May 2017 00:37:16 +0300 Subject: Implement builds page --- mod/database-module.hxx | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'mod/database-module.hxx') diff --git a/mod/database-module.hxx b/mod/database-module.hxx index 13fd529..a61e2e4 100644 --- a/mod/database-module.hxx +++ b/mod/database-module.hxx @@ -5,8 +5,12 @@ #ifndef MOD_DATABASE_MODULE_HXX #define MOD_DATABASE_MODULE_HXX +#include + #include // database +#include // compare_c_string + #include #include @@ -63,6 +67,12 @@ namespace brep // shared_ptr build_db_; shared_ptr build_conf_; + shared_ptr build_conf_names_; + + shared_ptr> + build_conf_map_; private: virtual bool -- cgit v1.1