X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Finspsocket.h;h=67b2c02405c5a3897888800a97063714f08f45cd;hb=9526135e338e983b574040f17ba34baa4af59487;hp=6d234134e281bf10495179ab56ad77c9c8993e79;hpb=798983e2512aadc0c078e86b12aa060d6a3287ad;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/inspsocket.h b/include/inspsocket.h index 6d234134e..67b2c0240 100644 --- a/include/inspsocket.h +++ b/include/inspsocket.h @@ -56,11 +56,6 @@ enum BufferedSocketError class BufferedSocket; class InspIRCd; -using irc::sockets::insp_sockaddr; -using irc::sockets::insp_inaddr; -using irc::sockets::insp_ntoa; -using irc::sockets::insp_aton; - /** Used to time out socket connections */ class CoreExport SocketTimeout : public Timer @@ -112,7 +107,7 @@ class CoreExport BufferedSocket : public EventHandler /** Instance we were created by */ - InspIRCd* Instance; + InspIRCd* ServerInstance; /** Timeout class or NULL */