INTEGRATION: CWS jl16 (1.3.2); FILE MERGED

2005/08/22 08:58:26 sb 1.3.2.1: #i52831# Hack so that Wrapper objects are detected as proxies by the java_remote_bridge in jurt (a bit fragile, but works, see comment in java_remote_bridge.mapInterfaceTo).
This commit is contained in:
Jens-Heiner Rechtien
2005-09-23 10:53:41 +00:00
parent b958e8f3e9
commit f8dc63c1c9

View File

@@ -4,9 +4,9 @@
*
* $RCSfile: Wrapper.java,v $
*
* $Revision: 1.4 $
* $Revision: 1.5 $
*
* last change: $Author: rt $ $Date: 2005-09-07 22:03:19 $
* last change: $Author: hr $ $Date: 2005-09-23 11:53:41 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -55,6 +55,10 @@ import com.sun.star.uno.UnoRuntime;
*/
class Wrapper
implements
com.sun.star.lib.uno.Proxy,
// see the comment in com.sun.star.lib.uno.bridges.java_remote
// .java_remote_bridge.mapInterfaceTo for the consequences of this
// hack
com.sun.star.uno.IQueryInterface,
com.sun.star.lang.XComponent
{