.
This commit is contained in:
parent
61d0f27d2a
commit
9180a30986
9 changed files with 17 additions and 18 deletions
|
@ -413,6 +413,12 @@ public:
|
|||
*/
|
||||
void setEnabled(bool enabled);
|
||||
|
||||
/**
|
||||
* @return Multicast topology for this network
|
||||
*/
|
||||
inline MulticastTopology &mcTopology() { return _multicastTopology; }
|
||||
inline const MulticastTopology &mcTopology() const { return _multicastTopology; }
|
||||
|
||||
/**
|
||||
* Destroy this network
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue