mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-30 17:20:32 +01:00
2023-08-04 Fred Gleason <fredg@paravelsystems.com>
* Added a destructor to the 'RDMulticaster' class. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -30,6 +30,7 @@ class RDMulticaster : public QObject
|
||||
Q_OBJECT
|
||||
public:
|
||||
RDMulticaster(QObject *parent=0);
|
||||
~RDMulticaster();
|
||||
bool bind(uint16_t port);
|
||||
void enableLoopback(bool state);
|
||||
void subscribe(const QHostAddress &addr);
|
||||
|
||||
Reference in New Issue
Block a user