[DEV] correct Channel muxer

This commit is contained in:
2015-03-05 21:28:39 +01:00
parent 6a3e364cd3
commit 720c8e7764
12 changed files with 205 additions and 137 deletions

View File

@@ -41,7 +41,9 @@ namespace river {
* @brief Destructor
*/
virtual ~Node();
virtual bool isHarwareNode() {
return false;
};
protected:
mutable std11::mutex m_mutex;
std11::shared_ptr<const ejson::Object> m_config;