chromium/mojo/public/cpp/bindings/generic_pending_associated_receiver.cc

// Copyright 2021 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/generic_pending_associated_receiver.h"

#include <string_view>
#include <utility>

#include "base/check.h"

namespace mojo {

GenericPendingAssociatedReceiver::GenericPendingAssociatedReceiver() = default;

GenericPendingAssociatedReceiver::GenericPendingAssociatedReceiver(
    std::string_view interface_name,
    mojo::ScopedInterfaceEndpointHandle handle)
    :{}

GenericPendingAssociatedReceiver::GenericPendingAssociatedReceiver(
    GenericPendingAssociatedReceiver&&) = default;

GenericPendingAssociatedReceiver& GenericPendingAssociatedReceiver::operator=(
    GenericPendingAssociatedReceiver&&) = default;

GenericPendingAssociatedReceiver::~GenericPendingAssociatedReceiver() = default;

void GenericPendingAssociatedReceiver::reset() {}

mojo::ScopedInterfaceEndpointHandle
GenericPendingAssociatedReceiver::PassHandle() {}

mojo::ScopedInterfaceEndpointHandle
GenericPendingAssociatedReceiver::PassHandleIfNameIs(
    const char* interface_name) {}

}  // namespace mojo