summaryrefslogtreecommitdiff
path: root/protocols/Xfire/src/sendremovebuddypacket.h
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/Xfire/src/sendremovebuddypacket.h')
-rw-r--r--protocols/Xfire/src/sendremovebuddypacket.h19
1 files changed, 9 insertions, 10 deletions
diff --git a/protocols/Xfire/src/sendremovebuddypacket.h b/protocols/Xfire/src/sendremovebuddypacket.h
index 6a27728300..293662957f 100644
--- a/protocols/Xfire/src/sendremovebuddypacket.h
+++ b/protocols/Xfire/src/sendremovebuddypacket.h
@@ -29,18 +29,17 @@
namespace xfirelib {
- class SendRemoveBuddyPacket : public XFireSendPacketContent {
- public:
- virtual ~SendRemoveBuddyPacket() { }
- int getPacketId() { return XFIRE_SENDREMOVEBUDDYPACKET; }
+ class SendRemoveBuddyPacket : public XFireSendPacketContent {
+ public:
+ virtual ~SendRemoveBuddyPacket() { }
+ int getPacketId() { return XFIRE_SENDREMOVEBUDDYPACKET; }
- int getPacketContent(char *buf);
- int getPacketAttributeCount() { return 1; }
- int getPacketSize() { return 1024; }
-
- long userid;
- };
+ int getPacketContent(char *buf);
+ int getPacketAttributeCount() { return 1; }
+ int getPacketSize() { return 1024; }
+ long userid;
+ };
};
#endif