diff options
author | Tor Lillqvist <tml@iki.fi> | 2012-09-21 14:29:16 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@suse.com> | 2012-09-21 14:46:24 +0300 |
commit | f09f52e4add4999264bbf960a3a7af6a6b7a8285 (patch) | |
tree | 77904ee4d16a84bf3fa1e67f2f9504769d828817 /cppu/inc | |
parent | e5045bea0ab261e47c2829d33cd8e383dfb8e684 (diff) |
Need also uno_ext_getMapping for Java when DISABLE_DYNLOADING
Change-Id: I65f09e54c80df4e96e24548692eeb3a57e1de517
Diffstat (limited to 'cppu/inc')
-rw-r--r-- | cppu/inc/uno/mapping.h | 10 |
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 |