]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/inspsocket.h
Helps if I add the w32 specific code, too. :p
[user/henk/code/inspircd.git] / include / inspsocket.h
index 03b674b7aa0608cabf6bcd55888dbb2d38011523..03acad4a1ca667fc30067a2a60473ac9681d6556 100644 (file)
@@ -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: