#include "logging/rtc_event_log/events/rtc_event_dtls_writable_state.h"
#include <memory>
#include "absl/memory/memory.h"
#include "api/rtc_event_log/rtc_event.h"
namespace webrtc {
RtcEventDtlsWritableState::RtcEventDtlsWritableState(bool writable)
: … { … }
RtcEventDtlsWritableState::RtcEventDtlsWritableState(
const RtcEventDtlsWritableState& other)
: … { … }
RtcEventDtlsWritableState::~RtcEventDtlsWritableState() = default;
std::unique_ptr<RtcEventDtlsWritableState> RtcEventDtlsWritableState::Copy()
const { … }
}