Codechange: remove public access to the next pointer in Packet
This commit is contained in:
@@ -62,6 +62,9 @@ public:
|
||||
Packet(PacketType type);
|
||||
~Packet();
|
||||
|
||||
static void AddToQueue(Packet **queue, Packet *packet);
|
||||
static Packet *PopFromQueue(Packet **queue);
|
||||
|
||||
/* Sending/writing of packets */
|
||||
void PrepareToSend();
|
||||
|
||||
|
Reference in New Issue
Block a user