summaryrefslogtreecommitdiffstats
path: root/src/Client/InformationManager.h
diff options
context:
space:
mode:
authorMatthias Schiffer <matthias@gamezock.de>2009-09-04 00:24:42 +0200
committerMatthias Schiffer <matthias@gamezock.de>2009-09-04 00:24:42 +0200
commit1eb9f4df776adc5dc5cf74a587288199bbf8b703 (patch)
tree42c3950b6d69c65f859db0a4d290c5408597a7bd /src/Client/InformationManager.h
parent197582bcf7458cafb571fde7d37ef4415d0d8f4a (diff)
downloadmad-1eb9f4df776adc5dc5cf74a587288199bbf8b703.tar
mad-1eb9f4df776adc5dc5cf74a587288199bbf8b703.zip
Renamed: XmlPacket -> XmlData
Diffstat (limited to 'src/Client/InformationManager.h')
-rw-r--r--src/Client/InformationManager.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Client/InformationManager.h b/src/Client/InformationManager.h
index 5f68bc2..dcb0212 100644
--- a/src/Client/InformationManager.h
+++ b/src/Client/InformationManager.h
@@ -43,7 +43,7 @@ class MAD_CLIENT_EXPORT InformationManager : private boost::noncopyable {
private:
class MAD_CLIENT_EXPORT DaemonStateUpdateRequestHandler : public Common::RequestHandlers::SimpleRequestHandler {
private:
- void handleRequest(boost::shared_ptr<const Common::XmlPacket> packet, Common::XmlPacket *ret);
+ void handleRequest(boost::shared_ptr<const Common::XmlData> packet, Common::XmlData *ret);
public:
DaemonStateUpdateRequestHandler(Common::Application *application)
@@ -63,7 +63,7 @@ class MAD_CLIENT_EXPORT InformationManager : private boost::noncopyable {
bool updating;
- void daemonListRequestFinished(boost::shared_ptr<const Common::XmlPacket> packet, Core::Exception error);
+ void daemonListRequestFinished(boost::shared_ptr<const Common::XmlData> packet, Core::Exception error);
InformationManager(Application *application0);
~InformationManager();