mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-09 17:53:43 +02:00
bunch up the NLPacket constructors
This commit is contained in:
parent
30225ba3c1
commit
240f53ddd2
1 changed files with 0 additions and 3 deletions
|
@ -48,13 +48,10 @@ protected:
|
|||
|
||||
NLPacket(PacketType::Value type);
|
||||
NLPacket(PacketType::Value type, qint64 size);
|
||||
|
||||
NLPacket(std::unique_ptr<char> data, qint64 size, const HifiSockAddr& senderSockAddr);
|
||||
NLPacket(std::unique_ptr<Packet> packet);
|
||||
|
||||
NLPacket(const NLPacket& other);
|
||||
NLPacket& operator=(const NLPacket& other);
|
||||
|
||||
NLPacket(NLPacket&& other);
|
||||
NLPacket& operator=(NLPacket&& other);
|
||||
|
||||
|
|
Loading…
Reference in a new issue