summaryrefslogtreecommitdiff
path: root/cppu/inc/uno/mapping.h
diff options
context:
space:
mode:
Diffstat (limited to 'cppu/inc/uno/mapping.h')
-rw-r--r--cppu/inc/uno/mapping.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/cppu/inc/uno/mapping.h b/cppu/inc/uno/mapping.h
index 7d021790e209..1f3828a597d3 100644
--- a/cppu/inc/uno/mapping.h
+++ b/cppu/inc/uno/mapping.h
@@ -193,6 +193,16 @@ void SAL_CALL CPPU_ENV_uno_ext_getMapping(
struct _uno_Environment * pFrom,
struct _uno_Environment * pTo )
SAL_THROW_EXTERN_C();
+
+#ifdef SOLAR_JAVA
+/* This is the uno_ext_getMapping function in the Java/UNO bridge */
+void SAL_CALL java_uno_ext_getMapping(
+ struct _uno_Mapping ** ppMapping,
+ struct _uno_Environment * pFrom,
+ struct _uno_Environment * pTo )
+ SAL_THROW_EXTERN_C();
+#endif
+
#endif
#ifdef __cplusplus