]> git.tdb.fi Git - libs/net.git/blobdiff - source/net/sockaddr.h
Decorate things which constitute the public API
[libs/net.git] / source / net / sockaddr.h
index 817de4da48fea6d5e5730584aab2fedc63f35b7f..931d4f4d6e5d50ea87f97620f609cbedc44def1d 100644 (file)
@@ -2,6 +2,7 @@
 #define MSP_NET_SOCKADDR_H_
 
 #include <string>
+#include "mspnet_api.h"
 
 namespace Msp {
 namespace Net {
@@ -15,7 +16,7 @@ enum Family
 };
 
 
-class SockAddr
+class MSPNET_API SockAddr
 {
 public:
        struct SysAddr;