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 | 9b8b278d5e38b11f9c819f2b6c2bfa478a35b217 (patch) | |
tree | 0e2e4f0615b2520b9182b3431b5bb3b3f13e7ccc /connectivity/source | |
parent | a90983bd658b6f69a353ccdf0d332ed280b69711 (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 b11b80d1262d..5fd7231d7a07 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 70033078921a..f0e1c69934bc 100755 --- a/connectivity/source/drivers/ado/exports.dxp +++ b/connectivity/source/drivers/ado/exports.dxp @@ -1 +1,2 @@ +component_getImplementationEnvironment component_getFactory |