event/SocketMonitor: rename Get() to GetSocket()

This commit is contained in:
Max Kellermann
2017-11-10 20:34:45 +01:00
parent 59a8836924
commit 7e16ac305d
7 changed files with 12 additions and 12 deletions

View File

@@ -73,7 +73,7 @@ private:
/* virtual methods from class SocketMonitor */
bool OnSocketReady(unsigned flags) noexcept {
received = ToAvahiWatchEvent(flags);
callback(this, Get().Get(), received, userdata);
callback(this, GetSocket().Get(), received, userdata);
received = AvahiWatchEvent(0);
return true;
}