function component_canUnload is exported
This commit is contained in:
@@ -197,7 +197,7 @@ static void SAL_CALL environmentDisposing( uno_Environment * ) SAL_THROW( () )
|
||||
|
||||
#ifndef IOS
|
||||
|
||||
sal_Bool SAL_CALL component_canUnload(TimeValue * pTime) SAL_THROW_EXTERN_C() {
|
||||
SAL_DLLPUBLIC_EXPORT sal_Bool SAL_CALL component_canUnload(TimeValue * pTime) SAL_THROW_EXTERN_C() {
|
||||
return bridges::cpp_uno::shared::g_moduleCount.canUnload(
|
||||
&bridges::cpp_uno::shared::g_moduleCount, pTime);
|
||||
}
|
||||
|
@@ -561,7 +561,7 @@ void SAL_CALL uno_ext_getMapping(
|
||||
}
|
||||
|
||||
//------------------------------------------------------------------------------
|
||||
sal_Bool SAL_CALL component_canUnload( TimeValue * pTime )
|
||||
SAL_DLLPUBLIC_EXPORT sal_Bool SAL_CALL component_canUnload( TimeValue * pTime )
|
||||
SAL_THROW_EXTERN_C()
|
||||
{
|
||||
return (*g_moduleCount.canUnload)( &g_moduleCount, pTime );
|
||||
|
@@ -359,7 +359,7 @@ void SAL_CALL uno_ext_getMapping(
|
||||
|
||||
|
||||
//##################################################################################################
|
||||
sal_Bool SAL_CALL component_canUnload( TimeValue * )
|
||||
SAL_DLLPUBLIC_EXPORT sal_Bool SAL_CALL component_canUnload( TimeValue * )
|
||||
SAL_THROW_EXTERN_C()
|
||||
{
|
||||
return true;
|
||||
|
@@ -118,7 +118,7 @@ extern "C" SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory(
|
||||
return pRet;
|
||||
}
|
||||
|
||||
extern "C" sal_Bool component_canUnload( TimeValue* libUnused)
|
||||
extern "C" SAL_DLLPUBLIC_EXPORT sal_Bool component_canUnload( TimeValue* libUnused)
|
||||
{
|
||||
return globalModuleCount.canUnload( &globalModuleCount, libUnused);
|
||||
}
|
||||
|
@@ -498,7 +498,7 @@ static struct ImplementationEntry g_entries[] =
|
||||
|
||||
extern "C"
|
||||
{
|
||||
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 );
|
||||
}
|
||||
|
@@ -295,7 +295,7 @@ static struct ImplementationEntry g_entries[] =
|
||||
|
||||
extern "C"
|
||||
{
|
||||
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 );
|
||||
}
|
||||
|
@@ -344,7 +344,7 @@ static struct ImplementationEntry g_entries[] =
|
||||
extern "C"
|
||||
{
|
||||
|
||||
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 );
|
||||
}
|
||||
|
@@ -255,7 +255,7 @@ static struct ImplementationEntry g_entries[] =
|
||||
extern "C"
|
||||
{
|
||||
|
||||
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 );
|
||||
}
|
||||
|
@@ -97,7 +97,7 @@ static struct ImplementationEntry g_entries[] =
|
||||
extern "C"
|
||||
{
|
||||
|
||||
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 );
|
||||
}
|
||||
|
@@ -209,7 +209,7 @@ static struct ImplementationEntry g_entries[] =
|
||||
|
||||
extern "C"
|
||||
{
|
||||
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 );
|
||||
}
|
||||
|
@@ -257,7 +257,7 @@ extern "C" {
|
||||
return pRet;
|
||||
}
|
||||
|
||||
sal_Bool component_canUnload( TimeValue* libUnused)
|
||||
SAL_DLLPUBLIC_EXPORT sal_Bool component_canUnload( TimeValue* libUnused)
|
||||
{
|
||||
return globalModuleCount.canUnload( &globalModuleCount, libUnused);
|
||||
}
|
||||
|
@@ -224,7 +224,7 @@ extern "C" {
|
||||
return pRet;
|
||||
}
|
||||
|
||||
sal_Bool component_canUnload( TimeValue* libUnused)
|
||||
SAL_DLLPUBLIC_EXPORT sal_Bool component_canUnload( TimeValue* libUnused)
|
||||
{
|
||||
return globalModuleCount.canUnload( &globalModuleCount, libUnused);
|
||||
}
|
||||
|
@@ -112,7 +112,7 @@ static struct ImplementationEntry gServiceEntries[] =
|
||||
|
||||
extern "C"
|
||||
{
|
||||
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 );
|
||||
}
|
||||
|
@@ -119,7 +119,7 @@ extern "C"
|
||||
{
|
||||
|
||||
#ifndef IOS
|
||||
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 );
|
||||
}
|
||||
|
@@ -473,7 +473,7 @@ static struct ImplementationEntry g_entries[] =
|
||||
|
||||
extern "C"
|
||||
{
|
||||
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 );
|
||||
}
|
||||
|
@@ -1214,7 +1214,7 @@ static struct ImplementationEntry g_entries[] =
|
||||
|
||||
extern "C"
|
||||
{
|
||||
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 );
|
||||
}
|
||||
|
@@ -981,7 +981,7 @@ static struct ::cppu::ImplementationEntry g_entries[] =
|
||||
|
||||
extern "C"
|
||||
{
|
||||
sal_Bool SAL_CALL component_canUnload(
|
||||
SAL_DLLPUBLIC_EXPORT sal_Bool SAL_CALL component_canUnload(
|
||||
TimeValue *pTime )
|
||||
{
|
||||
return ::stoc_invadp::g_moduleCount.canUnload(
|
||||
|
@@ -205,7 +205,7 @@ static struct ImplementationEntry g_entries[] =
|
||||
|
||||
extern "C"
|
||||
{
|
||||
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 );
|
||||
}
|
||||
|
@@ -514,7 +514,7 @@ static ::cppu::ImplementationEntry g_entries [] =
|
||||
extern "C"
|
||||
{
|
||||
|
||||
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 );
|
||||
}
|
||||
|
@@ -88,7 +88,7 @@ static struct ImplementationEntry g_entries[] =
|
||||
extern "C"
|
||||
{
|
||||
|
||||
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 );
|
||||
}
|
||||
|
Reference in New Issue
Block a user