/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* * This file is part of the LibreOffice project. * * 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/.
*/
/** This is a straight copy of the include/comphelper/compbase.hxx file, copied here because it is nigh impossible to move shared code down into the URE layer.
*/
namespace cppuhelper
{ /** Serves two purposes (1) extracts code that doesn't need to be templated (2) helps to handle the custom where we have conflicting interfaces e.g. multiple UNO interfaces that extend css::lang::XComponent
*/ class CPPUHELPER_DLLPUBLIC WeakComponentImplHelperBase2 : publicvirtual UnoImplBase, public cppu::OWeakObject, public css::lang::XComponent
{ public: virtual ~WeakComponentImplHelperBase2() override;
/** Called by dispose for subclasses to do dispose() work. The mutex is held when called, and subclasses can unlock() the guard if necessary.
*/ virtualvoid disposing(std::unique_lock<std::mutex>&);
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 und die Messung sind noch experimentell.