summaryrefslogtreecommitdiff
path: root/bean/com/sun/star/beans
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2005-03-23 07:57:37 +0000
committerVladimir Glazounov <vg@openoffice.org>2005-03-23 07:57:37 +0000
commit4caf0073894807d47bd950a33b1530c1f955cc21 (patch)
treeafce7fc256e50e0355602c1b3009b0a4b7e2023e /bean/com/sun/star/beans
parentae55f6d31e539990fc320d0e169efda5aa5a8167 (diff)
INTEGRATION: CWS jl18 (1.1.8); FILE MERGED
2005/03/18 09:58:14 jl 1.1.8.1: #45371# deprecated classes in com.sun.star.beans namespace
Diffstat (limited to 'bean/com/sun/star/beans')
-rw-r--r--bean/com/sun/star/beans/NativeService.java7
1 files changed, 4 insertions, 3 deletions
diff --git a/bean/com/sun/star/beans/NativeService.java b/bean/com/sun/star/beans/NativeService.java
index a86e356007d1..d3c82ee1bae0 100644
--- a/bean/com/sun/star/beans/NativeService.java
+++ b/bean/com/sun/star/beans/NativeService.java
@@ -2,9 +2,9 @@
*
* $RCSfile: NativeService.java,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: mi $ $Date: 2004-10-18 07:15:08 $
+ * last change: $Author: vg $ $Date: 2005-03-23 08:57:37 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -61,7 +61,8 @@
package com.sun.star.beans;
-
+/* @deprecated
+ */
/* package */ interface NativeService {
public String getIdentifier();
public void startupService() throws java.io.IOException;