function component_canUnload is exported

This commit is contained in:
David Tardon
2011-12-27 15:42:14 +01:00
parent 3a38a8514a
commit aee436760e
20 changed files with 20 additions and 20 deletions

View File

@@ -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);
}

View File

@@ -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 );

View File

@@ -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;

View File

@@ -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);
}

View File

@@ -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 );
}

View File

@@ -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 );
}

View File

@@ -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 );
}

View File

@@ -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 );
}

View File

@@ -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 );
}

View File

@@ -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 );
}

View File

@@ -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);
}

View File

@@ -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);
}

View File

@@ -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 );
}

View File

@@ -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 );
}

View File

@@ -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 );
}

View File

@@ -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 );
}

View File

@@ -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(

View File

@@ -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 );
}

View File

@@ -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 );
}

View File

@@ -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 );
}