summaryrefslogtreecommitdiffstats
path: root/src/Client/SystemCommands.h
diff options
context:
space:
mode:
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);