diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2011-07-12 18:25:18 +0200 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2011-07-12 18:28:13 +0200 |
commit | 04ebb08ea8f0cdde12e0562fa5a7bbfa22d4f55c (patch) | |
tree | 1b3316013f638567d57cba706552038e94b8ec83 /connectivity/source | |
parent | 4bbe054ed31c394056841a6de0eb6ddec6567a80 (diff) |
Keep this one component_getImplementationEnvironment method
Diffstat (limited to 'connectivity/source')
-rw-r--r-- | connectivity/source/drivers/ado/Aservices.cxx | 8 | ||||
-rwxr-xr-x | connectivity/source/drivers/ado/exports.dxp | 1 |
2 files changed, 9 insertions, 0 deletions
diff --git a/connectivity/source/drivers/ado/Aservices.cxx b/connectivity/source/drivers/ado/Aservices.cxx index f259845fda..210cf52792 100644 --- a/connectivity/source/drivers/ado/Aservices.cxx +++ b/connectivity/source/drivers/ado/Aservices.cxx @@ -86,6 +86,14 @@ struct ProviderRequest }; //--------------------------------------------------------------------------------------- +extern "C" SAL_DLLPUBLIC_EXPORT void SAL_CALL component_getImplementationEnvironment( + const sal_Char **ppEnvTypeName, + uno_Environment ** /*ppEnv*/) +{ + *ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME ":affine"; +} + +//--------------------------------------------------------------------------------------- extern "C" SAL_DLLPUBLIC_EXPORT void* SAL_CALL component_getFactory( const sal_Char* pImplementationName, void* pServiceManager, diff --git a/connectivity/source/drivers/ado/exports.dxp b/connectivity/source/drivers/ado/exports.dxp index 7003307892..f0e1c69934 100755 --- a/connectivity/source/drivers/ado/exports.dxp +++ b/connectivity/source/drivers/ado/exports.dxp @@ -1 +1,2 @@ +component_getImplementationEnvironment component_getFactory |