From 1268326e814837e111eaf320f72661f288393839 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 16 Apr 2013 15:34:41 +0200 Subject: Further clean-up related to removed library unloading feature Change-Id: I1ec2aa4d0ed0940e7c0a26a18c78f2df4693d278 --- cppuhelper/inc/cppuhelper/implementationentry.hxx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'cppuhelper/inc/cppuhelper/implementationentry.hxx') diff --git a/cppuhelper/inc/cppuhelper/implementationentry.hxx b/cppuhelper/inc/cppuhelper/implementationentry.hxx index f8d8f936f174..298c0dc9e9ba 100644 --- a/cppuhelper/inc/cppuhelper/implementationentry.hxx +++ b/cppuhelper/inc/cppuhelper/implementationentry.hxx @@ -54,6 +54,9 @@ struct ImplementationEntry com::sun::star::uno::Sequence< rtl::OUString > MY_FN_PTR( getSupportedServiceNames ) (); /** Function that creates a SingleComponentFactory. + + The pModCount parameter is a backwards-compatibility remainder of a + removed library unloading feature; always set to null. */ ::com::sun::star::uno::Reference< ::com::sun::star::lang::XSingleComponentFactory > MY_FN_PTR( createFactory )( @@ -62,8 +65,8 @@ struct ImplementationEntry ::com::sun::star::uno::Sequence< ::rtl::OUString > const & rServiceNames, rtl_ModuleCount * pModCount ); - /** The shared-library module-counter of the implementation. Maybe 0. The module-counter - is used during by the createFactory()-function. + /** Backwards-compatibility remainder of a removed library unloading + feature; always set to null. */ rtl_ModuleCount * moduleCounter; -- cgit v1.2.3