19 #ifndef INCLUDED_CPPUHELPER_SHLIB_HXX
20 #define INCLUDED_CPPUHELPER_SHLIB_HXX
22 #include <com/sun/star/lang/XMultiServiceFactory.hpp>
23 #include <com/sun/star/registry/XRegistryKey.hpp>
24 #include <com/sun/star/loader/CannotActivateFactoryException.hpp>
25 #include <com/sun/star/registry/CannotRegisterImplementationException.hpp>
49 CPPUHELPER_DLLPUBLIC ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >
50 SAL_CALL loadSharedLibComponentFactory(
55 SAL_THROW( (::com::sun::star::loader::CannotActivateFactoryException) );
72 SAL_CALL writeSharedLibComponentInfo(
76 SAL_THROW( (::com::sun::star::registry::CannotRegisterImplementationException) );
Definition: Enterable.hxx:26
#define SAL_THROW(x)
Exception specification documentation.
Definition: types.h:361
Template reference class for interface type derived from BaseReference.
Definition: unotype.hxx:32
#define CPPUHELPER_DLLPUBLIC
Definition: cppuhelperdllapi.h:28
This String class provides base functionality for C++ like Unicode character array handling...
Definition: ustring.hxx:82