From 0dd7d174dd066bc15a25281f0314d59d1aff26ba Mon Sep 17 00:00:00 2001 From: jakcron Date: Thu, 18 Oct 2018 20:49:13 +0800 Subject: [PATCH] [es] Changed comments on IByteModel methods. --- lib/libes/include/nn/es/SectionHeader_V2.h | 2 +- lib/libes/include/nn/es/TicketBody_V2.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libes/include/nn/es/SectionHeader_V2.h b/lib/libes/include/nn/es/SectionHeader_V2.h index 9bf8290..58fba2b 100644 --- a/lib/libes/include/nn/es/SectionHeader_V2.h +++ b/lib/libes/include/nn/es/SectionHeader_V2.h @@ -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& getBytes() const; diff --git a/lib/libes/include/nn/es/TicketBody_V2.h b/lib/libes/include/nn/es/TicketBody_V2.h index 1e0b348..05b32e6 100644 --- a/lib/libes/include/nn/es/TicketBody_V2.h +++ b/lib/libes/include/nn/es/TicketBody_V2.h @@ -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& getBytes() const;