.
This commit is contained in:
@@ -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
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user