X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Fusers.h;h=88858b160f9352a6f78d0fa3de0847b1e9541b43;hb=09c5439c02f31e9875083e51966dad535af005a9;hp=12a311980254766fa007651664ef1fedb6b00bbc;hpb=91e0af0fc4889f20d2f63426f8fe379674fc0393;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/users.h b/include/users.h index 12a311980..88858b160 100644 --- a/include/users.h +++ b/include/users.h @@ -736,6 +736,7 @@ class CoreExport UserIOHandler : public StreamSocket LocalUser* const user; UserIOHandler(LocalUser* me) : user(me) {} void OnDataReady() CXX11_OVERRIDE; + void OnSetEndPoint(const irc::sockets::sockaddrs& local, const irc::sockets::sockaddrs& remote) CXX11_OVERRIDE; void OnError(BufferedSocketError error) CXX11_OVERRIDE; /** Adds to the user's write buffer.