]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/socket.h
Remove ProtocolInterface::PushToClient()
[user/henk/code/inspircd.git] / include / socket.h
index c292b7010b915262d3ad03920f39acdfecf39d81..9d69b5d22cf8e70267e9764888bcb4e9bb26e035 100644 (file)
@@ -150,16 +150,13 @@ class CoreExport ListenSocket : public EventHandler
        /** Create a new listening socket
         */
        ListenSocket(ConfigTag* tag, const irc::sockets::sockaddrs& bind_to);
-       /** Handle an I/O event
-        */
-       void HandleEvent(EventType et, int errornum = 0);
        /** Close the socket
         */
        ~ListenSocket();
 
-       /** Handles sockets internals crap of a connection, convenience wrapper really
+       /** Handles new connections, called by the socket engine
         */
-       void AcceptInternal();
+       void OnEventHandlerRead() CXX11_OVERRIDE;
 
        /** Inspects the bind block belonging to this socket to set the name of the IO hook
         * provider which this socket will use for incoming connections.