diff options
author | Jörg Budischewski <jbu@openoffice.org> | 2001-05-18 14:44:18 +0000 |
---|---|---|
committer | Jörg Budischewski <jbu@openoffice.org> | 2001-05-18 14:44:18 +0000 |
commit | 5a3d28be5adde6cd0b957d0450cedfafaf6cf59e (patch) | |
tree | 44087dfccd77ec0350cb48f44852127843f05535 /cppuhelper | |
parent | f3097d7b52b481bfec4e6235c9396738ea3aa9f2 (diff) |
#87267# module logging prepared
Diffstat (limited to 'cppuhelper')
-rw-r--r-- | cppuhelper/source/factory.cxx | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/cppuhelper/source/factory.cxx b/cppuhelper/source/factory.cxx index 0fe2082a1a4b..2e7f24acae1e 100644 --- a/cppuhelper/source/factory.cxx +++ b/cppuhelper/source/factory.cxx @@ -2,9 +2,9 @@ * * $RCSfile: factory.cxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: dbo $ $Date: 2001-05-17 12:06:19 $ + * last change: $Author: jbu $ $Date: 2001-05-18 15:44:18 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -842,7 +842,8 @@ Reference<XSingleServiceFactory > SAL_CALL createSingleFactory( const Reference<XMultiServiceFactory > & rServiceManager, const OUString & rImplementationName, ComponentInstantiation pCreateFunction, - const Sequence< OUString > & rServiceNames ) + const Sequence< OUString > & rServiceNames, + rtl_ModuleCount *pModCount ) SAL_THROW( () ) { return new OFactoryComponentHelper( @@ -864,7 +865,8 @@ Reference<XSingleServiceFactory > SAL_CALL createOneInstanceFactory( const Reference<XMultiServiceFactory > & rServiceManager, const OUString & rImplementationName, ComponentInstantiation pCreateFunction, - const Sequence< OUString > & rServiceNames ) + const Sequence< OUString > & rServiceNames, + rtl_ModuleCount *pModCount ) SAL_THROW( () ) { return new OFactoryComponentHelper( @@ -897,7 +899,8 @@ Reference<XSingleServiceFactory > SAL_CALL createOneInstanceRegistryFactory( Reference< lang::XSingleComponentFactory > SAL_CALL createSingleComponentFactory( ComponentFactoryFunc fptr, OUString const & rImplementationName, - Sequence< OUString > const & rServiceNames ) + Sequence< OUString > const & rServiceNames, + rtl_ModuleCount * pModCount) SAL_THROW( () ) { return new OFactoryComponentHelper( |