mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-20 00:57:49 +01:00

The actual event definitions will be added in upcoming CLs. Bug: webrtc:11933 Change-Id: Ie10b08a71aeb12118612b7717a08b6acbc699c4d Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/249361 Reviewed-by: Sebastian Jansson <srte@webrtc.org> Commit-Queue: Björn Terelius <terelius@webrtc.org> Cr-Commit-Position: refs/heads/main@{#35978}
18 lines
710 B
C
18 lines
710 B
C
/*
|
|
* Copyright 2019 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.
|
|
*/
|
|
|
|
#ifndef LOGGING_RTC_EVENT_LOG_LOGGED_EVENTS_H_
|
|
#define LOGGING_RTC_EVENT_LOG_LOGGED_EVENTS_H_
|
|
|
|
// TODO(terelius): Delete this forwarding header when downstream
|
|
// projects have been updated.
|
|
#include "logging/rtc_event_log/events/logged_rtp_rtcp.h"
|
|
|
|
#endif // LOGGING_RTC_EVENT_LOG_LOGGED_EVENTS_H_
|