X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Finspsocket.h;h=3e65bf677f07606860d2420f38c4355a60579608;hb=17d91b065e98963451e595d7697357a40a1c4425;hp=03b674b7aa0608cabf6bcd55888dbb2d38011523;hpb=5f9237c4a3b9f3d79e566ebb9cc6b4036613228e;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/inspsocket.h b/include/inspsocket.h index 03b674b7a..3e65bf677 100644 --- a/include/inspsocket.h +++ b/include/inspsocket.h @@ -6,7 +6,7 @@ * See: http://www.inspircd.org/wiki/index.php/Credits * * This program is free but copyrighted software; see - * the file COPYING for details. + * the file COPYING for details. * * --------------------------------------------------- */ @@ -43,7 +43,7 @@ using irc::sockets::insp_aton; /** Used to time out socket connections */ -class SocketTimeout : public InspTimer +class CoreExport SocketTimeout : public InspTimer { private: InspSocket* sock; @@ -65,7 +65,7 @@ class SocketTimeout : public InspTimer * and use the InspSocket constructors to establish connections * and bindings. */ -class InspSocket : public EventHandler +class CoreExport InspSocket : public EventHandler { public: @@ -103,7 +103,7 @@ class InspSocket : public EventHandler * This value is true if the * socket has timed out. */ - bool timeout; + bool timeout; /** * Socket input buffer, used by read(). The class which