Subversion Repository Public Repository

litesoft

Diff Revisions 949 vs 950 for /trunk/Java/GWT/OldServer/src/org/litesoft/GWT/eventbus/server/ThreadLocalContextFactory.java

Diff revisions: vs.
  @@ -1,8 +1,8 @@
1 - // This Source Code is in the Public Domain per: http://unlicense.org
2 - package org.litesoft.GWT.eventbus.server;
3 -
4 - public interface ThreadLocalContextFactory {
5 - void setThreadLocalContextFrom( ServerEventBus pSEB );
6 -
7 - void clrThreadLocalContext();
8 - }
1 + // This Source Code is in the Public Domain per: http://unlicense.org
2 + package org.litesoft.GWT.eventbus.server;
3 +
4 + public interface ThreadLocalContextFactory {
5 + void setThreadLocalContextFrom( ServerEventBus pSEB );
6 +
7 + void clrThreadLocalContext();
8 + }