/[storm]/storm/org/nongnu/storm/modules/gispmap/GispPeer.java
ViewVC logotype

Diff of /storm/org/nongnu/storm/modules/gispmap/GispPeer.java

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

revision 1.1 by benja, Sat Apr 19 12:20:32 2003 UTC revision 1.2 by benja, Fri May 2 13:44:48 2003 UTC
# Line 57  public class GispPeer extends Peer { Line 57  public class GispPeer extends Peer {
57          while(i<argv.length) {          while(i<argv.length) {
58              if(argv[i].equals("-pub")) {              if(argv[i].equals("-pub")) {
59                  i++;                  i++;
60                    System.out.println("Publish pool: "+argv[i]);
61                  publishedPool = new DirPool(new File(argv[i]),                  publishedPool = new DirPool(new File(argv[i]),
62                                              Collections.EMPTY_SET);                                              Collections.EMPTY_SET);
63              } else if(argv[i].equals("-gw")) {              } else if(argv[i].equals("-gw")) {

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