diff options
author | Matúš Kukan <matus.kukan@collabora.com> | 2013-12-16 13:38:14 +0100 |
---|---|---|
committer | Matúš Kukan <matus.kukan@collabora.com> | 2013-12-18 07:15:49 +0100 |
commit | e20f27f0a04a3c0c0ba38a2b78f5c2591e27bbc0 (patch) | |
tree | 42f53ae75e98031ca70563fe69471e0a148c94ee /include/osl/detail | |
parent | 291e846db9840b9f82bc28e495b54ae5ac51d0fc (diff) |
bootstrap component: Split into implementation functions.
Change-Id: I91cb0177edd79485eab885e995e79b1a19a769d5
Diffstat (limited to 'include/osl/detail')
-rw-r--r-- | include/osl/detail/component-declarations.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/include/osl/detail/component-declarations.h b/include/osl/detail/component-declarations.h index b559792dadec..8bcbda373bc6 100644 --- a/include/osl/detail/component-declarations.h +++ b/include/osl/detail/component-declarations.h @@ -99,7 +99,16 @@ void * xstor_component_getFactory( const char * , void * , void * ); void * com_sun_star_comp_extensions_xml_sax_FastParser_component_getFactory( const char * , void * , void * ); void * com_sun_star_comp_extensions_xml_sax_ParserExpat_component_getFactory( const char * , void * , void * ); +void * com_sun_star_comp_stoc_DLLComponentLoader_component_getFactory( const char * , void * , void * ); +void * com_sun_star_comp_stoc_ImplementationRegistration_component_getFactory( const char * , void * , void * ); +void * com_sun_star_comp_stoc_NestedRegistry_component_getFactory( const char * , void * , void * ); +void * com_sun_star_comp_stoc_ORegistryServiceManager_component_getFactory( const char * , void * , void * ); +void * com_sun_star_comp_stoc_OServiceManager_component_getFactory( const char * , void * , void * ); +void * com_sun_star_comp_stoc_OServiceManagerWrapper_component_getFactory( const char * , void * , void * ); +void * com_sun_star_comp_stoc_SimpleRegistry_component_getFactory( const char * , void * , void * ); void * com_sun_star_extensions_xml_sax_Writer_component_getFactory( const char * , void * , void * ); +void * com_sun_star_security_comp_stoc_AccessController_component_getFactory( const char * , void * , void * ); +void * com_sun_star_security_comp_stoc_FilePolicy_component_getFactory( const char * , void * , void * ); #ifdef __cplusplus } |