summaryrefslogtreecommitdiff
path: root/include/sockets.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sockets.h')
-rw-r--r--include/sockets.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sockets.h b/include/sockets.h
index 04912984b..2c3ddb94d 100644
--- a/include/sockets.h
+++ b/include/sockets.h
@@ -114,7 +114,7 @@ class ClientSocket;
class ListenSocket;
class ConnectionSocket;
-class SocketIO
+class CoreExport SocketIO
{
public:
/** Receive something from the buffer
@@ -306,7 +306,7 @@ class CoreExport ListenSocket : public Socket
virtual ClientSocket *OnAccept(int fd, const sockaddrs &addr);
};
-class ConnectionSocket : public BufferedSocket
+class CoreExport ConnectionSocket : public BufferedSocket
{
public:
/* Sockaddrs for bindip (if there is one) */