summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2011-07-12 18:25:18 +0200
committerMatúš Kukan <matus.kukan@gmail.com>2011-07-12 18:28:13 +0200
commit9b8b278d5e38b11f9c819f2b6c2bfa478a35b217 (patch)
tree0e2e4f0615b2520b9182b3431b5bb3b3f13e7ccc /connectivity
parenta90983bd658b6f69a353ccdf0d332ed280b69711 (diff)
Keep this one component_getImplementationEnvironment method
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/drivers/ado/Aservices.cxx8
-rwxr-xr-xconnectivity/source/drivers/ado/exports.dxp1
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