From aee436760e97f5f00e416713f8ee31f07681e2b1 Mon Sep 17 00:00:00 2001 From: David Tardon Date: Tue, 27 Dec 2011 15:42:14 +0100 Subject: function component_canUnload is exported --- stoc/source/bootstrap/services.cxx | 2 +- stoc/source/corereflection/crefl.cxx | 2 +- stoc/source/invocation/invocation.cxx | 2 +- stoc/source/invocation_adapterfactory/iafactory.cxx | 2 +- stoc/source/namingservice/namingservice.cxx | 2 +- stoc/source/proxy_factory/proxyfac.cxx | 2 +- stoc/source/stocservices/stocservices.cxx | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) (limited to 'stoc') diff --git a/stoc/source/bootstrap/services.cxx b/stoc/source/bootstrap/services.cxx index 2b8c9f81a9e4..e92acad12494 100644 --- a/stoc/source/bootstrap/services.cxx +++ b/stoc/source/bootstrap/services.cxx @@ -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 ); } diff --git a/stoc/source/corereflection/crefl.cxx b/stoc/source/corereflection/crefl.cxx index 3fae228b7d06..eb35840b1642 100644 --- a/stoc/source/corereflection/crefl.cxx +++ b/stoc/source/corereflection/crefl.cxx @@ -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 ); } diff --git a/stoc/source/invocation/invocation.cxx b/stoc/source/invocation/invocation.cxx index fa034e63521f..9051aec8a2e7 100644 --- a/stoc/source/invocation/invocation.cxx +++ b/stoc/source/invocation/invocation.cxx @@ -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 ); } diff --git a/stoc/source/invocation_adapterfactory/iafactory.cxx b/stoc/source/invocation_adapterfactory/iafactory.cxx index 1501ef401219..39c713a54e5d 100644 --- a/stoc/source/invocation_adapterfactory/iafactory.cxx +++ b/stoc/source/invocation_adapterfactory/iafactory.cxx @@ -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( diff --git a/stoc/source/namingservice/namingservice.cxx b/stoc/source/namingservice/namingservice.cxx index d94087972a58..2fbdac03cb92 100644 --- a/stoc/source/namingservice/namingservice.cxx +++ b/stoc/source/namingservice/namingservice.cxx @@ -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 ); } diff --git a/stoc/source/proxy_factory/proxyfac.cxx b/stoc/source/proxy_factory/proxyfac.cxx index aab09d88de93..3606be1bd019 100644 --- a/stoc/source/proxy_factory/proxyfac.cxx +++ b/stoc/source/proxy_factory/proxyfac.cxx @@ -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 ); } diff --git a/stoc/source/stocservices/stocservices.cxx b/stoc/source/stocservices/stocservices.cxx index 2990e4abe03f..89d034ad143c 100644 --- a/stoc/source/stocservices/stocservices.cxx +++ b/stoc/source/stocservices/stocservices.cxx @@ -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 ); } -- cgit