]> git.tdb.fi Git - libs/net.git/blobdiff - source/net/streamsocket.h
Decorate things which constitute the public API
[libs/net.git] / source / net / streamsocket.h
index 6f478d289985f0a553a9c9261ccf5ff02a14579a..84b347dbc07da8ed04217da249248a7ea329c28f 100644 (file)
@@ -2,11 +2,12 @@
 #define MSP_NET_STREAMSOCKET_H_
 
 #include "clientsocket.h"
+#include "mspnet_api.h"
 
 namespace Msp {
 namespace Net {
 
-class StreamSocket: public ClientSocket
+class MSPNET_API StreamSocket: public ClientSocket
 {
        friend class StreamServerSocket;