This commit is contained in:
Adam Ierymenko 2014-09-25 15:08:29 -07:00
parent 6c87f9f765
commit 050a0ce85d
7 changed files with 106 additions and 108 deletions

View file

@ -413,12 +413,6 @@ public:
*/
void setEnabled(bool enabled);
/**
* @return Multicast topology for this network
*/
inline Multicaster &mc() { return _multicaster; }
inline const Multicaster &mc() const { return _multicaster; }
/**
* Destroy this network
*