summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/share
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2005-02-02 12:57:33 +0000
committerRüdiger Timm <rt@openoffice.org>2005-02-02 12:57:33 +0000
commit7b014a9717d02301546a4b5c51186dda7f721fb7 (patch)
treeacea101d5f5e65bd5bcb3bf6587478c2f35e8057 /qadevOOo/runner/share
parent93812b7f6e3127ec4b4125edb32ad99b71281c9b (diff)
INTEGRATION: CWS imprec01 (1.1.156); FILE MERGED
2005/01/10 13:00:45 cn 1.1.156.1: new method 'getWatcher' and 'setWatcher' implemented
Diffstat (limited to 'qadevOOo/runner/share')
-rw-r--r--qadevOOo/runner/share/Watcher.java9
1 files changed, 7 insertions, 2 deletions
diff --git a/qadevOOo/runner/share/Watcher.java b/qadevOOo/runner/share/Watcher.java
index 81fa6724de25..71fb57aee23a 100644
--- a/qadevOOo/runner/share/Watcher.java
+++ b/qadevOOo/runner/share/Watcher.java
@@ -2,9 +2,9 @@
*
* $RCSfile: Watcher.java,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change:$Date: 2003-01-27 16:27:48 $
+ * last change:$Date: 2005-02-02 13:57:33 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -68,4 +68,9 @@ public interface Watcher {
*/
public void ping();
+ /**
+ * returns the amount of pings
+ */
+ public int getPing();
+
}