summaryrefslogtreecommitdiff
path: root/protocols/Xfire/src/recvoldversionpacket.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/Xfire/src/recvoldversionpacket.cpp')
-rw-r--r--protocols/Xfire/src/recvoldversionpacket.cpp21
1 files changed, 11 insertions, 10 deletions
diff --git a/protocols/Xfire/src/recvoldversionpacket.cpp b/protocols/Xfire/src/recvoldversionpacket.cpp
index 635d69352a..200bda04df 100644
--- a/protocols/Xfire/src/recvoldversionpacket.cpp
+++ b/protocols/Xfire/src/recvoldversionpacket.cpp
@@ -26,17 +26,18 @@
#include "variablevalue.h"
#include "xdebug.h"
-#include <vector>
-#include <string>
-namespace xfirelib {
- class RecvOldVersionPacket;
+namespace xfirelib
+{
+ class RecvOldVersionPacket;
- RecvOldVersionPacket::RecvOldVersionPacket() : XFireRecvPacketContent() {
- }
+ RecvOldVersionPacket::RecvOldVersionPacket() : XFireRecvPacketContent()
+ {
+ }
- void RecvOldVersionPacket::parseContent(char *buf, int length, int numberOfAtts) {
- //aktuelle version
- this->newversion=buf[12];
- }
+ void RecvOldVersionPacket::parseContent(char *buf, int, int)
+ {
+ //aktuelle version
+ this->newversion = buf[12];
+ }
};