event/SocketMonitor: add "noexcept"
This commit is contained in:
@@ -69,8 +69,9 @@ public:
|
||||
delete w;
|
||||
}
|
||||
|
||||
protected:
|
||||
virtual bool OnSocketReady(unsigned flags) {
|
||||
private:
|
||||
/* virtual methods from class SocketMonitor */
|
||||
bool OnSocketReady(unsigned flags) noexcept {
|
||||
received = ToAvahiWatchEvent(flags);
|
||||
callback(this, Get().Get(), received, userdata);
|
||||
received = AvahiWatchEvent(0);
|
||||
|
Reference in New Issue
Block a user