mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 17:03:58 +02:00
commit
aa03af8dbf
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ NetworkPacket::NetworkPacket() {
|
|||
|
||||
NetworkPacket::~NetworkPacket() {
|
||||
// nothing to do
|
||||
printf("NetworkPacket::~NetworkPacket() this=%p this.getData()=%p\n", this, getData());
|
||||
}
|
||||
|
||||
void NetworkPacket::copyContents(const sockaddr& address, const unsigned char* packetData, ssize_t packetLength) {
|
||||
|
|
Loading…
Reference in a new issue