summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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;