]> git.tdb.fi Git - libs/net.git/blobdiff - source/http/response.h
Decorate things which constitute the public API
[libs/net.git] / source / http / response.h
index f7c6812c46c9be4472ab18fcd642a52568f44991..8644b7228a11b1b3ce5652c7998ec474a28109ba 100644 (file)
@@ -1,13 +1,14 @@
 #ifndef MSP_HTTP_RESPONSE_H_
 #define MSP_HTTP_RESPONSE_H_
 
+#include <msp/net/mspnet_api.h>
 #include "message.h"
 #include "status.h"
 
 namespace Msp {
 namespace Http {
 
-class Response: public Message
+class MSPNET_API Response: public Message
 {
 private:
        Status status;