Adding more interfaces to be implemented.

This commit is contained in:
Nicolás Ortega Froysa
2018-07-23 17:35:46 +02:00
parent d695daf736
commit f079d926b7
7 changed files with 147 additions and 0 deletions

View File

View File

View File

@ -51,6 +51,8 @@ neocomm::node::node(const std::string &node_file,
// rethrow exception
throw e;
}
import_nodes(node_file);
}
neocomm::node::~node() {