/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*- * vim: sw=2 ts=4 et :
*/ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
// n.b.: These methods all require that the channel monitor is // held when they are invoked. virtualvoid SendMessage(mozilla::UniquePtr<Message> msg) = 0;
// Synchronously close the connection, such that no further notifications will // be delivered to the MessageChannel instance. Must be called with the // channel monitor held. virtualvoid Close() = 0;
class PortLink final : public MessageLink { using PortRef = mojo::core::ports::PortRef; using PortStatus = mojo::core::ports::PortStatus; using UserMessage = mojo::core::ports::UserMessage; using UserMessageEvent = mojo::core::ports::UserMessageEvent;
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung ist noch experimentell.