]> git.tdb.fi Git - libs/net.git/blobdiff - source/http/client.h
Decorate things which constitute the public API
[libs/net.git] / source / http / client.h
index cd53f61301c262417cf36a81f84a999dd5096e13..b1f097d8852a4517c501a7d996ee077a97e753fc 100644 (file)
@@ -5,6 +5,7 @@
 #include <string>
 #include <sigc++/signal.h>
 #include <msp/io/eventdispatcher.h>
+#include <msp/net/mspnet_api.h>
 #include <msp/net/resolve.h>
 #include <msp/net/streamsocket.h>
 
@@ -14,7 +15,7 @@ namespace Http {
 class Request;
 class Response;
 
-class Client
+class MSPNET_API Client
 {
 public:
        sigc::signal<void, const Response &> signal_response_complete;