aboutsummaryrefslogtreecommitdiff
path: root/cast/streaming/receiver_base.cc
blob: dd0067df30a4f9f94a60c106cc4cd4ab2d5d5fac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// Copyright 2021 The Chromium 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 "cast/streaming/receiver_base.h"

namespace openscreen {
namespace cast {

ReceiverBase::Consumer::~Consumer() = default;

ReceiverBase::ReceiverBase() = default;

ReceiverBase::~ReceiverBase() = default;

}  // namespace cast
}  // namespace openscreen