[es] Changed comments on IByteModel methods.

This commit is contained in:
jakcron 2018-10-18 20:49:13 +08:00
parent 0bb49d0363
commit 0dd7d174dd
2 changed files with 2 additions and 2 deletions

View file

@ -18,7 +18,7 @@ namespace es
bool operator==(const SectionHeader_V2& other) const;
bool operator!=(const SectionHeader_V2& other) const;
// export/import binary
// IByteModel
void toBytes();
void fromBytes(const byte_t* data, size_t len);
const fnd::Vec<byte_t>& getBytes() const;

View file

@ -19,7 +19,7 @@ namespace es
bool operator==(const TicketBody_V2& other) const;
bool operator!=(const TicketBody_V2& other) const;
// export/import binary
// IByteModel
void toBytes();
void fromBytes(const byte_t* bytes, size_t len);
const fnd::Vec<byte_t>& getBytes() const;