Subversion Repository Public Repository

litesoft

Diff Revisions 2 vs 49 for /trunk/Java/GWT/OldClient/src/org/litesoft/GWT/eventbus/client/nonpublic/AbstractPeerSupportingEventBus.java

Diff revisions: vs.
  @@ -1,3 +1,4 @@
1 + // This Source Code is in the Public Domain per: http://litesoft.org/License.txt
1 2 package org.litesoft.GWT.eventbus.client.nonpublic;
2 3
3 4 import org.litesoft.GWT.eventbus.client.*;
  @@ -10,7 +11,7 @@
10 11 private IStatePeerSupportingEventBus mStatePeerSupportingEventBus =
11 12 NullStatePeerSupportingEventBus.INSTANCE;
12 13
13 - protected AbstractPeerSupportingEventBus( String pForm, int pClientIdNumber, //
14 + protected AbstractPeerSupportingEventBus( String pForm, int pClientIdNumber, //
14 15 TimedRunner pTimedRunner,
15 16 UnexpectedEventPackageHandler pUnexpectedHandler )
16 17 {