summaryrefslogtreecommitdiffstats
path: root/src/Client/InformationManager.h
diff options
context:
space:
mode:
authorMatthias Schiffer <matthias@gamezock.de>2009-08-18 15:58:17 +0200
committerMatthias Schiffer <matthias@gamezock.de>2009-08-18 15:58:17 +0200
commitdb5ad2e09a6b38e841463dbe7eb076492b62c948 (patch)
tree5907f6416e35cbd25432a5f1f6dc9664d36aa73c /src/Client/InformationManager.h
parent5da7b0847bac2a5abec95b9ac1701b74baae8964 (diff)
downloadmad-db5ad2e09a6b38e841463dbe7eb076492b62c948.tar
mad-db5ad2e09a6b38e841463dbe7eb076492b62c948.zip
Mad funktioniert jetzt unter Windows
Diffstat (limited to 'src/Client/InformationManager.h')
-rw-r--r--src/Client/InformationManager.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/Client/InformationManager.h b/src/Client/InformationManager.h
index d0e26a3..5f68bc2 100644
--- a/src/Client/InformationManager.h
+++ b/src/Client/InformationManager.h
@@ -20,6 +20,8 @@
#ifndef MAD_CLIENT_INFORMATIONMANAGER_H_
#define MAD_CLIENT_INFORMATIONMANAGER_H_
+#include "export.h"
+
#include <map>
#include <memory>
@@ -37,9 +39,9 @@ namespace Client {
class Application;
-class InformationManager : private boost::noncopyable {
+class MAD_CLIENT_EXPORT InformationManager : private boost::noncopyable {
private:
- class DaemonStateUpdateRequestHandler : public Common::RequestHandlers::SimpleRequestHandler {
+ class MAD_CLIENT_EXPORT DaemonStateUpdateRequestHandler : public Common::RequestHandlers::SimpleRequestHandler {
private:
void handleRequest(boost::shared_ptr<const Common::XmlPacket> packet, Common::XmlPacket *ret);