@@ -30,7 +30,7 @@ public:
|
||||
virtual int getEstimatedSize();
|
||||
|
||||
public:
|
||||
static std::shared_ptr<Packet> create() { return std::shared_ptr<Packet>(new ContainerOpenPacket()); }
|
||||
static shared_ptr<Packet> create() { return shared_ptr<Packet>(new ContainerOpenPacket()); }
|
||||
virtual int getId() { return 100; }
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user