blob: 79f099b2671a44eda49e38324873f798f297f7a9 [file] [log] [blame]
Henrik Boström62057622020-03-10 19:08:05 +01001/*
2 * Copyright 2020 The WebRTC Project Authors. All rights reserved.
3 *
4 * Use of this source code is governed by a BSD-style license
5 * that can be found in the LICENSE file in the root of the source
6 * tree. An additional intellectual property rights grant can be found
7 * in the file PATENTS. All contributing project authors may
8 * be found in the AUTHORS file in the root of the source tree.
9 */
10
11#include "call/adaptation/resource_adaptation_processor_interface.h"
12
13namespace webrtc {
14
Evan Shrubsole64469032020-06-11 10:45:29 +020015ResourceAdaptationProcessorInterface::~ResourceAdaptationProcessorInterface() =
16 default;
Henrik Boström62057622020-03-10 19:08:05 +010017
Evan Shrubsoleec0af262020-07-01 11:47:46 +020018ResourceLimitationsListener::~ResourceLimitationsListener() = default;
19
Henrik Boström62057622020-03-10 19:08:05 +010020} // namespace webrtc