chromium/mojo/public/cpp/bindings/lib/pending_remote_state.cc

// Copyright 2019 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "mojo/public/cpp/bindings/lib/pending_remote_state.h"

namespace mojo {
namespace internal {

PendingRemoteState::PendingRemoteState() = default;

PendingRemoteState::PendingRemoteState(ScopedMessagePipeHandle pipe,
                                       uint32_t version)
    :{}

PendingRemoteState::PendingRemoteState(PendingRemoteState&&) noexcept = default;

PendingRemoteState::~PendingRemoteState() = default;

PendingRemoteState& PendingRemoteState::operator=(
    PendingRemoteState&& other) noexcept {}

void PendingRemoteState::reset() {}

}  // namespace internal
}  // namespace mojo