/[projects]/android/TrainInfoService/src/dk/thoerup/traininfoservice/LocateStations.java
ViewVC logotype

Diff of /android/TrainInfoService/src/dk/thoerup/traininfoservice/LocateStations.java

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

revision 549 by torben, Tue Jan 26 20:18:57 2010 UTC revision 550 by torben, Tue Jan 26 20:24:41 2010 UTC
# Line 102  public class LocateStations extends Http Line 102  public class LocateStations extends Http
102                                  buff.append("<latitude>").append( res.getDouble(3) ) .append("</latitude>\n");                                  buff.append("<latitude>").append( res.getDouble(3) ) .append("</latitude>\n");
103                                  buff.append("<longitude>").append( res.getDouble(4) ) .append("</longitude>\n");                                  buff.append("<longitude>").append( res.getDouble(4) ) .append("</longitude>\n");
104                                  res.getString(5);                                  res.getString(5);
105                                  buff.append("<fjerntog>").append( !res.wasNull() ) .append("</fjerntog>\n");                                  buff.append("<regional>").append( !res.wasNull() ) .append("</regional>\n");
106                                  res.getString(6);                                  res.getString(6);
107                                  buff.append("<stog>").append( !res.wasNull() ) .append("</stog>\n");                                  buff.append("<strain>").append( !res.wasNull() ) .append("</strain>\n");
108                                  res.getString(7);                                  res.getString(7);
109                                  buff.append("<metro>").append( !res.wasNull() ).append("</metro>\n");                                  buff.append("<metro>").append( !res.wasNull() ).append("</metro>\n");
110                                                                    

Legend:
Removed from v.549  
changed lines
  Added in v.550

  ViewVC Help
Powered by ViewVC 1.1.20