LibreOffice Module configmgr (master) 1
Namespaces | Functions
update.cxx File Reference
#include <sal/config.h>
#include <cassert>
#include <set>
#include <com/sun/star/configuration/XUpdate.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/uno/Reference.hxx>
#include <com/sun/star/uno/Sequence.hxx>
#include <com/sun/star/uno/XInterface.hpp>
#include <cppuhelper/implbase.hxx>
#include <cppuhelper/supportsservice.hxx>
#include <cppuhelper/weak.hxx>
#include <osl/mutex.hxx>
#include <rtl/ref.hxx>
#include <rtl/ustring.hxx>
#include <sal/types.h>
#include "broadcaster.hxx"
#include "components.hxx"
#include "lock.hxx"
#include "modifications.hxx"
#include "rootaccess.hxx"
Include dependency graph for update.cxx:

Go to the source code of this file.

Namespaces

namespace  configmgr
 
namespace  configmgr::update
 

Functions

SAL_DLLPUBLIC_EXPORT css::uno::XInterface * com_sun_star_comp_configuration_Update_get_implementation (css::uno::XComponentContext *context, css::uno::Sequence< css::uno::Any > const &)
 

Function Documentation

◆ com_sun_star_comp_configuration_Update_get_implementation()

SAL_DLLPUBLIC_EXPORT css::uno::XInterface * com_sun_star_comp_configuration_Update_get_implementation ( css::uno::XComponentContext *  context,
css::uno::Sequence< css::uno::Any > const &   
)

Definition at line 158 of file update.cxx.

Variable Documentation

◆ context_

css::uno::Reference< css::uno::XComponentContext > context_
private

Definition at line 97 of file update.cxx.

◆ lock_

std::shared_ptr<osl::Mutex> lock_
private

Definition at line 96 of file update.cxx.