Efficient UNO component linkage & GC ...

Stephan Bergmann sbergman at redhat.com
Fri Dec 13 06:23:02 PST 2013


On 12/13/2013 12:56 PM, Stephan Bergmann wrote:
> Nowadays, the only code involved for passively registered components are
> cppuhelper/source/servicemanager.cxx reading the .rdb data and passing
> off instantiation requests to cppuhelper/source/shlib.cxx.  For
> historical reasons they do so via a published additional
> cppu::loadSharedLibComponentFactory overload (with additional prefix
> argument), but that communication channel should rather be private.

Made it private now with 
<http://cgit.freedesktop.org/libreoffice/core/commit/?id=2f7b329297c65d75f428d389a53b5822e38b0ec5> 
"[API CHANGE] remove cppu::loadSharedLibComponentFactory w/ rPrefix 
again" (which is only nominally an API change).

Stephan


More information about the LibreOffice mailing list