#include <memory>
#include <string_view>
#include <dp_misc.h>
#include <dp_backend.h>
#include <dp_ucb.h>
#include <dp_interact.h>
#include <com/sun/star/lang/IllegalArgumentException.hpp>
#include <osl/file.hxx>
#include <ucbhelper/content.hxx>
#include <svl/inettype.hxx>
#include "dp_executablebackenddb.hxx"
#include <cppuhelper/supportsservice.hxx>
Go to the source code of this file.
◆ com_sun_star_comp_deployment_executable_PackageRegistryBackend_get_implementation()
SAL_DLLPUBLIC_EXPORT css::uno::XInterface * com_sun_star_comp_deployment_executable_PackageRegistryBackend_get_implementation |
( |
css::uno::XComponentContext * |
context, |
|
|
css::uno::Sequence< css::uno::Any > const & |
args |
|
) |
| |
◆ m_backendDb
std::unique_ptr<ExecutableBackendDb> m_backendDb |
|
private |
◆ m_xExecutableTypeInfo
Reference<deployment::XPackageTypeInfo> m_xExecutableTypeInfo |
|
private |