summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/convwatch/SimpleFileSemaphore.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/runner/convwatch/SimpleFileSemaphore.java')
-rw-r--r--qadevOOo/runner/convwatch/SimpleFileSemaphore.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/qadevOOo/runner/convwatch/SimpleFileSemaphore.java b/qadevOOo/runner/convwatch/SimpleFileSemaphore.java
index 7d929afad26e..db087ba7d5d0 100644
--- a/qadevOOo/runner/convwatch/SimpleFileSemaphore.java
+++ b/qadevOOo/runner/convwatch/SimpleFileSemaphore.java
@@ -65,7 +65,7 @@ public class SimpleFileSemaphore /* extends *//* implements */
{
return m_aInternSemaphoreFile;
}
-// ------------------------------------------------------------------------------
+
// wait until resource is available
public void P(File _aSemaphore)
{
@@ -114,7 +114,7 @@ public class SimpleFileSemaphore /* extends *//* implements */
}
}
-// ------------------------------------------------------------------------------
+
// block a resource
public void V(File _aSemaphore)
{