[DEV] add mitex of low level interface

This commit is contained in:
2015-03-03 21:40:37 +01:00
parent d431f9d790
commit 39424279ef
4 changed files with 11 additions and 2 deletions

View File

@@ -28,7 +28,7 @@ namespace river {
class Manager;
class Group;
class Node : public std11::enable_shared_from_this<Node> {
friend river::io::Group;
friend class river::io::Group;
protected:
uint32_t m_uid; // uniqueNodeID
protected: