No point with component_canUnload when DISABLE_DYNLOADING
Change-Id: I85016d1e70dbb5e499aefad568179800b5d00ab7
This commit is contained in:
committed by
Tor Lillqvist
parent
29b0c6093d
commit
c672b1f43c
@@ -464,11 +464,16 @@ static struct ImplementationEntry g_entries[] =
|
|||||||
|
|
||||||
extern "C"
|
extern "C"
|
||||||
{
|
{
|
||||||
|
|
||||||
|
#ifndef DISABLE_DYNLOADING
|
||||||
|
|
||||||
SAL_DLLPUBLIC_EXPORT sal_Bool SAL_CALL component_canUnload( TimeValue *pTime )
|
SAL_DLLPUBLIC_EXPORT sal_Bool SAL_CALL component_canUnload( TimeValue *pTime )
|
||||||
{
|
{
|
||||||
return g_moduleCount.canUnload( &g_moduleCount , pTime );
|
return g_moduleCount.canUnload( &g_moduleCount , pTime );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
//==================================================================================================
|
//==================================================================================================
|
||||||
SAL_DLLPUBLIC_EXPORT void * SAL_CALL reflection_component_getFactory(
|
SAL_DLLPUBLIC_EXPORT void * SAL_CALL reflection_component_getFactory(
|
||||||
const sal_Char * pImplName, void * pServiceManager, void * pRegistryKey )
|
const sal_Char * pImplName, void * pServiceManager, void * pRegistryKey )
|
||||||
|
Reference in New Issue
Block a user