blob: 12e5ab2db66b5c1565778e247b9cdb4cec905d30 [file] [log] [blame]
// Copyright 2018 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "lib/fidl/cpp/decoder.h"
#include <utility>
namespace fidl {
Decoder::Decoder(HLCPPIncomingMessage message) : message_(std::move(message)) {}
Decoder::~Decoder() = default;
} // namespace fidl