#include "mojo/public/cpp/platform/platform_channel_server_endpoint.h"
namespace mojo {
PlatformChannelServerEndpoint::PlatformChannelServerEndpoint() = default;
PlatformChannelServerEndpoint::PlatformChannelServerEndpoint(
PlatformChannelServerEndpoint&& other) = default;
PlatformChannelServerEndpoint::PlatformChannelServerEndpoint(
PlatformHandle handle)
: … { … }
PlatformChannelServerEndpoint::~PlatformChannelServerEndpoint() = default;
PlatformChannelServerEndpoint& PlatformChannelServerEndpoint::operator=(
PlatformChannelServerEndpoint&& other) = default;
void PlatformChannelServerEndpoint::reset() { … }
PlatformChannelServerEndpoint PlatformChannelServerEndpoint::Clone() const { … }
}