mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-13 04:12:14 +02:00
remove header packet methods from LimitedNodeList
This commit is contained in:
parent
b4d01c4644
commit
5edb809cd1
1 changed files with 0 additions and 7 deletions
|
@ -122,13 +122,6 @@ public:
|
|||
|
||||
PacketReceiver& getPacketReceiver() { return _packetReceiver; }
|
||||
|
||||
// QByteArray byteArrayWithPopulatedHeader(PacketType::Value packetType)
|
||||
// { return byteArrayWithUUIDPopulatedHeader(packetType, _sessionUUID); }
|
||||
// int populatePacketHeader(QByteArray& packet, PacketType::Value packetType)
|
||||
// { return populatePacketHeaderWithUUID(packet, packetType, _sessionUUID); }
|
||||
// int populatePacketHeader(char* packet, PacketType::Value packetType)
|
||||
// { return populatePacketHeaderWithUUID(packet, packetType, _sessionUUID); }
|
||||
|
||||
qint64 sendUnreliablePacket(const NLPacket& packet, const SharedNodePointer& destinationNode) { assert(false); return 0; }
|
||||
qint64 sendUnreliablePacket(const NLPacket& packet, const HifiSockAddr& sockAddr) { assert(false); return 0; }
|
||||
|
||||
|
|
Loading…
Reference in a new issue