2016-09-28 11:57:10 -07:00
|
|
|
/*
|
|
|
|
|
* Copyright 2016 The WebRTC Project Authors. All rights reserved.
|
|
|
|
|
*
|
|
|
|
|
* Use of this source code is governed by a BSD-style license
|
|
|
|
|
* that can be found in the LICENSE file in the root of the source
|
|
|
|
|
* tree. An additional intellectual property rights grant can be found
|
|
|
|
|
* in the file PATENTS. All contributing project authors may
|
|
|
|
|
* be found in the AUTHORS file in the root of the source tree.
|
|
|
|
|
*/
|
|
|
|
|
|
2017-09-15 06:47:31 +02:00
|
|
|
#ifndef RTC_BASE_FUNCTION_VIEW_H_
|
|
|
|
|
#define RTC_BASE_FUNCTION_VIEW_H_
|
2016-09-28 11:57:10 -07:00
|
|
|
|
2019-03-21 14:37:36 +01:00
|
|
|
// This header is deprecated and will be removed. Please use the one,
|
|
|
|
|
// that is specified below instead.
|
2016-09-28 11:57:10 -07:00
|
|
|
|
2019-03-21 14:37:36 +01:00
|
|
|
#include "api/function_view.h"
|
2016-09-28 11:57:10 -07:00
|
|
|
|
2017-09-15 06:47:31 +02:00
|
|
|
#endif // RTC_BASE_FUNCTION_VIEW_H_
|