This commit is contained in:
Adam Ierymenko 2014-09-24 09:01:58 -07:00
parent 61d0f27d2a
commit 9180a30986
9 changed files with 17 additions and 18 deletions

View file

@ -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
*