]> git.tdb.fi Git - libs/net.git/blobdiff - source/http/message.h
Decorate things which constitute the public API
[libs/net.git] / source / http / message.h
index 7984372328fab20af5cb78b9327947a69235aadb..be2224d88af4480704bd1d610e3455d14ad6218b 100644 (file)
@@ -4,12 +4,13 @@
 #include <map>
 #include <string>
 #include <msp/core/variant.h>
+#include <msp/net/mspnet_api.h>
 #include "version.h"
 
 namespace Msp {
 namespace Http {
 
-class Message
+class MSPNET_API Message
 {
 protected:
        typedef std::map<std::string, std::string> HeaderMap;