summaryrefslogtreecommitdiff
path: root/bean/com/sun/star/comp/beans/NativeService.java
diff options
context:
space:
mode:
authorMichael Hönnig <mi@openoffice.org>2004-10-14 09:37:14 +0000
committerMichael Hönnig <mi@openoffice.org>2004-10-14 09:37:14 +0000
commit821f00019c6dcf54e801bedc38ff65899c844b1f (patch)
tree0772ebd676d6e231059143a24c6b1b06c570a53c /bean/com/sun/star/comp/beans/NativeService.java
parent7f8f1e537aa10e181184e4e4edbbf97c08576c0c (diff)
since tags added
Diffstat (limited to 'bean/com/sun/star/comp/beans/NativeService.java')
-rw-r--r--bean/com/sun/star/comp/beans/NativeService.java8
1 files changed, 5 insertions, 3 deletions
diff --git a/bean/com/sun/star/comp/beans/NativeService.java b/bean/com/sun/star/comp/beans/NativeService.java
index 04a70aa6ab1f..eb6a774ae0fb 100644
--- a/bean/com/sun/star/comp/beans/NativeService.java
+++ b/bean/com/sun/star/comp/beans/NativeService.java
@@ -2,9 +2,9 @@
*
* $RCSfile: NativeService.java,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: mi $ $Date: 2004-09-06 15:11:33 $
+ * last change: $Author: mi $ $Date: 2004-10-14 10:37:13 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -61,7 +61,9 @@
package com.sun.star.comp.beans;
-
+/*
+ * @since OOo 2.0.0
+ */
/* package */ interface NativeService {
public String getIdentifier();
public void startupService() throws java.io.IOException;