Kaydet (Commit) 33c4a94b authored tarafından Matus Kukan's avatar Matus Kukan Kaydeden (comit) Matúš Kukan

Remove component_getImplementationEnvironment

üst 04630d41
component_getImplementationEnvironment
component_writeInfo component_writeInfo
component_getFactory component_getFactory
UDK_3_0_0 { UDK_3_0_0 {
global: global:
component_getImplementationEnvironment;
component_writeInfo; component_writeInfo;
component_getFactory; component_getFactory;
local: local:
......
...@@ -110,17 +110,6 @@ struct ProviderRequest ...@@ -110,17 +110,6 @@ struct ProviderRequest
/* }}} */ /* }}} */
/* {{{ component_getImplementationEnvironment -I- */
extern "C" SAL_DLLPUBLIC_EXPORT void SAL_CALL component_getImplementationEnvironment(
const sal_Char **ppEnvTypeName,
uno_Environment ** /* ppEnv */
)
{
*ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME;
}
/* }}} */
/* {{{ component_writeInfo -I- */ /* {{{ component_writeInfo -I- */
extern "C" SAL_DLLPUBLIC_EXPORT sal_Bool SAL_CALL component_writeInfo(void * /* pServiceManager */, void * pRegistryKey) extern "C" SAL_DLLPUBLIC_EXPORT sal_Bool SAL_CALL component_writeInfo(void * /* pServiceManager */, void * pRegistryKey)
{ {
......
...@@ -44,14 +44,6 @@ using namespace ::com::sun::star::registry; ...@@ -44,14 +44,6 @@ using namespace ::com::sun::star::registry;
extern "C" extern "C"
{ {
SAL_DLLPUBLIC_EXPORT void SAL_CALL component_getImplementationEnvironment(
const sal_Char ** ppEnvTypeName, uno_Environment ** )
{
*ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME;
}
// -------------------------------------------------------------------------
sal_Bool SAL_CALL component_writeInfo( void* /*pServiceManager*/, void* pRegistryKey ) sal_Bool SAL_CALL component_writeInfo( void* /*pServiceManager*/, void* pRegistryKey )
{ {
if (pRegistryKey) if (pRegistryKey)
......
...@@ -83,12 +83,6 @@ namespace ...@@ -83,12 +83,6 @@ namespace
} }
} }
extern "C" SAL_DLLPUBLIC_EXPORT void SAL_CALL component_getImplementationEnvironment(
const sal_Char **ppEnvTypeName, uno_Environment ** /*ppEnv*/ )
{
*ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME;
}
namespace namespace
{ {
typedef Reference< XInterface > (SAL_CALL * ComponentFactory)( const Reference< XComponentContext >& ); typedef Reference< XInterface > (SAL_CALL * ComponentFactory)( const Reference< XComponentContext >& );
......
...@@ -119,18 +119,6 @@ extern "C" ...@@ -119,18 +119,6 @@ extern "C"
return g_moduleCount.canUnload( &g_moduleCount , pTime ); return g_moduleCount.canUnload( &g_moduleCount , pTime );
} }
SAL_DLLPUBLIC_EXPORT void SAL_CALL component_getImplementationEnvironment(
const sal_Char ** ppEnvTypeName, uno_Environment ** )
{
*ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME;
}
sal_Bool SAL_CALL component_writeInfo( sal_Bool SAL_CALL component_writeInfo(
void * pServiceManager, void * pRegistryKey ) void * pServiceManager, void * pRegistryKey )
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment