summaryrefslogtreecommitdiffstats
path: root/src/Client/SystemCommands.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/SystemCommands.h
parent197582bcf7458cafb571fde7d37ef4415d0d8f4a (diff)
downloadmad-1eb9f4df776adc5dc5cf74a587288199bbf8b703.tar
mad-1eb9f4df776adc5dc5cf74a587288199bbf8b703.zip
Renamed: XmlPacket -> XmlData
Diffstat (limited to 'src/Client/SystemCommands.h')
-rw-r--r--src/Client/SystemCommands.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Client/SystemCommands.h b/src/Client/SystemCommands.h
index 74b1a62..ba8c361 100644
--- a/src/Client/SystemCommands.h
+++ b/src/Client/SystemCommands.h
@@ -22,7 +22,7 @@
#include "export.h"
-#include <Common/XmlPacket.h>
+#include <Common/XmlData.h>
#include <vector>
@@ -37,8 +37,8 @@ class MAD_CLIENT_EXPORT SystemCommands {
private:
SystemCommands();
- static void printFSInfo(boost::shared_ptr<const Common::XmlPacket> &packet);
- static void printHostStatus(boost::shared_ptr<const Common::XmlPacket> &packet);
+ static void printFSInfo(boost::shared_ptr<const Common::XmlData> &packet);
+ static void printHostStatus(boost::shared_ptr<const Common::XmlData> &packet);
public:
static void fsinfoCommand(CommandParser *commandParser, const std::vector<std::string> &args);