diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-06-03 14:53:41 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-06-03 14:53:41 +0000 |
commit | 48976aa49927996abc45c8e6078a59e2388074e5 (patch) | |
tree | 4f59905b0c5f558d2f09b777c252e56ef3d4315b /udkapi/com/sun/star/java | |
parent | 6d88e6817e94c74b9285d1cde6f37ffbea7db721 (diff) |
INTEGRATION: CWS sb18 (1.9.8); FILE MERGED
2004/05/21 15:09:43 sb 1.9.8.1: #i21150# Added published flag.
Diffstat (limited to 'udkapi/com/sun/star/java')
-rw-r--r-- | udkapi/com/sun/star/java/JavaVirtualMachine.idl | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/udkapi/com/sun/star/java/JavaVirtualMachine.idl b/udkapi/com/sun/star/java/JavaVirtualMachine.idl index 3b9cbfe65bba..c54349b20f8b 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.9 $ + * $Revision: 1.10 $ * - * last change: $Author: obo $ $Date: 2004-03-19 13:17:53 $ + * last change: $Author: obo $ $Date: 2004-06-03 15:53:41 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -65,8 +65,8 @@ module com { module sun { module star { module java { -interface XJavaVM; -interface XJavaThreadRegister_11; + published interface XJavaVM; + published interface XJavaThreadRegister_11; //============================================================================= @@ -78,7 +78,7 @@ interface XJavaThreadRegister_11; functionality. This should probably be replaced by an appropriate C/C++ API. */ -service JavaVirtualMachine +published service JavaVirtualMachine { // DocMerge: empty anyway interface XJavaVM; |