mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 20:40:04 +00:00
Default ValidateMessage implementation
This commit is contained in:
parent
0303412519
commit
cb86ab4b9b
6 changed files with 59 additions and 48 deletions
|
|
@ -48,9 +48,11 @@ public:
|
|||
|
||||
bool IsCompressionEnabled() const;
|
||||
|
||||
bool Parse(std::istream& is);
|
||||
size_t data_size() const override;
|
||||
|
||||
static const size_t SIZE = 102u;
|
||||
bool Parse(std::istream& is) override;
|
||||
|
||||
static constexpr size_t SIZE = 102u;
|
||||
|
||||
private:
|
||||
std::unique_ptr<ProductDescriptionBlockImpl> p;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue