/[gzz]/gzz/lava/gzz/modules/gispmap/GispP2PMap.java
ViewVC logotype

Diff of /gzz/lava/gzz/modules/gispmap/GispP2PMap.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by benja, Fri Jan 31 06:59:34 2003 UTC revision 1.2 by benja, Sat Feb 1 23:50:45 2003 UTC
# Line 53  public class GispP2PMap implements P2PPo Line 53  public class GispP2PMap implements P2PPo
53    
54      GISPUDP gisp;      GISPUDP gisp;
55    
56      public GispP2PMap() throws net.jxta.exception.PeerGroupException {      public GispP2PMap() {
57          int offs = (int)(2000 * new java.util.Random().nextDouble());          int offs = (int)(2000 * new java.util.Random().nextDouble());
58          gisp = new GISPUDP(12415 + offs);          gisp = new GISPUDP(12415 + offs);
59          gisp.start(new String[0]);          gisp.start(new String[0]);

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26