Subversion Repository Public Repository

litesoft

Diff Revisions 949 vs 950 for /trunk/Java/GWT/OldClient/src/org/litesoft/GWT/eventbus/client/nonpublic/IProcessingManager.java

Diff revisions: vs.
  @@ -1,10 +1,10 @@
1 - // This Source Code is in the Public Domain per: http://unlicense.org
2 - package org.litesoft.GWT.eventbus.client.nonpublic;
3 -
4 - public interface IProcessingManager {
5 - public void waitTillNoOthers();
6 -
7 - public boolean incThreadsAndIndicateIfWeAreFirst();
8 -
9 - public void decThreads();
10 - }
1 + // This Source Code is in the Public Domain per: http://unlicense.org
2 + package org.litesoft.GWT.eventbus.client.nonpublic;
3 +
4 + public interface IProcessingManager {
5 + public void waitTillNoOthers();
6 +
7 + public boolean incThreadsAndIndicateIfWeAreFirst();
8 +
9 + public void decThreads();
10 + }