diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-03-19 12:17:53 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-03-19 12:17:53 +0000 |
commit | 87ee031dcec67a360006ec9684bc5f94f2b6c7f1 (patch) | |
tree | b4fb3b18dd6e49ab4b4600410d00d7feee4e300e | |
parent | 8b0b32ad02afa8b56ec7f962fb200b6a5c9a0396 (diff) |
INTEGRATION: CWS sb15 (1.8.80); FILE MERGED
2004/02/12 13:00:40 sb 1.8.80.1: #i25329# Deprecated JavaVirtualMachine, XJavaVM.
-rw-r--r-- | udkapi/com/sun/star/java/JavaVirtualMachine.idl | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/udkapi/com/sun/star/java/JavaVirtualMachine.idl b/udkapi/com/sun/star/java/JavaVirtualMachine.idl index a719f7064..b91cf1c19 100644 --- a/udkapi/com/sun/star/java/JavaVirtualMachine.idl +++ b/udkapi/com/sun/star/java/JavaVirtualMachine.idl @@ -2,9 +2,9 @@ * * $RCSfile: JavaVirtualMachine.idl,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: hr $ $Date: 2003-03-27 17:35:37 $ + * last change: $Author: obo $ $Date: 2004-03-19 13:17:53 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -72,6 +72,11 @@ interface XJavaThreadRegister_11; // DocMerge from xml: service com::sun::star::java::JavaVirtualMachine /** exports interfaces to handle a JavaVM and Java threads. + + @deprecated + A UNO service seems to be at the wrong abstraction level for this + functionality. This should probably be replaced by an appropriate C/C++ + API. */ service JavaVirtualMachine { |