From 0006f3184436264697ee14caec55b233e02c2b8e Mon Sep 17 00:00:00 2001 From: Paul Hollinsky Date: Wed, 5 May 2021 02:18:22 -0400 Subject: [PATCH] Network: Mark Main51, OldFormat, and ReadSettings as Internal --- communication/decoder.cpp | 9 +++------ include/icsneo/communication/network.h | 3 +++ 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/communication/decoder.cpp b/communication/decoder.cpp index 802316a..4cbe7b3 100644 --- a/communication/decoder.cpp +++ b/communication/decoder.cpp @@ -157,12 +157,6 @@ bool Decoder::decode(std::shared_ptr& result, const std::shared_ptrnetwork.getNetID()) { case Network::NetID::Main51: { switch((Command)packet->data[0]) { case Command::RequestSerialNumber: { @@ -242,7 +236,10 @@ bool Decoder::decode(std::shared_ptr& result, const std::shared_ptr