more use of NonCopyable
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
* \brief File containing the definitions of the packets
|
||||
*/
|
||||
|
||||
#include <blitz/common/NonCopyable.h>
|
||||
#include <blitz/protocol/PacketData.h>
|
||||
#include <blitz/protocol/PacketDeclare.h>
|
||||
|
||||
@@ -34,7 +35,7 @@ enum class PacketType : PacketID {
|
||||
#undef DeclarePacket
|
||||
|
||||
|
||||
class Packet {
|
||||
class Packet : private NonCopyable {
|
||||
public:
|
||||
/**
|
||||
* \return The real type of the packet
|
||||
|
||||
Reference in New Issue
Block a user